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

=weiteres

File:
1 moved

Legend:

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

    r46 r49  
    11<tal:block define="mtool here/portal_membership;
    2                    anonymous mtool/isAnonymousUser">
     2           anonymous mtool/isAnonymousUser;
     3           member mtool/getAuthenticatedMember"
     4           >
    35  <tal:block condition="not:anonymous">
    46    <span i18n:translate="">You are currently logged in as
    57      <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>
    711    </span><br />
    812    (<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>)
    1014  </tal:block>
    1115  <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>
    1318  </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>
    1722</tal:block>
Note: See TracChangeset for help on using the changeset viewer.