source: trunk/LATMOS-Accounts-Web/root/html/sites/default.tt @ 996

Last change on this file since 996 was 996, checked in by nanardon, 12 years ago
  • html/css fix
  • Property svn:keywords set to Id
File size: 268 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT site %]
3No site [% sitename | html %] found.
4[% ELSE %]
5   
6[% INCLUDE 'sites/menu.tt' %]
7
8<div class="objectform" id="objectform">
9
10[% INCLUDE 'includes/form.tt'
11    form = form
12    form_uri = c.uri_for(sitename, subform) %]
13</div>
14[% END %]
Note: See TracBrowser for help on using the repository browser.