Ignore:
Timestamp:
30 Sep 2005, 23:03:19 (19 years ago)
Author:
joachim
Message:

noch mehr

File:
1 moved

Legend:

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

    r31 r32  
    1 <a href="" tal:attributes="href string:${here/portal_base}/sections/students">Studentadministration</a>
     1<tal:block define="mtool here/portal_membership;
     2                   anonymous mtool/isAnonymousUser">
     3  <tal:block condition="not:anonymous">
     4    <span i18n:translate="">You are currently logged in as
     5      <em i18n:name="member"
     6       tal:content="mtool/getAuthenticatedMember" />
     7    </span>
     8    (<a href="" i18n:translate=""
     9    tal:attributes="href string:${here/portal_url}/logout">log out</a>)
     10  </tal:block>
     11  <tal:block condition="anonymous">
     12    <span >You are currently not logged in
     13    </span>
     14    (<a href="" i18n:translate=""
     15    tal:attributes="href string:${here/portal_url}/login">log out</a>)
     16  </tal:block>
     17<a href="" i18n:translate=""
     18    tal:attributes="href string:${here/portal_url}/sections/students">Studentadministration</a>
     19</tal:block>
Note: See TracChangeset for help on using the changeset viewer.