- Timestamp:
- 23 Aug 2006, 08:13:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r408 r409 3 3 isAnon mtool/isAnonymousUser; 4 4 roles member/getRoles; 5 backend python:' UniversityManager' in roles or 'StudentManager' in roles;5 backend python:'Manager' in roles or 'SectionManager' in roles; 6 6 frontend python:'Student' in roles or isAnon;" 7 7 > 8 8 <tal:block condition="not:isAnon"> 9 <tal:block condition="backend"> 10 <em tal:content="member" /> is working in back-end mode<br /> 11 <span tal:condition="python: 1" > 12 with Basic Roles <span tal:content="member/getRoles" /><br /> 13 <span tal:condition="python: 0" tal:content="python:mtool.getCPSCandidateLocalRoles(context)" /> 14 </span> 15 </tal:block> 16 <tal:block condition="not:backend"> 17 <em tal:content="member" /> is working in front-end mode<br /> 18 <span tal:condition="python: 1" > 19 with Basic Roles <span tal:content="member/getRoles" /><br /> 20 <span tal:condition="python: 0" tal:content="python:mtool.getCPSCandidateLocalRoles(context)" /> 21 </span> 22 </tal:block> 23 <tal:block condition="python: 0"> 24 <br /> 25 <a href="" tal:condition="python: 'Student' in member.getRoles() and not 'UniversityManager' in member.getRoles()" 26 tal:attributes="href string:${context/portal_url}/students/${member}"> 27 Go to your personal area 28 </a> 29 </tal:block> 30 <br /> 31 <a href="" tal:condition="python: 0" 32 tal:attributes="href string:${context/portal_url}/cpsdirectory_entry_view?dirname=members&id=${member}"> 33 Edit your Preferences 34 </a> 35 <br /> 36 <a href="" i18n:translate="" 37 tal:attributes="href string:logout"> 38 Log out 39 </a> 9 <strong> <span tal:content="python:member.getProperty('fullname',None)" /> 10 </strong> 40 11 </tal:block> 12 41 13 <tal:block condition="isAnon"> 42 <div>You are not logged in. </div> 43 <br /> 44 <a href="" tal:attributes="href string:login_form">Log in</a> 14 <strong>Anonymous User</strong> 45 15 </tal:block> 46 16 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.