<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
- <input type="hidden" name="id" value="-1">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td>
</tr>
</table>
<hr>
+ <input type="hidden" name="id" value="-1">
<input type="submit" value="Add">
<input type="hidden" name="action" value="new">
</form>
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
- <input type="hidden" name="id" value="[% keyword_id %]">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value="[% name FILTER html %]"></td>
<input type="submit" value="Update">
<input type="hidden" name="action" value="update">
+ <input type="hidden" name="id" value="[% keyword_id %]">
</form>
<p><a href="editkeywords.cgi">Edit other keywords</a>.</p>
<tr>
<td valign="top" colspan="3">Add a new keyword</td>
- <td><a href="editkeywords.cgi?action=add">Add</td>
+ <td><a href="editkeywords.cgi?action=add">Add</a></td>
</tr>
[% PROCESS table_footer %]