Last change
on this file since 5488 was
5444,
checked in by uli, 14 years ago
|
Use different fields when authenticating applicants.
|
File size:
1.4 KB
|
Line | |
---|
1 | <h3> |
---|
2 | Apply for Post UDE Screening Test |
---|
3 | (<span tal:replace="view/getCurrentSession">2010/2011</span>) |
---|
4 | </h3> |
---|
5 | <div> |
---|
6 | This Login is for applicants only, that went through PDE screening! |
---|
7 | </div> |
---|
8 | <form method="POST"> |
---|
9 | <table> |
---|
10 | <tbody> |
---|
11 | <tr> |
---|
12 | <td width="30%"><label for="reg_no">JAMB Registration Number</label></td> |
---|
13 | <td> |
---|
14 | <input type="text" name="form.jamb_reg_no" |
---|
15 | value="" tal:attributes="value view/reg_no" /></td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <input type="hidden" name="form.prefix" value="PUDE" /> |
---|
19 | <td><label for="form.ac_series">Access Code</label></td> |
---|
20 | <td> |
---|
21 | PUDE-<input name="form.ac_series" type="text" size="3" maxlength="3" |
---|
22 | value="" tal:attributes="value view/ac_series" |
---|
23 | />-<input name="form.ac_number" type="text" size="10" maxlength="10" |
---|
24 | value="" tal:attributes="value view/ac_number" /> |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | <tr> |
---|
28 | <td colspan="2"> |
---|
29 | <input type="submit" name="show" value="Show Application Record" /> |
---|
30 | </td> |
---|
31 | </tr> |
---|
32 | </tbody> |
---|
33 | </table> |
---|
34 | </form> |
---|
35 | |
---|
36 | <div> |
---|
37 | Instructions: |
---|
38 | <ul class="list"> |
---|
39 | <li> |
---|
40 | Enter your JAMB Registration Number and the Application PIN. |
---|
41 | </li> |
---|
42 | <li> |
---|
43 | Fill the form and upload your Passport Photograph with red |
---|
44 | background in jpg format. |
---|
45 | </li> |
---|
46 | <li> |
---|
47 | Save and preview picture. |
---|
48 | </li> |
---|
49 | <li> |
---|
50 | Press the 'Final Submit' button. |
---|
51 | </li> |
---|
52 | </ul> |
---|
53 | </div> |
---|
54 | <div class="error" tal:content="view/getDeadline"> |
---|
55 | The deadline is NOW |
---|
56 | </div> |
---|
Note: See
TracBrowser for help on using the repository browser.