[% IF NOT nethost %] No group [% nethostname | html %] found. [% ELSE %]
[% INCLUDE 'nethosts/menu.tt' %] [% INCLUDE 'includes/form.tt' form = form form_uri = c.uri_for(nethostname) %]
[% IF c.model('Accounts').db.check_acl('netzone', 'name', 'r') %] [% END %]
Zone de cette hôte
[% FOREACH z = nethost.get_attributes('netZone').sort %] [% z %] ([% c.model('Accounts').db.get_object('netzone', z).get_attributes('type') %])
[% END %]
[% IF c.model('Accounts').db.check_acl('nethost', 'ip', 'w') %]
Ajouter une ip libre:

[% c.prototype.observe_field('zone', { update => 'zone_span', url => c.uri_for('/ajax', 'select_freeip_select'), frequency => 1, with => "'zone='+element.options[element.selectedIndex].value", } ) %]
[% END %] [% IF c.model('Accounts').db.check_acl('nethost', '@CREATE', 'w') %]
Renommer la machine en:


[% END %] [% IF c.model('Accounts').db.check_acl('nethost', '@DELETE', 'w') %]
Supprimer cet hôte
[% END %]
[% END %]