source: WAeUP_SRP/trunk/skins/waeup_default/campus_anonymous_view.pt @ 600

Last change on this file since 600 was 535, checked in by joachim, 18 years ago

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

File size: 1.1 KB
Line 
1<metal:html tal:define="info context/getStudentInfo">
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4        <h2>Welcome to the     
5          <br />Student Registration Portal of the University of Benin, Nigeria</h2>
6        <br />
7        <p>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part of the West African e-University Project.
8          For further information see
9          <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>.</p>
10        <p><strong>Fresh Students</strong>, who register for the first time, proceed to the respective application
11          entrance page (UME, DE or Local Programmes). Later they can login to check their admission status and to
12        proceed with the admission and clearance process.</p>
13        <p><strong>Returning Students</strong> can login to check the course results of the previous session,
14        to register courses for the current session, to pay their school fees and to book accommodation.</p>
15        <p>This site is best seen in Firefox browser.</p>
16    </metal:main>
17  </metal:body>
18</metal:html>
Note: See TracBrowser for help on using the repository browser.