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

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

Rename all non-locales stuff from sirp to kofa.

File size: 852 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 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.