source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/enterpin.pt @ 9804

Last change on this file since 9804 was 9321, checked in by Henrik Bettermann, 12 years ago

Tell students where they can find the activation code.

File size: 1006 bytes
Line 
1<form method="POST" i18n:domain="waeup.kofa">
2  <table class="form-table">
3    <tbody>
4      <tr>
5        <td i18n:translate="">
6        Activation Code:
7        </td>
8        <td>
9        <span tal:replace="view/ac_prefix">PIN Prefix</span> -
10        <input name="ac_series" type="text" class="span1" maxlength="3"
11               value="" tal:attributes="value view/ac_series"/> -
12        <input name="ac_number" type="text" class="span3" maxlength="10"
13               value="" tal:attributes="value view/ac_number" />
14        <font color="red"><span tal:replace="view/notice">Notice</span>
15        </font>
16        </td>
17      </tr>
18      <tr>
19        <td>&nbsp;</td>
20        <td i18n:translate="">
21        The activation code can be found on the payment slip.
22        </td>
23      </tr>
24      <tr>
25        <td colspan="2">
26          <input type="submit" name="SUBMIT" class="btn primary"
27                 tal:attributes="value view/buttonname" />
28        </td>
29      </tr>
30    </tbody>
31  </table>
32</form>
Note: See TracBrowser for help on using the repository browser.