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

Last change on this file since 2361 was 1558, checked in by nanardon, 9 years ago

Kill useless object list

  • Property svn:keywords set to Id
File size: 415 bytes
Line 
1<!-- $Id$ -->
2
3<div id="oinfo">
4    <div id="oinfo_icons">
5    <img src="[% c.uri_for('/static', 'images', 'preferences-desktop-wallpaper.png') %]"
6    alt="[% "Ordinateur " _ hostgroupname %]">
7    </div>
8    <div id="oinfo_label">
9    <p id="oname">[% netzonename | html %]</p>
10    <p>[% netzone.get_c_field('type') | html %]</p>
11    <p>[% netzone.get_c_field('description') | html %]</p>
12    </div>
13</div>
14<div
Note: See TracBrowser for help on using the repository browser.