Skip to content

Commit 08a483e

Browse files
author
Richard Jones
committed
oops
1 parent eb7ee19 commit 08a483e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<tr>
19+
<td>&nbsp;</td>
20+
<td colspan=3 tal:content="structure context/submit">
21+
submit button will go here
22+
</td>
23+
</tr>
24+
</table>
25+
</form>

0 commit comments

Comments
 (0)