vitro/webapp/web/templates/edit/specific/keys2ents_retry.jsp

29 lines
853 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="bottom" colspan="2">
<b>Keyword</b><br/>
<select name="KeyId">
<form:option name="KeyId"/>
</select>
<font size="2" color="red"><form:error name="KeyId"/></font>
</td>
</tr>
<tr class="editformcell">
<td valign="top" colspan="2">
<b>Individual</b><br>
<select name="EntId">
<form:option name="EntId"/>
</select>
<font size="2" color="red"><form:error name="EntId"/></font>
</td>
</tr>
<tr class="editformcell">
<td valign="bottom" colspan="2">
<select name="Mode">
<form:option name="Mode"/>
</select>
<font size="2" color="red"><form:error name="Mode"/></font>
</td>
</tr>