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

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

Show 'Edit clearence' button only if clearance form isn't locked.

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