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,'frontpage_doc',None)"> |
---|
6 | <div tal:define="doc python: context.campus.documents.frontpage_doc.getContent()" |
---|
7 | tal:content="structure python:doc.wdrender()" /> |
---|
8 | </span> |
---|
9 | |
---|
10 | <span tal:condition="python: not getattr(context.campus.documents,'frontpage_doc',None)"> |
---|
11 | |
---|
12 | <h2>Welcome to the |
---|
13 | <br />New Student Registration Portal of the Federal College of Education Okene, Nigeria</h2> |
---|
14 | |
---|
15 | <strong>This is the frontpage of FCEOkene's Student Registration Portal (SRP) which is part |
---|
16 | of the West African e-University Project |
---|
17 | (<a href="" tal:attributes="href string:http://waeup.org">WAeUP</a>).</strong> |
---|
18 | |
---|
19 | </span> |
---|
20 | </metal:main> |
---|
21 | </metal:body> |
---|
22 | </metal:html> |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser for help on using the repository browser.