Changeset 1071 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 16 Dec 2006, 15:53:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r913 r1071 2 2 member mtool/getAuthenticatedMember; 3 3 isAnon mtool/isAnonymousUser; 4 info context/getStudentInfo;"4 name context/getStudentName;" 5 5 > 6 <tal:block condition=" context/isStudent">6 <tal:block condition="name"> 7 7 <strong> 8 <span tal:con dition="context/isStudent|nothing" tal:content="python:info['student_doc'].Title()" />8 <span tal:content="name" /> 9 9 </strong> 10 10 </tal:block> 11 <tal:block condition="not: context/isStudent">11 <tal:block condition="not:name"> 12 12 <strong> 13 13 <span tal:content="python:member.getProperty('fullname',None)" />
Note: See TracChangeset for help on using the changeset viewer.