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

Last change on this file since 15533 was 11551, checked in by Henrik Bettermann, 10 years ago

Transcript and access code pagetemplates adjusted.

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 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 name="ac_series" type="text"
22                 class="ac-input ac-series"
23                 value="" tal:attributes="value view/ac_series"/> -
24          <input name="ac_number" type="text"
25                 class="ac-input ac-number"
26                 value="" tal:attributes="value view/ac_number" /> </td>
27      </tr>
28    </tbody>
29  </table>
30  <input type="submit" name="SUBMIT" class="btn btn-primary"
31         tal:attributes="value view/set_button" />
32</form>
33<div i18n:domain="waeup.kofa" >
34  <h3 i18n:translate="">Instructions:</h3>
35  <ul i18n:translate="">
36    <li> Acquire a password access code (PWD).
37    </li>
38    <li> Enter your (JAMB) registration number and the access code.
39    </li>
40    <li> After pressing the button, your student id will be displayed
41    and your password set. The 10-digit part of the access code just
42    used is your new password.
43    </li>
44    <li> Go to the <strong><a href="login">general login
45    page</a></strong> and enter your new credentials.
46    </li>
47  </ul>
48</div>
Note: See TracBrowser for help on using the repository browser.