Changeset 2019 for WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt
- Timestamp:
- 16 Jul 2007, 13:27:56 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt
r1826 r2019 2 2 <metal:body use-macro="here/main_template/macros/master"> 3 3 <metal:main fill-slot="main"> 4 5 <span tal:condition="python: getattr(context.campus.documents,'srp_home_doc',None)"> 6 <div tal:define="doc python: context.campus.documents.srp_home_doc.getContent()" 7 tal:content="structure doc/content" /> 8 </span> 9 10 <span tal:condition="python: not getattr(context.campus.documents,'srp_home_doc',None)"> 11 4 12 <h2>Welcome to the 5 13 <br />Student Registration Portal of the University of Benin, Nigeria</h2> … … 7 15 You are logged in and viewing the portal's root folder. Please go to one of the sections above. 8 16 17 </span> 18 9 19 </metal:main> 10 20 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.