Ignore:
Timestamp:
12/02/11 11:42:17 (13 years ago)
Author:
nanardon
Message:
  • reimport missing files from previous svn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/groups/menu.tt

    r544 r861  
    11<!-- $Id$ --> 
    2 <div id="omenu"> 
     2<div id="oinfo"> 
    33    [% INCLUDE 'includes/obj_prev_next.tt' objtype='group' objname=groupname %] 
    4     <table border="0"> 
    5     <tr><td> 
     4 
     5    <div> 
    66    <img src="[% c.uri_for('/static', 'icons', 'user-group-properties.png') %]" 
    77    alt="[% "Groupe " _ groupname %]"> 
    8     </td> 
    9     <td>    
    10     [% groupname | html %]<br> 
     8    </div> 
     9 
     10    <div>    
     11    <p id="oname">[% groupname | html %]</p> 
    1112    [% group.get_c_field('description') | html %] 
    12     </table> 
    13     <div style="clear: both;"></div> 
     13    </div> 
     14 
     15</div> 
     16<div style="clear: both;"></div> 
     17<div id="omenu"> 
    1418        <a href="[% c.uri_for(groupname) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a> 
    1519        <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 %] 
    1623</div> 
     24<div style="clear: both;"></div> 
Note: See TracChangeset for help on using the changeset viewer.