source: LATMOS-Accounts-Web/root/html/includes/form.tt @ 118

Last change on this file since 118 was 118, checked in by nanardon, 15 years ago
  • address form
  • Property svn:keywords set to Id Rev
File size: 392 bytes
Line 
1<!-- $Id$ -->
2[% FOREACH attr =  form.attributes %]
3[% IF loop.first %]
4<form action="[% form_uri | html %]" method="POST">
5<table border=1>
6<tr><th colspan=2>
7    [% form.label | html %]
8</th></tr>
9[% END %]
10<tr><td>[% form.attr_label(attr) %]</td><td>[% form.attr_field(attr) %]</td>
11[% IF loop.last %]
12<tr><td colspan=2><input type="submit"></td></tr>
13</table>
14</form>
15[% END %]
16[% END %]
Note: See TracBrowser for help on using the repository browser.