source: tags/5.2.9/LATMOS-Accounts-Web/root/html/sites/menu.tt @ 1929

Last change on this file since 1929 was 1558, checked in by nanardon, 9 years ago

Kill useless object list

  • Property svn:keywords set to Id
File size: 316 bytes
Line 
1<!-- $Id$ -->
2
3<div id="oinfo">
4    <div id="oinfo_icons">
5    <img src="[% c.uri_for('/static', 'images', 'user_conf.png') %]"
6    alt="[% "User " _ sitename %]">
7    </div>
8    <div id="oinfo_label">
9    <p id="oname">[% sitename | html %]</p>
10    <p>[% user.get_c_field('l') | html %]</p>
11    </div>
12</div>
13<div
Note: See TracBrowser for help on using the repository browser.