Changeset 50

Show
Ignore:
Timestamp:
29/01/06 23:39:14
Author:
sjudge
Message:

Style changes. Poll link and integrating help center into resources_portlet.pt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/OATSOFT/skins/oatsoft_styles/popoll_slot2.pt

    r44 r50  
    3131 
    3232          <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}" > 
    3434 
    3535          <span tal:repeat="choice python: poll.listPollChoices()"> 
  • trunk/OATSOFT/skins/oatsoft_styles/resources_portlet.pt

    r44 r50  
    2323                <ul style="list-style-type: none; list-style-image: none; margin-left: 0;"> 
    2424                 
    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
    2727                         tal:attributes="src string:${portal_url}/documentation_icon.gif" /> 
    2828                    <a href="" 
    2929                       class="link-plain" 
    3030                       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> 
    3241                </li> 
    3342                 
    34                 <li tal:condition="python:'documentation' not in here.objectIds() and here.getDocumentationLink()"> 
    35                     <img src="" alt="
     43                <li tal:condition="python: here.getDocumentationLink()"> 
     44                    <img src="" alt="help
    3645                         tal:attributes="src string:${portal_url}/documentation_icon.gif" /> 
    3746                    <a href="" 
    3847                       class="link-plain" 
    3948                       title="Documentation for this project" 
    40                        tal:attributes="href here/getDocumentationLink">Documentation</a> 
     49                       tal:attributes="href here/getDocumentationLink">Help</a> 
    4150                </li> 
    4251                 
     
    5362                 
    5463                <li tal:condition="here/getContactAddress"> 
    55                     <img src="" alt="
     64                    <img src="" alt="Contact Addres
    5665                         tal:attributes="src string:${portal_url}/mail_icon.gif" /> 
    5766                    <a href="" 
     
    6170                </li> 
    6271                <li tal:condition="here/getHomepage"> 
    63                     <img src="" alt="
     72                    <img src="" alt="Homepage
    6473                         tal:attributes="src string:${portal_url}/link_icon.gif" /> 
    6574                    <a href="" 
     
    7079 
    7180                <li tal:condition="here/getTracker"> 
    72                     <img src="" alt="
     81                    <img src="" alt="Bug Tracker
    7382                         tal:attributes="src string:${portal_url}/issuetracker_icon.gif" /> 
    7483                    <a href="" 
     
    7988 
    8089                <li tal:condition="here/getMailingList"> 
    81                     <img src="" alt="
     90                    <img src="" alt="Mailing List
    8291                         tal:attributes="src string:${portal_url}/info_icon.gif" /> 
    8392                    <a href="" 
     
    8897 
    8998                <li tal:condition="here/getRepository"> 
    90                     <img src="" alt="
     99                    <img src="" alt="Code Repository
    91100                         tal:attributes="src string:${portal_url}/sitemap_icon.gif" /> 
    92101                    <a href=""