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

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