source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainereditpage.pt @ 5837

Last change on this file since 5837 was 5833, checked in by uli, 14 years ago

Make this page template a real form.

File size: 681 bytes
Line 
1<div>
2  <form method="POST">
3    <table>
4      <tr>
5        <td><label for="form.title">Title:</label></td>
6        <td><input type="text" name="title" id="form.title"
7                   size="40"
8                   tal:attributes="value context/title" /></td>
9        <td></td>
10      </tr>
11      <tr>
12        <td><label for="form.description">Description:</label></td>
13        <td><input type="text" name="description" id="form.description"
14                   size="60"
15                   tal:attributes="value context/description" /></td>
16        <td></td>
17      </tr>
18    </table>
19    <div>
20      <input type="submit" name="SAVE" value="Save" />
21      <input type="reset" />
22      <input type="submit" name="CANCEL" value="Cancel" />
23    </div>
24  </form>
25</div>
Note: See TracBrowser for help on using the repository browser.