source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt @ 7510

Last change on this file since 7510 was 7464, checked in by Henrik Bettermann, 13 years ago

Move form label to site layout pagetemplates. This saves even more code.

File size: 1.4 KB
Line 
1<form method="POST">
2  <table class="form-table">
3    <tbody>
4      <tr>
5      <td class="fieldname">
6          Registration Number:
7      </td>
8      <td>
9        <input class="span5" name="reg_number" type="text"
10               value="" tal:attributes="value view/reg_number"/>
11      </td>
12      </tr>
13      <tr>
14        <td class="fieldname">
15          Access Code:
16        </td>
17        <td>
18          <span tal:replace="view/ac_prefix">PIN Prefix
19          </span> -
20          <input class="span1" name="ac_series" type="text"
21                 value="" tal:attributes="value view/ac_series"/> -
22          <input class="span3" name="ac_number" type="text"
23                 value="" tal:attributes="value view/ac_number" /> </td>
24      </tr>
25    </tbody>
26  </table>
27  <input type="submit" name="SUBMIT" class="btn primary"
28         value="Show Student Id and set password" />
29</form>
30<div><h3>Instructions:</h3>
31  <ul class="list">
32    <li> Acquire a password access code (PWD).
33    </li>
34    <li> Enter your (JAMB) registration number and the access code.
35    </li>
36    <li> After pressing the button, your Student Id will be displayed
37    and your password set. The 10-digit part of the access code just
38    used is your new password.
39    </li>
40    <li> Go to the <strong><a href="login">general login
41    page</a></strong> and enter your new credentials.
42    </li>
43  </ul>
44</div>
Note: See TracBrowser for help on using the repository browser.