Changeset 774 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 29 Oct 2006, 09:55:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r773 r774 2 2 member mtool/getAuthenticatedMember; 3 3 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;7 4 info context/getStudentInfo;" 8 5 > 9 <tal:block condition=" info">6 <tal:block condition="context/isStudent"> 10 7 <strong> 11 8 <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)" />13 9 </strong> 14 10 </tal:block> 15 <tal:block condition="not: info">11 <tal:block condition="not:context/isStudent"> 16 12 <strong> 17 13 <span tal:content="python:member.getProperty('fullname',None)" />
Note: See TracChangeset for help on using the changeset viewer.