source: tags/5.2.29/LATMOS-Accounts-Web/root/html/ajax/select_freeip_select.tt

Last change on this file was 971, checked in by nanardon, 12 years ago
  • set properties
  • Property svn:keywords set to Id
File size: 343 bytes
Line 
1<!-- $Id$ -->
2<select name="newip">
3<option value="any">IP aléatoire</option>
4<option value="first">PremiÚre</option>
5
6<optgroup label="IPs">
7[% FOREACH ip = c.model('Accounts').db.get_object('netzone',
8c.req.param('zone')).get_attributes('freeIP') %]
9<option value="[% ip | html %]">[% ip | html %]</option>
10[% END %]
11</optgroup>
12</select>
Note: See TracBrowser for help on using the repository browser.