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

Last change on this file since 7088 was 6758, checked in by uli, 13 years ago

Use more simple form names, fix nesting errors, etc.

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