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

Last change on this file since 179 was 179, checked in by nanardon, 15 years ago
  • add passwd forms to user
  • Property svn:keywords set to Id Rev
File size: 716 bytes
Line 
1<!-- $Id$ -->
2<div>
3    <table border="0">
4    <tr><td>
5    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
6    alt="[% "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    <tr><td colspan=2>
14        <a href="[% c.uri_for(username) %]">SystÚme</a> ::
15        <a href="[% c.uri_for(username, 'address') %]">Adresse</a> ::
16        <a href="[% c.uri_for(username, 'status') %]">Status</a> ::
17        <a href="[% c.uri_for(username, 'groups') %]">Groupes</a> ::
18        <a href="[% c.uri_for(username, 'passwd') %]">Mot de passe</a>
19    </td></tr>
20    </table>
21</div>
Note: See TracBrowser for help on using the repository browser.