source: trunk/LATMOS-Accounts-Web/root/html/groups/menu.tt @ 984

Last change on this file since 984 was 976, checked in by nanardon, 12 years ago
  • rework page design
  • Property svn:keywords set to Id
File size: 914 bytes
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/obj_prev_next.tt' objtype='group' objname=groupname %]
3
4<div id="oinfo">
5    <div id="oinfo_icons">
6    <img src="[% c.uri_for('/static', 'icons', 'user-group-properties.png') %]"
7    alt="[% "Groupe " _ groupname %]">
8    </div>
9
10    <div id="oinfo_label">
11    <p id="oname">[% groupname | html %]</p>
12    [% group.get_c_field('description') | html %]
13    </div>
14</div>
15<div id="oinfo_close"></div>
16
17<div id="omenu">
18        <a href="[% c.uri_for(groupname) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a>
19        <a href="[% c.uri_for(groupname, 'users') %]"><span [% 'id="oactive"' IF subform == 'users' %]>Utilisateurs</span></a>
20[% IF group.get_attributes('sutype') == 'dpmt' %]
21        <a href="[% c.uri_for(groupname, 'dpmt') %]"><span [% 'id="oactive"' IF subform == 'dpmt' %]>Département</span></a>
22[% END %]
23</div>
24<div style="clear: both;"></div>
Note: See TracBrowser for help on using the repository browser.