source: WAeUP_SRP/trunk/skins/waeup_default/srp_anonymous_view.pt @ 2024

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

frontpage and srp_view now also render rest and text

  • Property svn:keywords set to Id
File size: 5.9 KB
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 University of Benin, Nigeria</h2>
14        <br />
15       
16        <strong>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part
17           of the West African e-University Project
18           (<a href="" tal:attributes="href string:http://waeup.org">WAeUP</a>).</strong>
19         
20          <br />  <br />     
21         
22          <h2>Returning Students</h2>         
23         
24          <p>can view their 2006 session results and log into the portal (free of charge):</p>
25         
26          <br />
27          <ul>
28          <li> Simply click "Return 2006/2007", </li>
29          <li> enter your Matriculation Number and either your firstname, middlename or lastname,</li>
30          <li> press the "Search" button. </li>
31          </ul>
32          <br />
33          <p>Your 2006 session results will be shown. Please check the data.
34             Then proceed to create your member and student records .</p>
35         
36          <br />
37          <ul>
38          <li> Press the "Continue to Login" button, </li>
39          <li> check if you are the person indicated on the access data form,</li>
40          <li> enter your email address and phone number,</li>
41          <li> choose and verify your password (minimum size 5 characters including 1 digit),</li>
42          <li> tick the acknowledgement check box,</li>           
43          <li> press the "Save & First-time Login" button. </li>
44          </ul>
45          <br />
46          <p>You are logged in and your session results will be shown again. Your GPA has been calculated.</p>
47          <br />
48          <ul>
49          <li> Print your Sessional Result Slip (it includes your new Student Id for further logins), </li>
50          <li> edit your personal data record,</li>
51          <li> book your accommodation,</li>
52          <li> pay your school fee,</li>
53          <li> register your courses.</li>         
54          </ul>
55         
56          <br />
57          <p>If you have to register for <strong>previous sessions</strong> or are a
58          <strong>temporary withdrawn</strong> student, click "Previous Sessions"
59          instead of "Return 2006/2007".</p>
60         
61          <br />
62         
63          <h2>New Students</h2>
64
65          <p>can view their 2006 PUME/PDE/CEST results and admission status (free of charge):</p>
66          <br />
67          <ul>
68          <li> Simply click "View PUME, PDE or CEST Results", </li>
69          <li> enter your Registration Number and  </li>
70          <li> press the "Search" button. </li>
71          </ul>
72          <br />
73          <p>Your result record will be shown.</p>
74         
75          <p>If you are admitted, proceed with checking your admission details: </p>
76          <br />
77          <ul>
78          <li>Buy your Admission Checking Scratch Card,</li>
79          <li>click "Check Admission",</li>
80          <li>enter your Registration Number and your Admission Checking PIN (prefix APP)</li>
81          <li>press the "Check" button,</li>
82          <li>print your admission slip and log out.</li>
83          </ul>
84          <br />
85         
86          <p>You can continue with initiating the clearance process:</p>
87
88          <br />
89          <ul>
90          <li>Buy your Clearance Scratch Card,</li>
91          <li>log in with your new Student ID (see Admission Slip)
92              and your Password (last 10 digits of your Admission Checking PIN),</li>
93          <li>press the "Continue" button,</li>
94          <li>check your email address and phone number,</li>
95          <li>press the "Save & Continue" button,</li>
96          <li>enter your Clearance PIN (prefix CLR) and</li>
97          <li>press the "Start" button.</li>
98          </ul>
99          <br />
100
101          <p>Candidates are expected to
102          submit their clearance form online and proceed to their respective faculty
103          for physical clearance by their faculty clearance officer.
104          Download description of the clearance requirements here:
105          <strong><a target="_blank" href="http://files.saoas.org/Procedure_for_clearance.pdf">UME</a></strong>,
106          <strong><a target="_blank" href="http://files.saoas.org/Procedure_for_clearance_Direct.pdf">DE</a></strong> (1 page).
107          After being cleared you are eligible for booking your accommodation on campus,
108          you must pay your school fee and register your courses online.
109          </p>
110          <br />
111
112          <p>Download detailed technical instructions
113          <strong><a target="_blank" href="http://files.saoas.org/uniben_student_manual.pdf">here</a></strong> (9 pages).
114          Please use the Enquiry form to precisely report errors.
115          The report must include the time when the error occurred and the exact error message.
116          You will be notified by email when the problem is solved. </p>
117          <br />
118
119          <p>Resumption Date: Clearance and Orientation for Fresh Students (UME) commences
120          on <strong><font color="red">Monday 11th December 2006</font></strong>.
121          The exercise ends on <strong><font color="red">Friday 22nd December 2006</font></strong>.
122          Clearance for Part-Time Students commences on resumption and ends exactly on
123          <strong><font color="red">1st June 2007</font></strong>.
124          Any breach of this directive, will result in forfeiture of the adminssion offer.
125          </p>
126       
127          <br />           
128     
129     
130      </span>       
131     
132    </metal:main>
133  </metal:body>
134</metal:html>
135
136
137
Note: See TracBrowser for help on using the repository browser.