root/trunk/templates/templates/create.tt2 @ 1

Revision 1, 403 bytes (checked in by bradley, 5 years ago)

Initial import

Line 
1
2<html>
3
4  [% INCLUDE _header.tt2 title = "Create a new ${TABLE.desc().0}" %]
5
6<body>
7
8  <h1>Create a new [% TABLE.desc().0 %]</h1>
9  [% IF ROW.validationError() %]
10    <br>
11    Could not create a new [% TABLE.desc().0 %]. Please correct the errors
12    below and try again.
13    <br>
14  [% END %]
15  <form action="create" method="post">
16    [% INCLUDE _form.tt2 BUTTON_NAME='Create' %]
17  </form>
18
19</body>
20
Note: See TracBrowser for help on using the browser.