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

Last change on this file since 214 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
  • Property svn:keywords set to Id Rev
File size: 913 bytes
Line 
1<!-- $Id$ -->
2<div id="omenu">
3<table border="0">
4<tr><td>
5<img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
6alt="[% "User " _ username %]">
7</td>
8<td>  
9[% username | html %]<br>
10[% user.get_c_field('sn') | html %]
11[% user.get_c_field('givenName') | html %]
12</td></tr>
13</table>
14        <a href="[% c.uri_for(username) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a>
15        <a href="[% c.uri_for(username, 'address') %]"><span [% 'id="oactive"' IF subform == 'address' %]>Adresse</span></a>
16        <a href="[% c.uri_for(username, 'status') %]"><span [% 'id="oactive"' IF subform == 'status' %]>Status</span></a>
17        <a href="[% c.uri_for(username, 'groups') %]"><span [% 'id="oactive"' IF subform == 'groups' %]>Groupes</span></a>
18        <a href="[% c.uri_for(username, 'passwd') %]"><span [% 'id="oactive"' IF subform == 'passwd' %]>Mot de passe</span></a>
19</div>
Note: See TracBrowser for help on using the repository browser.