source: trunk/LATMOS-Accounts-Web/root/html/includes/adv_filter.tt @ 1865

Last change on this file since 1865 was 1081, checked in by nanardon, 12 years ago

Use a generic filter to list objects

  • Property svn:keywords set to Id
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.