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
|
@ -7,11 +7,11 @@
|
|||
|
||||
<body>
|
||||
<div id="content" class="sparqlform">
|
||||
<h1>SPARQL Query</h1>
|
||||
<h2>SPARQL Query</h2>
|
||||
<form action='sparqlquery'>
|
||||
query:
|
||||
<div>
|
||||
<textarea name='query' rows ='30' cols='100' class="span-23">
|
||||
<textarea name='query' rows ='30' cols='100' class="span-23 maxWidth">
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||
|
@ -48,7 +48,7 @@ LIMIT 20
|
|||
</div>
|
||||
|
||||
<p>
|
||||
<h4>Format for SELECT query results:</h4>
|
||||
<h3>Format for SELECT query results:</h3>
|
||||
<input id='RS_XML_BUTTON' type='radio' name='resultFormat' value='RS_XML'> <label for='RS_XML_BUTTON'>RS_XML</label>
|
||||
<input id='RS_TEXT_BUTTON' type='radio' name='resultFormat' value='RS_TEXT' checked='checked'> <label for='RS_TEXT_BUTTON'>RS_TEXT</label>
|
||||
<input id='RS_CSV_BUTTON' type='radio' name='resultFormat' value='vitro:csv'> <label for='RS_CSV_BUTTON'>CSV</label>
|
||||
|
@ -58,7 +58,7 @@ LIMIT 20
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<h4>Format for CONSTRUCT and DESCRIBE query results:</h4>
|
||||
<h3>Format for CONSTRUCT and DESCRIBE query results:</h3>
|
||||
<input id='RR_RDFXML_BUTTON' type='radio' name='rdfResultFormat' value='RDF/XML'> <label for='RR_RDFXML_BUTTON'>RDF/XML</label>
|
||||
<input id='RR_RDFXMLABBREV_BUTTON' type='radio' name='rdfResultFormat' value='RDF/XML-ABBREV' checked='checked'> <label for='RR_RDFXMLABBREV_BUTTON'>RDF/XML-ABBREV</label>
|
||||
<input id='RR_N3_BUTTON' type='radio' name='rdfResultFormat' value='N3'> <label for='RR_N3_BUTTON'>N3</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue