17 lines
742 B
Text
17 lines
742 B
Text
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
|
|
<tr class="editformcell">
|
|
<td valign="top" colspan="2">
|
|
<b>Keyword</b><br />
|
|
<input type="text" name="Term" value="<form:value name="Term"/>" size="60" maxlength="255" />
|
|
<p><font size="2" color="red"><form:error name="Term"/></font></p>
|
|
</td>
|
|
</tr>
|
|
<tr class="editformcell">
|
|
<td valign="bottom" colspan="3">
|
|
<b>Comment</b> <i>limited to ~255 characters</i><br />
|
|
<textarea name="Comments" ROWS="3" COLS="80" wrap="physical"><form:value name="Comments"/></textarea>
|
|
<font size="2" color="red"><form:error name="Comments"/></font>
|
|
</td>
|
|
</tr>
|