source: LATMOS-Accounts-Web/root/html/users/menu.tt @ 544

Last change on this file since 544 was 544, checked in by nanardon, 15 years ago
  • add prev/next link on object page (user and groups at time)
  • Property svn:keywords set to Id Rev
File size: 1.2 KB
Line 
1<!-- $Id$ -->
2<div id="omenu">
3
4[% INCLUDE 'includes/obj_prev_next.tt' objtype='user' objname=username %]
5
6<table border="0">
7<tr><td>
8<img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
9alt="[% "User " _ username %]">
10</td>
11<td>  
12[% username | html %]<br>
13[% user.get_c_field('sn') | html %]
14[% user.get_c_field('givenName') | html %]
15</td>
16</tr>
17</table>
18<div style="clear: both;"></div>
19        <a href="[% c.uri_for(username) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a>
20        <a href="[% c.uri_for(username, 'status') %]"><span [% 'id="oactive"' IF subform == 'status' %]>Status</span></a>
21        <a href="[% c.uri_for(username, 'groups') %]"><span [% 'id="oactive"' IF subform == 'groups' %]>Groupes</span></a>
22        <a href="[% c.uri_for(username, 'address') %]"><span [% 'id="oactive"' IF subform == 'address' %]>Adresses</span></a>
23        <a href="[% c.uri_for(username, 'mail') %]"><span [% 'id="oactive"' IF subform == 'mail' %]>eMail</span></a>
24[% IF c.model('Accounts').db.check_acl(user, 'userPasswd', 'r') %]
25        <a href="[% c.uri_for(username, 'passwd') %]"><span [% 'id="oactive"' IF subform == 'passwd' %]>Mot de passe</span></a>
26[% END %]
27</div>
Note: See TracBrowser for help on using the repository browser.