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 | |
---|
15 | <strong>This is the frontpage of Uniben'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 | <br /><br /> |
---|
20 | |
---|
21 | <h2>Admission into Local/Part-Time Programmes 2006/2007</h2> |
---|
22 | |
---|
23 | <p><strong>INSTRUCTIONS FOR CHECKING SCREENING |
---|
24 | TEST RESULTS AND ADMISSIONS</strong></p> |
---|
25 | <br /> |
---|
26 | <ol> |
---|
27 | <li>Click on 'View CEST Results' (CEST means Common Entrance Screening Test),</li> |
---|
28 | <li>enter your Application Number (No Scratch Card is required for this!),</li> |
---|
29 | <li>press the "Search" button, </li> |
---|
30 | <li>print your Result Slip.</li> |
---|
31 | |
---|
32 | <li>If you are admitted or if you are a <strong>Diploma or Non-Exam Programme</strong> applicant, purchase a N250-Admission-Checking and a |
---|
33 | N10500-Clearance Scratch Card from any of the following designated banks in Benin City: |
---|
34 | |
---|
35 | <br /><br /> |
---|
36 | UBA Plc, Uselu-Ugbowo Rd <br /> |
---|
37 | First Bank Plc, Ugbowo <br /> |
---|
38 | Unity Bank, Uniben <br /> |
---|
39 | Intercontinental Bank, Uniben <br /> |
---|
40 | Wema Bank, Akpakpava Road <br /> |
---|
41 | Zenith Bank Uselu <br /><br /> |
---|
42 | </li> |
---|
43 | |
---|
44 | <li>Click "Check Admission",</li> |
---|
45 | <li>enter your Registration Number and your Admission Checking PIN (prefix APP),</li> |
---|
46 | <li>press the "Check" button,</li> |
---|
47 | <li>print your Admission Slip,</li> |
---|
48 | <li>buy your Clearance Scratch Card,</li> |
---|
49 | <li>log in with your new Student Id (see Admission Slip) |
---|
50 | and your Password (last 10 digits of your Admission Checking PIN),</li> |
---|
51 | <li>press the "Continue" button,</li> |
---|
52 | <li>check your email address and phone number,</li> |
---|
53 | <li>press the "Save & Continue" button,</li> |
---|
54 | <li>enter your Clearance PIN (prefix CLR) and</li> |
---|
55 | <li>press the "Start" button.</li> |
---|
56 | </ol> |
---|
57 | <br /> |
---|
58 | |
---|
59 | |
---|
60 | <p><strong>Notice:</strong> Clearance and Orientation for Part-Time and Diploma Students commences on |
---|
61 | resumption and ends exactly on <strong><font color="red">1st June 2007</font></strong>. |
---|
62 | Part-Time and Diploma Students must fill their |
---|
63 | Clearance/Elegibility forms online before 1st June. |
---|
64 | Any breach of this directive, will result in forfeiture of the adminssion offer. |
---|
65 | </p> |
---|
66 | |
---|
67 | <h2>Returning Students</h2> |
---|
68 | |
---|
69 | |
---|
70 | <ol> |
---|
71 | <li> Simply click "Return 2006/2007", </li> |
---|
72 | <li> enter your Matriculation Number and either your firstname, middlename or lastname,</li> |
---|
73 | <li> press the "Search" button,</li> |
---|
74 | <li> press the "Continue to Login" button, </li> |
---|
75 | <li> check if you are the person indicated on the access data form,</li> |
---|
76 | <li> enter your email address and phone number,</li> |
---|
77 | <li> choose and verify your password (minimum size 5 characters including 1 digit),</li> |
---|
78 | <li> tick the acknowledgement check box,</li> |
---|
79 | <li> press the "Save & First-time Login" button,</li> |
---|
80 | <li> print your Sessional Result Slip (it includes your new Student Id for further logins), </li> |
---|
81 | <li> edit your personal data record,</li> |
---|
82 | <li> book your accommodation,</li> |
---|
83 | <li> pay your school fee,</li> |
---|
84 | <li> register your courses.</li> |
---|
85 | </ol> |
---|
86 | |
---|
87 | <br /> |
---|
88 | <p>If you have to register for <strong>previous sessions</strong> or are a |
---|
89 | <strong>temporary withdrawn</strong> student, click "Previous Sessions" |
---|
90 | instead of "Return 2006/2007".</p> |
---|
91 | |
---|
92 | <p><strong>Notice:</strong> Full Time Students are expected to register their |
---|
93 | courses online on or before <strong><font color="red">6th June 2007</font></strong>. |
---|
94 | |
---|
95 | |
---|
96 | </span> |
---|
97 | |
---|
98 | </metal:main> |
---|
99 | </metal:body> |
---|
100 | </metal:html> |
---|
101 | |
---|
102 | |
---|
103 | |
---|