source: WAeUP_SRP/fceokene/waeup_custom/srp_view.pt @ 2865

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

frontpage customized

File size: 826 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 Federal College of Education Okene, 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.