source: WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt @ 2198

Last change on this file since 2198 was 2024, checked in by Henrik Bettermann, 17 years ago

frontpage and srp_view now also render rest and text

File size: 811 bytes
RevLine 
[1161]1<metal:html>
[903]2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
[2019]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()"
[2024]7               tal:content="structure python:doc.wdrender()" />
[2019]8      </span>     
9   
10      <span tal:condition="python: not getattr(context.campus.documents,'srp_home_doc',None)">
11     
[903]12        <h2>Welcome to the     
13          <br />Student Registration Portal of the University of Benin, Nigeria</h2>
[1826]14          <br />
15          You are logged in and viewing the portal's root folder. Please go to one of the sections above.     
16         
[2019]17       </span>
18       
[903]19    </metal:main>
20  </metal:body>
21</metal:html>
Note: See TracBrowser for help on using the repository browser.