13 lines
417 B
Text
13 lines
417 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>
|
|
<b>all values from</b><br/>
|
|
<select name="ValueClass">
|
|
<form:option name="ValueClass"/>
|
|
<!-- TODO: button to create new anonymous class expression -->
|
|
</select>
|
|
</td>
|
|
</tr>
|