source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/enterpin.pt @ 6767

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

Same for clearance pin.

File size: 755 bytes
Line 
1<h2 i18n:translate=""  tal:condition="view/label"
2    tal:content="view/label">Label</h2>
3<form method="POST">
4  <table>
5    <tbody>
6      <tr><td>
7        <label for="ac_series">Access Code:</label>
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" /></td>
14      </tr>
15      <tr>
16        <td colspan="2">
17          <input type="submit" name="SUBMIT"
18                 tal:attributes="value view/buttonname" /> </td>
19      </tr>
20    </tbody>
21  </table>
22</form>
Note: See TracBrowser for help on using the repository browser.