We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7ee19 commit 08a483eCopy full SHA for 08a483e
roundup/templates/classic/html/keyword.item
@@ -0,0 +1,25 @@
1
+<!-- dollarId: keyword.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar-->
2
+
3
+<p class="help" tal:condition="not:context/id">
4
+ Use this form to create a new keyword.
5
+</p>
6
7
+<form method="POST" onSubmit="return submit_once()"
8
+ enctype="multipart/form-data">
9
10
+ <input type="hidden" name=":required" value="name">
11
12
+ <table class="form">
13
+ <tr>
14
+ <th nowrap>Keyword</th>
15
+ <td tal:content="structure context/name/field">name</td>
16
+ </tr>
17
18
19
+ <td> </td>
20
+ <td colspan=3 tal:content="structure context/submit">
21
+ submit button will go here
22
+ </td>
23
24
+ </table>
25
+</form>
0 commit comments