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

Last change on this file since 148 was 148, checked in by nanardon, 15 years ago
  • add department, cells, team
File size: 296 bytes
Line 
1<!-- $Id: default.tt 432 2009-05-17 13:19:38Z nanardon $ -->
2[% IF NOT site %]
3No site [% sitename | html %] found.
4[% ELSE %]
5   
6<div class=objectform>
7[% INCLUDE 'sites/menu.tt' %]
8
9[% INCLUDE 'includes/form.tt'
10    form = form
11    form_uri = c.uri_for(sitename, subform) %]
12</div>
13[% END %]
Note: See TracBrowser for help on using the repository browser.