NIHVIVO-1493: Defining app level classes.
This commit is contained in:
parent
91f96a2304
commit
fc43269ad5
20 changed files with 40 additions and 32 deletions
|
@ -64,8 +64,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>
|
||||
|
|
|
@ -333,4 +333,12 @@ span.entityRelationsSpan {
|
|||
.hideFromVivoWeb {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
.notice{
|
||||
padding: .8em;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid #ddd;
|
||||
display: block;
|
||||
background: #FFF6BF;
|
||||
color: #7F7034;
|
||||
}
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Convert CSV to RDF</h2>
|
||||
<h3>Convert CSV to RDF</h3>
|
||||
|
||||
<form action="csv2rdf" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="action" value="csv2rdf"/>
|
||||
|
|
|
@ -26,9 +26,9 @@ function init(){
|
|||
}
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Available Jena Models</h2>
|
||||
<h3>Available Jena Models</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<script type="text/javascript" src="js/jquery.js"></script>
|
||||
<script type="text/javascript" src="js/jenaIngest/ingestUtils.js"></script>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Merge Individuals</h2>
|
||||
<h3>Merge Individuals</h3>
|
||||
|
||||
<p>This tool allows two individuals with different URIs to be collapsed into a
|
||||
single URI. Any statements using the "duplicate individual URI" will be
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
|
||||
<%@ page import="com.hp.hpl.jena.rdf.model.Model"%>
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Merge Individuals</h2>
|
||||
<h3>Merge Individuals</h3>
|
||||
<form action="ingest" method="get">
|
||||
<input type="hidden" name="action" value="mergeResult"/>
|
||||
<%String result = (String) request.getAttribute("result");%>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Assign Permanent URIs To Resources</h2>
|
||||
<h3>Assign Permanent URIs To Resources</h3>
|
||||
|
||||
<p>This tool will rename the resources in the selected model to with new
|
||||
randomly-generated URIs following the pattern used in the main application.
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Convert Blank Nodes to Named Resources</h2>
|
||||
<h3>Convert Blank Nodes to Named Resources</h3>
|
||||
|
||||
<form action="ingest" method="get"i>
|
||||
<input type="hidden" name="action" value="renameBNodes"/>
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
<script type="text/javascript" src="js/jquery.js"></script>
|
||||
<script type="text/javascript" src="js/jenaIngest/ingestUtils.js"></script>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Change Namespace of Resources</h2>
|
||||
<h3>Change Namespace of Resources</h3>
|
||||
|
||||
<p>This tool will change all resources in the supplied "old namespace"
|
||||
to be in the "new namespace." Additionally, the local names will be updated
|
||||
|
|
|
@ -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>Rename Resource</h2>
|
||||
<h3>Rename Resource</h3>
|
||||
<%String result = (String) request.getAttribute("result");%>
|
||||
<p><b><%=result%></b></p>
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Smush Resources</h2>
|
||||
<h3>Smush Resources</h3>
|
||||
|
||||
<form action="ingest" method="get"i>
|
||||
<input type="hidden" name="action" value="smushSingleModel"/>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<%@page import="java.util.ArrayList"%><h2>Execute SPARQL CONSTRUCT
|
||||
Query</h2>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<c:if test="${requestScope.constructedStmtCount != null}">
|
||||
<h3 class="notice">${requestScope.constructedStmtCount} statements
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
<h2>Subtract One Model from Another</h2>
|
||||
<h3>Subtract One Model from Another</h3>
|
||||
|
||||
<form action="ingest" method="get"i>
|
||||
<input type="hidden" name="action" value="subtractModels"/>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
%>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h3><a href="ingest">Ingest Home</a></h3>
|
||||
|
||||
|
||||
<form action="jenaXmlFileUpload" method="post" enctype="multipart/form-data">
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
<p>Uploaded XML files and converted to RDF.</p>
|
||||
<p>Loaded <%= request.getAttribute("statementCount") %> statements to the model <%= request.getAttribute("targetModel") %>.</p>
|
||||
|
||||
<p><a href="ingest">Ingest Home</a></p>
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<form id="verbosePropertyForm" action="${Controllers.SITE_ADMIN}#verbosePropertyForm" method="get">
|
||||
<input type="hidden" name="verbose" value="${!verbosePropertyListing}" />
|
||||
<span>Verbose property display for this session is <b>${verbosePropertyListing == true ? 'on' : 'off'}</b>.</span>
|
||||
<input type="submit" value="Turn ${verbosePropertyListing == true ? 'off' : 'on'}" />
|
||||
<input type="submit" id="submit" value="Turn ${verbosePropertyListing == true ? 'off' : 'on'}" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -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
Reference in a new issue