Rev | Line | |
---|
[523] | 1 | <metal:html tal:define="info context/get_student_info"> |
---|
[509] | 2 | |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | |
---|
| 5 | <metal:main fill-slot="main"> |
---|
[523] | 6 | <span tal:condition="isAnon"> |
---|
[509] | 7 | <h2>Welcome to the |
---|
| 8 | |
---|
| 9 | <br />Student Registration Portal of the University of Benin, Nigeria</h2> |
---|
| 10 | |
---|
| 11 | <br /> |
---|
| 12 | |
---|
| 13 | <p>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part of the West African e-University Project. |
---|
| 14 | For further information see |
---|
| 15 | <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>.</p> |
---|
| 16 | |
---|
| 17 | <p><strong>Fresh Students</strong>, who register for the first time, proceed to the respective application |
---|
| 18 | entrance page (UME, DE or Local Programmes). Later they can login to check their admission status and to |
---|
| 19 | proceed with the admission and clearance process.</p> |
---|
| 20 | |
---|
| 21 | <p><strong>Returning Students</strong> can login to check the course results of the previous session, |
---|
| 22 | to register courses for the current session, to pay their school fees and to book accommodation.</p> |
---|
| 23 | |
---|
| 24 | <p>This site is best seen in Firefox browser.</p> |
---|
[523] | 25 | </span> |
---|
[530] | 26 | <span tal:condition="python:not isAnon and info"> |
---|
| 27 | <h3 tal:content="info/review_state|nothing"></h3> |
---|
[523] | 28 | <span tal:omit-tag="" tal:condition="python:info['review_state'] == 'admission_applied'" |
---|
| 29 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 30 | layout_mode='view', |
---|
| 31 | layout_id='student_application_fe')" /> |
---|
| 32 | |
---|
| 33 | |
---|
[530] | 34 | </span> |
---|
[509] | 35 | </metal:main> |
---|
| 36 | </metal:body> |
---|
| 37 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.