Last change
on this file since 3111 was
2847,
checked in by Henrik Bettermann, 17 years ago
|
move files into uniben's waeup_custom
|
File size:
811 bytes
|
Rev | Line | |
---|
[2847] | 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.