Ignore:
Timestamp:
29 Oct 2006, 09:55:22 (18 years ago)
Author:
Henrik Bettermann
Message:

pume rendering adapted
pume_slip added
portlet_session_info simplified

File:
1 edited

Legend:

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

    r773 r774  
    22           member mtool/getAuthenticatedMember;
    33           isAnon mtool/isAnonymousUser;
    4            roles member/getRoles;
    5            backend python:'Manager' in roles or 'SectionManager' in roles;
    6            frontend python:'Student' in roles or isAnon;
    74           info context/getStudentInfo;"
    85           >
    9   <tal:block condition="info">
     6  <tal:block condition="context/isStudent">
    107       <strong>
    118         <span tal:condition="info/is_student" tal:content="python:info['student_doc'].Title()" />
    12          <span tal:condition="not:info/is_student" tal:content="python:member.getProperty('fullname',None)" />
    139       </strong>
    1410  </tal:block>
    15   <tal:block condition="not:info">
     11  <tal:block condition="not:context/isStudent">
    1612       <strong>
    1713         <span tal:content="python:member.getProperty('fullname',None)" />
Note: See TracChangeset for help on using the changeset viewer.