source: trunk/LATMOS-Accounts-Web/root/html/sites/object_header.tt @ 1081

Last change on this file since 1081 was 1081, checked in by nanardon, 12 years ago

Use a generic filter to list objects

File size: 419 bytes
Line 
1<!-- $Id$ -->
2
3[% INCLUDE 'includes/obj_prev_next.tt' objtype='site' objname=sitename %]
4
5<div id="oinfo">
6    <div id="oinfo_icons">
7    <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]"
8    alt="[% "User " _ sitename %]">
9    </div>
10    <div id="oinfo_label">
11    <p id="oname">[% sitename | html %]</p>
12    <p>[% user.get_c_field('l') | html %]</p>
13    </div>
14</div>
15<div id="oinfo_close"></div>
Note: See TracBrowser for help on using the repository browser.