source: main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/enterpin.pt @ 11024

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

Backup of local changes in branch (work in progress).

File size: 872 bytes
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><td>
7        Activation Code:
8        </td><td>
9        <span tal:replace="view/ac_prefix">PIN Prefix</span> -
10        <input name="ac_series" type="text" size="3" maxlength="3"
11               value="" tal:attributes="value view/ac_series"/> -
12        <input name="ac_number" type="text" size="10" 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 colspan="2">
20          <input type="submit" name="SUBMIT" class="btn primary"
21                 tal:attributes="value view/buttonname" />
22        </td>
23      </tr>
24    </tbody>
25  </table>
26</form>
Note: See TracBrowser for help on using the repository browser.