source: branches/2.0/LATMOS-Accounts-Web/root/html/nethosts/menu.tt @ 1062

Last change on this file since 1062 was 861, checked in by nanardon, 13 years ago
  • reimport missing files from previous svn
File size: 700 bytes
Line 
1<!-- $Id: menu.tt 3654 2010-09-17 10:54:48Z nanardon $ -->
2<div id="oinfo">
3    [% INCLUDE 'includes/obj_prev_next.tt' objtype='nethost' objname=nethostname %]
4    <div>
5    [% IF NOT nethost.get_c_field('exported') %]
6    <img src="[% c.uri_for('/static', 'icons', 'gtk-delete.png') %]"
7    alt="[% "HÃŽte " _ nethostname %]" title="l'entrée est désactivée">
8    [% ELSE %]
9    <img src="[% c.uri_for('/static', 'icons', 'preferences-desktop-wallpaper.png') %]"
10    alt="[% "Ordinateur " _ nethostname %]">
11    [% END %]
12    </div>
13
14    <div>   
15    <p id="oname">[% nethostname | html %]</p>
16    [% nethost.get_c_field('description') | html %]
17    </div>
18</div>
19<div style="clear: both;"></div>
Note: See TracBrowser for help on using the repository browser.