Changeset 50
- Timestamp:
- 29/01/06 23:39:14
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OATSOFT/skins/oatsoft_styles/popoll_slot2.pt
r44 r50 31 31 32 32 <form tal:condition="python:(not poll.hasVoted() and poll.isEnabled())" name="results" action="" method="post" 33 enctype="multipart/form-data" tal:attributes="action string:${ poll_url}/PlonePopoll_vote2" >33 enctype="multipart/form-data" tal:attributes="action string:${here/absolute_url}" > 34 34 35 35 <span tal:repeat="choice python: poll.listPollChoices()"> trunk/OATSOFT/skins/oatsoft_styles/resources_portlet.pt
r44 r50 23 23 <ul style="list-style-type: none; list-style-image: none; margin-left: 0;"> 24 24 25 <li tal:condition="python: 'documentation' in here.objectIds()">26 <img src="" alt=" "25 <li tal:condition="python: here.getDocumentationID() in here.objectIds() and not here.getDocumentationLink()"> 26 <img src="" alt="help" 27 27 tal:attributes="src string:${portal_url}/documentation_icon.gif" /> 28 28 <a href="" 29 29 class="link-plain" 30 30 title="Documentation for this project" 31 tal:attributes="href string:${here/absolute_url}/documentation">Documentation</a> 31 tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}" >Help</a> 32 </li> 33 34 <li tal:condition="python: 'FAQ' in here.objectIds() and not here.getDocumentationLink()"> 35 <img src="" alt="help" 36 tal:attributes="src string:${portal_url}/FAQ_icon.gif" /> 37 <a href="" 38 class="link-plain" 39 title="Documentation for this project" 40 tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}/FAQ" >FAQ</a> 32 41 </li> 33 42 34 <li tal:condition="python: 'documentation' not in here.objectIds() andhere.getDocumentationLink()">35 <img src="" alt=" "43 <li tal:condition="python: here.getDocumentationLink()"> 44 <img src="" alt="help" 36 45 tal:attributes="src string:${portal_url}/documentation_icon.gif" /> 37 46 <a href="" 38 47 class="link-plain" 39 48 title="Documentation for this project" 40 tal:attributes="href here/getDocumentationLink"> Documentation</a>49 tal:attributes="href here/getDocumentationLink">Help</a> 41 50 </li> 42 51 … … 53 62 54 63 <li tal:condition="here/getContactAddress"> 55 <img src="" alt=" "64 <img src="" alt="Contact Addres" 56 65 tal:attributes="src string:${portal_url}/mail_icon.gif" /> 57 66 <a href="" … … 61 70 </li> 62 71 <li tal:condition="here/getHomepage"> 63 <img src="" alt=" "72 <img src="" alt="Homepage" 64 73 tal:attributes="src string:${portal_url}/link_icon.gif" /> 65 74 <a href="" … … 70 79 71 80 <li tal:condition="here/getTracker"> 72 <img src="" alt=" "81 <img src="" alt="Bug Tracker" 73 82 tal:attributes="src string:${portal_url}/issuetracker_icon.gif" /> 74 83 <a href="" … … 79 88 80 89 <li tal:condition="here/getMailingList"> 81 <img src="" alt=" "90 <img src="" alt="Mailing List" 82 91 tal:attributes="src string:${portal_url}/info_icon.gif" /> 83 92 <a href="" … … 88 97 89 98 <li tal:condition="here/getRepository"> 90 <img src="" alt=" "99 <img src="" alt="Code Repository" 91 100 tal:attributes="src string:${portal_url}/sitemap_icon.gif" /> 92 101 <a href=""
