- Timestamp:
- 16 Oct 2005, 16:09:41 (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/portlet_session_info.pt
r46 r49 1 1 <tal:block define="mtool here/portal_membership; 2 anonymous mtool/isAnonymousUser"> 2 anonymous mtool/isAnonymousUser; 3 member mtool/getAuthenticatedMember" 4 > 3 5 <tal:block condition="not:anonymous"> 4 6 <span i18n:translate="">You are currently logged in as 5 7 <em i18n:name="member" 6 tal:content="mtool/getAuthenticatedMember" /> 8 tal:content="member" /><br /> 9 <a href="" tal:condition="python: 'Students' in member.getGroups()" 10 tal:attributes="href string:${here/portal_url}/sections/unidemo/students/${member}">goto your personal area</a> 7 11 </span><br /> 8 12 (<a href="" i18n:translate="" 9 tal:attributes="href string:${here/portal_url}/logout">log out</a>)13 tal:attributes="href string:${here/portal_url}/logout">log out</a>) 10 14 </tal:block> 11 15 <tal:block condition="anonymous"> 12 <span >You are currently not logged in </span> 16 <span >You are currently not logged in </span><br /> 17 <a href="" tal:attributes="href string:${here/portal_url}/sections/unidemo/students/check_admission">check your admission status</a> 13 18 </tal:block> 14 <br />15 <a tal:condition="python: 0" href="" i18n:translate=""16 tal:attributes="href string:${here/portal_url}/sections/unidemo/students">Studentadministration</a>19 <br /> 20 <a tal:condition="python: 0" href="" i18n:translate="" 21 tal:attributes="href string:${here/portal_url}/sections/unidemo/students">Studentadministration</a> 17 22 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.