source: main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/checktranscriptstatus.pt @ 16827

Last change on this file since 16827 was 16761, checked in by Henrik Bettermann, 3 years ago

Change text.

File size: 5.8 KB
Line 
1<br />
2<ol>
3<li> Visit https://alumni.uniben.edu</li>
4<li>  Click on 'Request for Transcript'.
5Applicants are advised to have a valid email account before starting the application process (not the cybercafe’s email).</li>
6<li> Read the instruction on the page.</li>
7<li> Provide all necessary information. Note that * means compulsory fields.
8An immediate mail will be sent to the provided email address.
9</li>
10<li>
11Open your email to get your system-generated ID and Password that you will use to LOG IN.
12</li>
13<li> On https://alumni.uniben.edu click on 'Login' (top right of the page).
14</li>
15<li> Enter your user name and the password from the mail to login.
16</li>
17<li>
18To start the application process proper, Click on <b> 'Edit application record' </b> , Provide all required information and upload your passport photograph. (Upload a clear 1" x 1" COLOURED passport photograph with red background in JPEG format only)
19</li>
20<li> Upload Eligibility Form and Statement of Result in either JPG or PDF files only. Max. file size: 250 KB.
21</li>
22<li> To pay for the Application, click on "Add online payment ticket" at the bottom of the page, then click on "Pay with Remita" on the top left corner of the page, follow the instruction to pay the Transcript fee (see below) with an ATM-Enabled Visa or Master Card from any commercial Bank.
23</li>
24<li> Preview and confirm information provided before submitting your application online.
25</li>
26</ol>
27<p>PLEASE NOTE</p>
28<p>You cannot edit your application after submission. Note that processing of the transcript request will not start until you submit since it is assumed that you are still making changes</p>
29<p>AMOUNT TO BE PAID IS DETERMINED by the following factors:</p>
30<ul>
31<li>Destination: within Nigeria; within Africa; outside Africa</li>
32<li>Type of Order:
33Original: not requested transcript before or original required regardless
34<br/>
35Certified True Copy: only if transcript has been requested in the past
36<br/>
37Postgraduate transcripts can only be of type original.
38</li>
39</ul>
40<p>Include the email address of recipient body to ensure that the electronic copy can be sent to precede the physical copy that is posted via courier.</p>
41<p>When payment is successful in your account but does not reflect on the application, go ahead and reuery: Open the payment ticket, click on <b>'Requery Remita Payement Status'</b>.</p>
42<p> For further Enquirirs, Please Contact <b> 08099993537  or  examsandrecords_transcripts@uniben.edu</b>.</p>
43
44<h3>Check tanscript status</h3>
45
46<p i18n:domain="waeup.uniben" tal:condition="not:view/button"
47   i18n:translate="checktranscript">
48  You don't have a previous Kofa record and you are a first time applicant for transcript? Click
49  <a i18n:name="no_result_appl_url" tal:attributes="href view/appl_url1">here</a>
50  to proceed. <br />
51  You don't know or you have already requested for transcript?
52  You can check your transcript status by submitting the form below.
53  Depending on the existence and status of your student record in Kofa you
54  will be redirected to the appropriate application form.
55</p>
56
57<form method="post" enctype="multipart/form-data"
58    tal:condition="not:view/button" i18n:domain="waeup.uniben">
59  <table class="form-table">
60    <tr>
61      <td i18n:translate="" class="fieldname">
62        Student Id, Registration Number or <br />Matric Number:
63      </td>
64      <td>
65        <input class="textType half" type="text" name="unique_id" />
66      </td>
67    </tr>
68    <tr>
69      <td i18n:translate="" class="fieldname">
70        Email Address:
71      </td>
72      <td>
73        <input class="textType half" type="text" name="email" />
74      </td>
75    </tr>
76  </table>
77  <div tal:content="structure view/captcha_code"></div>
78  <br />
79  <input class="btn btn-primary" type="submit" name="SUBMIT"
80      tal:attributes="value view/buttonname" />
81</form>
82
83<div tal:condition="view/button" i18n:domain="waeup.uniben">
84  <br />
85  <tal:noresults condition="not: view/results">
86    <br />
87    <p i18n:translate="check_transcript_1">
88      No student record was found in Kofa. Your record has to be created.
89      You can apply for your transcript
90      <a  i18n:name="no_result_appl_url" tal:attributes="href view/appl_url1">here
91      </a>.
92    </p>
93  </tal:noresults>
94
95  <tal:results condition="view/results">
96    <br />
97    <p i18n:translate="check_transcript_2"
98       tal:condition="python:not view.results[0][0][2]">
99      Your record was found on the
100      <a i18n:name="portal_url"
101         tal:attributes="href python:view.results[0][1][1]">
102        <span tal:replace="python:view.results[0][1][0]">PORTAL</span>
103      </a>.
104      <br />
105      Login with your Student id and password
106      <a i18n:name="login_url"
107         tal:attributes="href python:view.results[0][1][1] + 'login'">
108        here
109      </a>
110      to check your student record status.
111      <tal:withemail tal:condition="python:view.results[0][0][0]">
112         Forgotten your password? Your email address matches the email
113         address stored in Kofa. Request a new password
114        <a i18n:name="changepw_url"
115           tal:attributes="href python:view.results[0][1][1] + 'changepw'">
116          here
117        </a>.
118      </tal:withemail>
119    </p>
120    <p i18n:translate="check_transcript_3"
121       tal:condition="python:not view.results[0][0][2]">
122      If you have not yet applied for your transcript, you can apply
123      <a  i18n:name="result_appl_url" tal:attributes="href view/appl_url2">here
124      </a>.
125    </p>
126    <p i18n:translate="check_transcript_4"
127       tal:condition="python:view.results[0][0][2]">
128      Your student record exists and your transcript has already
129      been released and sent to the address provided.
130      If you want your transcript to be resent, maybe to another destination,
131      you can proceed and directly apply for transcript delivery
132      <a  i18n:name="result_appl_url" tal:attributes="href view/appl_url2">here
133      </a> again.
134    </p>
135  </tal:results>
136</div>
Note: See TracBrowser for help on using the repository browser.