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

Last change on this file since 214 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
File size: 352 bytes
Line 
1<!-- $Id: user_menu.tt 443 2009-05-18 03:52:21Z nanardon $ -->
2<div id="omenu">
3    <table border="0">
4    <tr><td>
5    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
6    alt="[% "User " _ sitename %]">
7    </td>
8    <td>   
9    [% sitename | html %]<br>
10    [% user.get_c_field('l') | html %]
11    </td></tr>
12    </table>
13</div>
Note: See TracBrowser for help on using the repository browser.