Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Sep 2002 07:11:57 +0000 (07:11 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Sep 2002 07:11:57 +0000 (07:11 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1137 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/html/keyword.item [new file with mode: 0644]

diff --git a/roundup/templates/classic/html/keyword.item b/roundup/templates/classic/html/keyword.item
new file mode 100644 (file)
index 0000000..60b3f35
--- /dev/null
@@ -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>