Ignore:
Timestamp:
07/28/12 09:20:21 (12 years ago)
Author:
nanardon
Message:

Use a generic filter to list objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/nethosts/menu.tt

    r976 r1081  
    11<!-- $Id$ --> 
    22 
    3 [% INCLUDE 'includes/obj_prev_next.tt' objtype='nethost' objname=nethostname %] 
    4  
    5 <div id="oinfo"> 
    6     <div id="oinfo_icons"> 
    7     [% IF NOT nethost.get_c_field('exported') %] 
    8     <img src="[% c.uri_for('/static', 'icons', 'gtk-delete.png') %]" 
    9     alt="[% "HÃŽte " _ nethostname %]" title="l'entrée est désactivée"> 
    10     [% ELSE %] 
    11     <img src="[% c.uri_for('/static', 'icons', 'preferences-desktop-wallpaper.png') %]" 
    12     alt="[% "Ordinateur " _ nethostname %]"> 
    13     [% END %] 
    14     </div> 
    15  
    16     <div id="ofino_label">    
    17     <p id="oname">[% nethostname | html %]</p> 
    18     [% nethost.get_c_field('description') | html %] 
    19     </div> 
    20 </div> 
    21 <div id="oinfo_close"></div> 
Note: See TracChangeset for help on using the changeset viewer.