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>
|
|
|
|
|
2011-04-20 16:20:41 +00:00
|
|
|
<#if dataInput?has_content>
|
2011-11-11 21:45:34 +00:00
|
|
|
<section class="pageBodyGroup" role="region">
|
2010-08-30 22:06:17 +00:00
|
|
|
<h3>Data Input</h3>
|
|
|
|
|
|
|
|
<form action="${dataInput.formAction}" method="get">
|
2011-11-11 21:45:34 +00:00
|
|
|
<select id="VClassURI" name="typeOfNew" class="form-item" role="select">
|
2010-08-31 17:12:53 +00:00
|
|
|
<@form.optionGroups groups=dataInput.groupedClassOptions />
|
2010-08-30 22:06:17 +00:00
|
|
|
</select>
|
2011-11-11 21:45:34 +00:00
|
|
|
<input type="hidden" name="editform" value="newIndividualForm.jsp" role="input" />
|
|
|
|
<input type="submit" id="submit" value="Add individual of this class" role="button" />
|
2010-08-30 22:06:17 +00:00
|
|
|
</form>
|
2011-07-18 11:49:12 +00:00
|
|
|
</section>
|
2010-08-30 22:06:17 +00:00
|
|
|
</#if>
|