2010-01-29 22:13:57 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2010-10-22 17:52:49 +00:00
|
|
|
<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.EDITOR)) { %>
|
2010-01-29 22:13:57 +00:00
|
|
|
<div class="pageBodyGroup">
|
|
|
|
|
|
|
|
<h3>Data Input</h3>
|
|
|
|
|
2010-07-22 15:19:15 +00:00
|
|
|
<%-- <form action="editForm" method="get">
|
2010-01-29 22:13:57 +00:00
|
|
|
<select id="VClassURI" name="VClassURI" class="form-item">
|
|
|
|
<form:option name="VClassId"/>
|
|
|
|
</select>
|
|
|
|
<input type="submit" class="add-action-button" value="Add individual of this class"/>
|
|
|
|
<input type="hidden" name="home" value="<%=portal.getPortalId()%>" />
|
|
|
|
<input type="hidden" name="controller" value="Entity"/>
|
2010-07-22 15:19:15 +00:00
|
|
|
</form> --%>
|
|
|
|
|
|
|
|
<c:url var="editRequestDisUrl" value="/edit/editRequestDispatch.jsp"/>
|
|
|
|
<form action="${editRequestDisUrl}" method="get">
|
|
|
|
<select id="VClassURI" name="typeOfNew" class="form-item">
|
|
|
|
<form:option name="VClassId"/>
|
|
|
|
</select>
|
|
|
|
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
|
|
|
<input type="submit" class="add-action-button" value="Add individual of this class"/>
|
2010-01-29 22:13:57 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<% } %>
|