Changeset 773
- Timestamp:
- 29 Oct 2006, 06:38:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r538 r773 7 7 info context/getStudentInfo;" 8 8 > 9 <tal:block condition="not:isAnon"> 10 <strong> <span tal:condition="info" tal:content="python:info['student_doc'].Title()" /> 11 <span tal:condition="not: info" tal:content="python:member.getProperty('fullname',None)" /> 9 <tal:block condition="info"> 10 <strong> 11 <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)" /> 12 13 </strong> 13 14 </tal:block> 14 15 <tal:block condition="not:info"> 16 <strong> 17 <span tal:content="python:member.getProperty('fullname',None)" /> 18 </strong> 19 </tal:block> 15 20 <tal:block condition="isAnon"> 16 21 <strong>Anonymous User</strong>
Note: See TracChangeset for help on using the changeset viewer.