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

Last change on this file since 976 was 976, checked in by nanardon, 12 years ago
  • rework page design
  • Property svn:keywords set to Id
File size: 517 bytes
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/obj_prev_next.tt' objtype='netzone' objname=netzonename %]
3
4<div id="oinfo">
5    <div id="oinfo_icons">
6    <img src="[% c.uri_for('/static', 'icons', 'preferences-desktop-wallpaper.png') %]"
7    alt="[% "Ordinateur " _ hostgroupname %]">
8    </div>
9    <div id="oinfo_label">
10    <p id="oname">[% netzonename | html %]</p>
11    <p>[% netzone.get_c_field('type') | html %]</p>
12    <p>[% netzone.get_c_field('description') | html %]</p>
13    </div>
14</div>
15<div id="oinfo_close"></div>
Note: See TracBrowser for help on using the repository browser.