source: branches/2.0/LATMOS-Accounts-Web/root/html/includes/filter.tt @ 1062

Last change on this file since 1062 was 240, checked in by nanardon, 15 years ago
  • cleanup filter code
  • Property svn:keywords set to Id Rev
File size: 478 bytes
Line 
1<!-- $Id$ -->
2[% IF ofilter %]
3<p>Filtre:</p>
4<form action="[% c.action.namespace %]" method="POST">
5<input type="hidden" name="otype" value="[% otype | html %]">
6[% FOREACH item = ofilter.count_field %]
7[% IF loop.first %]
8<table border="0">
9<tr><th>Champs</th><th>contient:</th></tr>
10[% END %]
11<tr>
12<td>
13[% ofilter.search_field(item) %]
14</td>
15<td>[% ofilter.val_field(item) %]</td></tr>
16[% IF loop.last %]
17</table>
18[% END %]
19[% END %]
20
21<input type="submit">
22</form>
23[% END %]
Note: See TracBrowser for help on using the repository browser.