NIHVIVO-1582: Added to all ingest tool pages breadcrumb navigation to go back to ingest menu page, fixed width textarea form element to fit the width of page container on Advance Data Tools pages.
This commit is contained in:
parent
4ab3b466aa
commit
f37838eb2a
24 changed files with 50 additions and 70 deletions
|
@ -23,10 +23,9 @@
|
|||
<%@page import="java.util.HashSet"%>
|
||||
<%@page import="java.util.Set"%>
|
||||
<%@page import="java.util.Arrays"%>
|
||||
<%@page import="java.util.ArrayList"%><h2>Execute SPARQL CONSTRUCT
|
||||
Query</h2>
|
||||
<%@page import="java.util.ArrayList"%>
|
||||
|
||||
<h2><a href="ingest">Ingest Home</a></h2>
|
||||
<h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Execute SPARQL CONSTRUCT Query</h2>
|
||||
|
||||
<c:if test="${requestScope.constructedStmtCount != null}">
|
||||
<h3 class="notice">${requestScope.constructedStmtCount} statements
|
||||
|
@ -63,7 +62,9 @@ Query</h2>
|
|||
jenaOntModel.leaveCriticalSection();
|
||||
}
|
||||
%>
|
||||
</select> <textarea rows="16" cols="40" name="sparqlQueryStr"><c:choose>
|
||||
</select>
|
||||
|
||||
<textarea rows="16" cols="40" name="sparqlQueryStr" class="maxWidth"><c:choose>
|
||||
<c:when test="${param.sparqlQueryStr != null}">
|
||||
${param.sparqlQueryStr}
|
||||
</c:when>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue