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

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

Beautify setpassword.pt.

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