Produce the pick-lists for range and domain.

Still not submitting the results.
This commit is contained in:
Jim Blake 2014-11-03 15:09:43 -05:00
parent 190bf87979
commit c8368dbe2d
3 changed files with 210 additions and 86 deletions

View file

@ -3,4 +3,14 @@
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<h1>Like, TOTALLY BOGUS.</h1>
<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>