source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantaddpage.pt @ 6515

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

Add missing page template.

File size: 857 bytes
Line 
1<h2 i18n:translate=""
2    tal:condition="view/label"
3    tal:content="view/label">Label</h2>
4
5<form method="POST">
6  <table>
7    <tbody>
8      <tr>
9        <td><label for="form.ac_series">Access Code:</label></td>
10        <td>
11          <span tal:replace="view/ac_prefix">PIN Prefix</span>
12         -<input name="form.ac_series" type="text" size="3" maxlength="3"
13                  value="" />
14         -<input name="form.ac_number" type="text" size="10" maxlength="10"
15                value="" />
16        </td>
17      </tr>
18      <tr>
19        <td>
20            <div class="actionButtons" tal:condition="view/availableActions">
21                <span tal:repeat="action view/actions" tal:omit-tag="">
22                    <input tal:replace="structure action/render"/>
23                </span>
24            </div>
25        </td>
26      </tr>
27    </tbody>
28  </table>
29</form>
Note: See TracBrowser for help on using the repository browser.