source: LATMOS-Accounts-Web/root/html/netzones/menu.tt @ 861

Last change on this file since 861 was 861, checked in by nanardon, 13 years ago
  • reimport missing files from previous svn
File size: 525 bytes
Line 
1<!-- $Id: menu.tt 3103 2010-08-26 12:47:15Z nanardon $ -->
2<div id="oinfo">
3    [% INCLUDE 'includes/obj_prev_next.tt' objtype='netzone' objname=netzonename %]
4    <div>
5    <img src="[% c.uri_for('/static', 'icons', 'preferences-desktop-wallpaper.png') %]"
6    alt="[% "Ordinateur " _ hostgroupname %]">
7    </div>
8    <div>
9    <p id="oname">[% netzonename | html %]</p>
10    [% netzone.get_c_field('type') | html %]<br>
11    [% netzone.get_c_field('description') | html %]
12    </div>
13</div>
14<div style="clear: both;"></div>
Note: See TracBrowser for help on using the repository browser.