2014-10-31 18:17:38 -04:00
|
|
|
<%-- $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" %>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
|
|
|
2014-11-03 15:09:43 -05:00
|
|
|
<tr><td colspan="5"><hr class="formDivider"/></td></tr>
|
|
|
|
<tr class="editformcell">
|
|
|
|
<td valign="top" colspan="2">
|
|
|
|
<b>Domain class</b><br />
|
|
|
|
<select name="DomainVClassURI"><form:option name="DomainVClassURI"/></select>
|
|
|
|
</td>
|
|
|
|
<td valign="top" colspan="2">
|
|
|
|
<b>Range class</b><br />
|
|
|
|
<select name="RangeVClassURI" ><form:option name="RangeVClassURI"/></select>
|
|
|
|
</td>
|
|
|
|
</tr>
|