Ignore:
Timestamp:
16 Oct 2005, 16:09:41 (19 years ago)
Author:
joachim
Message:

=weiteres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/portlet_studentnavigation.pt

    r47 r49  
    22                   anonymous mtool/isAnonymousUser;
    33                   user python: mtool.getAuthenticatedMember();
    4                    folder_id python:str(user)[1:]"
     4                   folder_id python:str(user)"
    55                   >
    6   <tal:block condition="python: not anonymous">
     6  <tal:block condition="python: 'Students' in user.getGroups()">
    77    <a href="" i18n:translate=""
    8        tal:attributes="href string:${here/portal_url}/sections/unidemo/students/${folder_id}">Studentadministration</a>
     8       tal:attributes="href string:${here/portal_url}/sections/unidemo/students/${folder_id}"
     9       tal:content="string: Personal area for JAMB Registration ${folder_id}"></a>
     10  </tal:block>
     11  <tal:block condition="python: 'StudentManager' in user.getGroups()">
     12    <a href="" i18n:translate=""
     13       tal:attributes="href string:${here/portal_url}/sections/unidemo/students"
     14       >Studentadministration</a>
    915  </tal:block>
    1016  <tal:block condition="anonymous">
Note: See TracChangeset for help on using the changeset viewer.