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

Last change on this file since 119 was 119, checked in by nanardon, 15 years ago
  • add menu for user
  • Property svn:keywords set to Id Rev
File size: 442 bytes
Line 
1<!-- $Id$ -->
2<div>
3    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
4    alt="[% "User " _ username %]" style="float: left">
5    [% username | html %]<br>
6    [% user.get_c_field('sn') | html %]
7    [% user.get_c_field('givenName') | html %]
8    <div style="clear: both">
9        <a href="[% c.uri_for(username) %]">SystÚme</a> ::
10        <a href="[% c.uri_for(username, 'address') %]">Adresse</a>
11    </div>
12</div>
Note: See TracBrowser for help on using the repository browser.