source: main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser_templates/enterpin.pt @ 8444

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

Prepare uniben package so that it can be used as a base for further custom packages. Us term 'uniben' or 'Uniben' only if necessary.

File size: 585 bytes
Line 
1<form tal:attributes="action view/action"
2    method="POST" i18n:domain="waeup.custom">
3  <table class="form-table">
4    <tbody>
5      <tr>
6        <td i18n:translate="">
7        Confirmation Number (PIN):
8        </td>
9        <td>
10        <input name="confirmation_number" type="text" class="span5" maxlength=""
11               value="" />
12        </td>
13      </tr>
14      <tr>
15        <td colspan="2">
16          <input type="submit" name="SUBMIT" class="btn primary"
17                 tal:attributes="value view/buttonname" />
18        </td>
19      </tr>
20    </tbody>
21  </table>
22</form>
Note: See TracBrowser for help on using the repository browser.