NIHVIVO-1493: Defining app level classes.
This commit is contained in:
parent
91f96a2304
commit
fc43269ad5
20 changed files with 40 additions and 32 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Merge Individuals</h2>
|
||||
<h3>Merge Individuals</h3>
|
||||
<%String result = (String) request.getAttribute("result");%>
|
||||
<p><b><%=result%></b></p>
|
|
@ -14,7 +14,7 @@
|
|||
<@form.optionGroups groups=dataInput.groupedClassOptions />
|
||||
</select>
|
||||
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
||||
<input type="submit" class="add-action-button" value="Add individual of this class"/>
|
||||
<input type="submit" id="submit" value="Add individual of this class"/>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<form id="${formId}" action="${ontologyEditor.verbosePropertyForm.action}#${formId}" method="get">
|
||||
<input type="hidden" name="verbose" value="${ontologyEditor.verbosePropertyForm.verboseFieldValue}" />
|
||||
<span>Verbose property display for this session is <b>${ontologyEditor.verbosePropertyForm.currentValue}</b>.</span>
|
||||
<input type="submit" value="Turn ${ontologyEditor.verbosePropertyForm.newValue}" />
|
||||
<input type="submit" id="submit" value="Turn ${ontologyEditor.verbosePropertyForm.newValue}" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
<textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea>
|
||||
<div>
|
||||
<input type="submit" value="Send Mail" class="yellowbutton"/>
|
||||
<input type="reset" value="Clear Form" class="plainbutton"/>
|
||||
<input type="submit" id="submit" value="Send Mail" />
|
||||
<input type="reset" id="delete" value="Clear Form" />
|
||||
</div
|
||||
|
||||
<p style="font-weight: bold; margin-top: 1em">Thank you!</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue