Changeset 535 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 19 Sep 2006, 07:53:21 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_default
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r486 r535 4 4 roles member/getRoles; 5 5 backend python:'Manager' in roles or 'SectionManager' in roles; 6 frontend python:'Student' in roles or isAnon;" 6 frontend python:'Student' in roles or isAnon; 7 info context/getStudentInfo;" 7 8 > 8 9 <tal:block condition="not:isAnon"> 9 <strong> <span tal:content="python:member.getProperty('fullname',None)" /> 10 <strong> <span tal:condition="info" tal:content="python:info['per_doc'].lastname" /> 11 <span tal:condition="not: info" tal:content="python:member.getProperty('fullname',None)" /> 10 12 </strong> 11 13 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.