2011-02-06 01:44:24 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2010-01-29 22:13:57 +00:00
|
|
|
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
|
|
|
|
|
|
|
|
<tr class="editformcell" id="entityNameTr">
|
|
|
|
<td valign="bottom" id="entityNameTd" colspan="2">
|
|
|
|
<b>Individual Name</b><br/>
|
2011-07-05 19:14:16 +00:00
|
|
|
<input style="width:80%;" type="text" name="Name" value="<form:value name="Name"/>" />
|
2010-01-29 22:13:57 +00:00
|
|
|
<p class="error"><form:error name="Name"/></p>
|
2011-02-06 01:44:24 +00:00
|
|
|
</td>
|
2010-01-29 22:13:57 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<!-- begin datatype properties section -->
|
|
|
|
|
|
|
|
<tr class="editformcell" style="border-collapse:collapse;">
|
|
|
|
<td colspan="2">
|
|
|
|
<ul style="margin-left:0;padding-left:0;list-style-type:none">
|
|
|
|
<form:dynamicFields type="dataprops" usePage="entity_retry_dataprops.jsp"/>
|
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<!-- end datatype properties section -->
|
|
|
|
|
|
|
|
|
|
|
|
|