summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2b1660)
raw | patch | inline | side by side (parent: a2b1660)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 11 Sep 2002 07:11:57 +0000 (07:11 +0000) | ||
committer | richard <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] | patch | blob |
diff --git a/roundup/templates/classic/html/keyword.item b/roundup/templates/classic/html/keyword.item
--- /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> </td>
+ <td colspan=3 tal:content="structure context/submit">
+ submit button will go here
+ </td>
+ </tr>
+ </table>
+</form>