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

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

Change text on checktranscript page.

File size: 5.7 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
43<h3>Check tanscript status</h3>
44
45<p i18n:domain="waeup.uniben" tal:condition="not:view/button"
46   i18n:translate="checktranscript">
47  You don't have a previous Kofa record and you are a first time applicant for transcript? Click
48  <a i18n:name="no_result_appl_url" tal:attributes="href view/appl_url1">here</a>
49  to proceed. <br />
50  You don't know or you have already requested for transcript?
51  You can check your transcript status by submitting the form below.
52  Depending on the existence and status of your student record in Kofa you
53  will be redirected to the appropriate application form.
54</p>
55
56<form method="post" enctype="multipart/form-data"
57    tal:condition="not:view/button" i18n:domain="waeup.uniben">
58  <table class="form-table">
59    <tr>
60      <td i18n:translate="" class="fieldname">
61        Student Id, Registration Number or <br />Matric Number:
62      </td>
63      <td>
64        <input class="textType half" type="text" name="unique_id" />
65      </td>
66    </tr>
67    <tr>
68      <td i18n:translate="" class="fieldname">
69        Email Address:
70      </td>
71      <td>
72        <input class="textType half" type="text" name="email" />
73      </td>
74    </tr>
75  </table>
76  <div tal:content="structure view/captcha_code"></div>
77  <br />
78  <input class="btn btn-primary" type="submit" name="SUBMIT"
79      tal:attributes="value view/buttonname" />
80</form>
81
82<div tal:condition="view/button" i18n:domain="waeup.uniben">
83  <br />
84  <tal:noresults condition="not: view/results">
85    <br />
86    <p i18n:translate="check_transcript_1">
87      No student record was found in Kofa. Your record has to be created.
88      You can apply for your transcript
89      <a  i18n:name="no_result_appl_url" tal:attributes="href view/appl_url1">here
90      </a>.
91    </p>
92  </tal:noresults>
93
94  <tal:results condition="view/results">
95    <br />
96    <p i18n:translate="check_transcript_2"
97       tal:condition="python:not view.results[0][0][2]">
98      Your record was found on the
99      <a i18n:name="portal_url"
100         tal:attributes="href python:view.results[0][1][1]">
101        <span tal:replace="python:view.results[0][1][0]">PORTAL</span>
102      </a>.
103      <br />
104      Login with your Student id and password
105      <a i18n:name="login_url"
106         tal:attributes="href python:view.results[0][1][1] + 'login'">
107        here
108      </a>
109      to check your student record status.
110      <tal:withemail tal:condition="python:view.results[0][0][0]">
111         Forgotten your password? Your email address matches the email
112         address stored in Kofa. Request a new password
113        <a i18n:name="changepw_url"
114           tal:attributes="href python:view.results[0][1][1] + 'changepw'">
115          here
116        </a>.
117      </tal:withemail>
118    </p>
119    <p i18n:translate="check_transcript_3"
120       tal:condition="python:not view.results[0][0][2]">
121      If you have not yet applied for your transcript, you can apply
122      <a  i18n:name="result_appl_url" tal:attributes="href view/appl_url2">here
123      </a>.
124    </p>
125    <p i18n:translate="check_transcript_4"
126       tal:condition="python:view.results[0][0][2]">
127      Your student record exists and your transcript has already
128      been released and sent to the address provided.
129      If you want your transcript to be resent, maybe to another destination,
130      you can proceed and directly apply for transcript delivery
131      <a  i18n:name="result_appl_url" tal:attributes="href view/appl_url2">here
132      </a> again.
133    </p>
134  </tal:results>
135</div>
Note: See TracBrowser for help on using the repository browser.