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

Last change on this file since 686 was 636, checked in by nanardon, 14 years ago
  • use displayName in top of user page
  • 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('displayName') | html %]
14</td>
15</tr>
16</table>
17<div style="clear: both;"></div>
18        <a href="[% c.uri_for(username) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a>
19        <a href="[% c.uri_for(username, 'status') %]"><span [% 'id="oactive"' IF subform == 'status' %]>Status</span></a>
20        <a href="[% c.uri_for(username, 'groups') %]"><span [% 'id="oactive"' IF subform == 'groups' %]>Groupes</span></a>
21        <a href="[% c.uri_for(username, 'address') %]"><span [% 'id="oactive"' IF subform == 'address' %]>Adresses</span></a>
22        <a href="[% c.uri_for(username, 'mail') %]"><span [% 'id="oactive"' IF subform == 'mail' %]>eMail</span></a>
23[% IF c.model('Accounts').db.check_acl(user, 'userPasswd', 'r') %]
24        <a href="[% c.uri_for(username, 'passwd') %]"><span [% 'id="oactive"' IF subform == 'passwd' %]>Mot de passe</span></a>
25[% END %]
26</div>
Note: See TracBrowser for help on using the repository browser.