source: WAeUP_SRP/base/skins/waeup_default/srp_view.pt @ 2314

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

frontpage and srp_view now also render rest and text

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