Ignore:
Timestamp:
21 Oct 2005, 12:51:09 (19 years ago)
Author:
joachim
Message:

=university index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/students_folder_view_student.pt

    r56 r73  
    1818               >
    1919    <span tal:condition="python: mtool.isAnonymousUser()">
    20       Please login or <a href="" tal:attributes="href string:${context/absolute_url}/check_admission">check you Jambadmission</a>.
    21     </span>
    22     <span tal:condition="python: member and 'StudentManager' in member.getGroups()">
    23       <table cellspacing="0" cellpadding="0">
    24         <tal:block condition="python: len(items)">
    25           <tr tal:repeat="item items">
    26             <td colspan="1">
    27               <a href="student" tal:attributes="href item/absolute_url" tal:content="item/title_or_id"></a>
    28             </td>
    29           </tr>
    30         </tal:block>
    31         <tr tal:condition="python:not len(items)">
    32           <td>
    33             no Students yet !
    34           </td>
    35         </tr>
    36       </table>
     20      Please login or
     21      <br /><a href="" tal:attributes="href string:${context/absolute_url}/admission_status">check you Jambadmission</a>.
     22      <br /><a href="" tal:attributes="href string:${context/absolute_url}/check_admission">check you Jambadmission</a>.
    3723    </span>
    3824  </metal:block>
Note: See TracChangeset for help on using the changeset viewer.