2010-08-30 19:39:49 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-30 22:06:17 +00:00
|
|
|
<#-- Template for Site Administration data input panel -->
|
|
|
|
|
|
|
|
<#import "lib-form.ftl" as form>
|
|
|
|
|
|
|
|
<#if dataInput??>
|
|
|
|
<div class="pageBodyGroup">
|
|
|
|
|
|
|
|
<h3>Data Input</h3>
|
|
|
|
|
|
|
|
<form action="${dataInput.formAction}" method="get">
|
|
|
|
<select id="VClassURI" name="typeOfNew" class="form-item">
|
2010-08-31 17:12:53 +00:00
|
|
|
<@form.optionGroups groups=dataInput.groupedClassOptions />
|
2010-08-30 22:06:17 +00:00
|
|
|
</select>
|
|
|
|
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
|
|
|
<input type="submit" class="add-action-button" value="Add individual of this class"/>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</#if>
|