Changeset 60 for waeup_product/trunk/skins
- Timestamp:
- 20 Oct 2005, 07:06:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/portlet_session_info.pt
r49 r60 8 8 tal:content="member" /><br /> 9 9 <a href="" tal:condition="python: 'Students' in member.getGroups()" 10 tal:attributes="href string:${here/portal_url}/sections/ unidemo/students/${member}">goto your personal area</a>10 tal:attributes="href string:${here/portal_url}/sections/waeup/students/${member}">goto your personal area</a> 11 11 </span><br /> 12 12 (<a href="" i18n:translate="" … … 15 15 <tal:block condition="anonymous"> 16 16 <span >You are currently not logged in </span><br /> 17 <a href="" tal:attributes="href string:${here/portal_url}/sections/ unidemo/students/check_admission">check your admission status</a>17 <a href="" tal:attributes="href string:${here/portal_url}/sections/waeup/students/check_admission">check your admission status</a> 18 18 </tal:block> 19 19 <br />
Note: See TracChangeset for help on using the changeset viewer.