source: trunk/LATMOS-Accounts-Web/root/html/ajax/attrvalues.tt @ 1135

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

Merge branch 'dyngroup'

  • Property svn:keywords set to Id
File size: 259 bytes
Line 
1[% IF c.req.param('type') == 'select' %]
2<select name="toto">
3<option value="">--</option>
4[% FOREACH v = values %]
5<option value="[% v | html %]">[% v | html %]</option>
6[% END %]
7</select>
8[% ELSE %]
9[% c.prototype.auto_complete_result(values) %]
10[% END %]
Note: See TracBrowser for help on using the repository browser.