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

Last change on this file was 11551, checked in by Henrik Bettermann, 11 years ago

Transcript and access code pagetemplates adjusted.

File size: 1.5 KB
RevLine 
[7811]1<form i18n:domain="waeup.kofa" method="POST">
[7459]2  <table class="form-table">
[6699]3    <tbody>
[7459]4      <tr>
[7738]5      <td class="fieldname" i18n:translate="">
[7459]6          Registration Number:
7      </td>
8      <td>
[11551]9        <input name="reg_number" type="text"
[7460]10               value="" tal:attributes="value view/reg_number"/>
[7459]11      </td>
12      </tr>
[6758]13      <tr>
[7738]14        <td class="fieldname" i18n:translate="">
[7459]15          Access Code:
16        </td>
17        <td>
[7738]18          <span tal:replace="view/ac_prefix">
19            PINPREFIX
[6758]20          </span> -
[11551]21          <input name="ac_series" type="text"
22                 class="ac-input ac-series"
[6758]23                 value="" tal:attributes="value view/ac_series"/> -
[11551]24          <input name="ac_number" type="text"
25                 class="ac-input ac-number"
[6758]26                 value="" tal:attributes="value view/ac_number" /> </td>
[6699]27      </tr>
28    </tbody>
29  </table>
[11551]30  <input type="submit" name="SUBMIT" class="btn btn-primary"
[7738]31         tal:attributes="value view/set_button" />
[6699]32</form>
[7811]33<div i18n:domain="waeup.kofa" >
[7738]34  <h3 i18n:translate="">Instructions:</h3>
[11551]35  <ul i18n:translate="">
[6715]36    <li> Acquire a password access code (PWD).
[6699]37    </li>
[6715]38    <li> Enter your (JAMB) registration number and the access code.
[6699]39    </li>
[7554]40    <li> After pressing the button, your student id will be displayed
[6758]41    and your password set. The 10-digit part of the access code just
42    used is your new password.
[6699]43    </li>
[6758]44    <li> Go to the <strong><a href="login">general login
45    page</a></strong> and enter your new credentials.
[6699]46    </li>
47  </ul>
[6758]48</div>
Note: See TracBrowser for help on using the repository browser.