diff roundup/templates/classic/html/keyword.item @ 1116:0bdb322f2b88

oops
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Sep 2002 07:11:57 +0000
parents
children c26471971d18
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/roundup/templates/classic/html/keyword.item	Wed Sep 11 07:11:57 2002 +0000
@@ -0,0 +1,25 @@
+<!-- dollarId: keyword.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar-->
+
+<p class="help" tal:condition="not:context/id">
+ Use this form to create a new keyword.
+</p>
+
+<form method="POST" onSubmit="return submit_once()"
+      enctype="multipart/form-data">
+
+ <input type="hidden" name=":required" value="name">
+
+ <table class="form">
+  <tr>
+   <th nowrap>Keyword</th>
+   <td tal:content="structure context/name/field">name</td>
+  </tr>
+
+  <tr>
+   <td>&nbsp;</td>
+   <td colspan=3 tal:content="structure context/submit">
+    submit button will go here
+   </td>
+  </tr>
+ </table>
+</form>

Roundup Issue Tracker: http://roundup-tracker.org/