source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/setpassword.pt @ 9321

Last change on this file since 9321 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 1.5 KB
Line 
1<form i18n:domain="waeup.kofa" method="POST">
2  <table class="form-table">
3    <tbody>
4      <tr>
5      <td class="fieldname" i18n:translate="">
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" i18n:translate="">
15          Access Code:
16        </td>
17        <td>
18          <span tal:replace="view/ac_prefix">
19            PINPREFIX
20          </span> -
21          <input class="span1" name="ac_series" type="text"
22                 value="" tal:attributes="value view/ac_series"/> -
23          <input class="span3" name="ac_number" type="text"
24                 value="" tal:attributes="value view/ac_number" /> </td>
25      </tr>
26    </tbody>
27  </table>
28  <input type="submit" name="SUBMIT" class="btn primary"
29         tal:attributes="value view/set_button" />
30</form>
31<div i18n:domain="waeup.kofa" >
32  <h3 i18n:translate="">Instructions:</h3>
33  <ul class="list" i18n:translate="">
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.