source: LATMOS-Accounts-Web/root/html/users/user_menu.tt @ 129

Last change on this file since 129 was 129, checked in by nanardon, 15 years ago
  • more attribute in user forms
  • Property svn:keywords set to Id Rev
File size: 573 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    </td></tr>
18    </table>
19</div>
Note: See TracBrowser for help on using the repository browser.