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

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

Kill useless object list

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