source: trunk/LATMOS-Accounts-Web/root/html/services/default.tt @ 2089

Last change on this file since 2089 was 1305, checked in by nanardon, 9 years ago

add basis form for service object

File size: 292 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT service %]
3No serivce [% servicename | html %] found.
4[% ELSE %]
5   
6[% INCLUDE 'services/object_header.tt' %]
7
8<div class="objectform" id="objectform">
9
10[% INCLUDE 'includes/form.tt'
11    form = form
12    form_uri = c.uri_for(servicename, subform) %]
13</div>
14[% END %]
Note: See TracBrowser for help on using the repository browser.