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

Last change on this file since 971 was 971, checked in by nanardon, 12 years ago
  • set properties
  • Property svn:keywords set to Id
File size: 389 bytes
Line 
1<!-- $Id$ -->
2<div id="oinfo">
3
4    [% INCLUDE 'includes/obj_prev_next.tt' objtype='site' objname=sitename %]
5
6    <div>
7    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
8    alt="[% "User " _ sitename %]">
9    </div>
10    <div>   
11    <p id="oname">[% sitename | html %]</p>
12    [% user.get_c_field('l') | html %]
13    </div>
14</div>
15<div style="clear: both;"></div>
Note: See TracBrowser for help on using the repository browser.