[VIVO-1872] - Add download option to SPARQL Query page (#164)
* Add download option to SPARQL Query page * Set SPARQL query results content type even if downloading * Address pull request comments
This commit is contained in:
parent
42c69ef04b
commit
e198fce908
4 changed files with 65 additions and 16 deletions
|
@ -27,6 +27,11 @@
|
|||
<label><input type='radio' name='rdfResultFormat' value='application/json'>JSON-LD</label>
|
||||
</div>
|
||||
|
||||
<div class="options">
|
||||
<input type="checkbox" id="download" name="download" value="true">
|
||||
<label for="download"> Save results to file</label><br>
|
||||
</div>
|
||||
|
||||
<input class="submit" type="submit" value="Run Query" />
|
||||
</form>
|
||||
</div><!-- content -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue