[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:
Ben 2020-05-27 22:58:20 -06:00 committed by GitHub
parent 42c69ef04b
commit e198fce908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 65 additions and 16 deletions

View file

@ -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 -->