forked from Ponysearch/Ponysearch
[enh] button to opensearch/rss
This commit is contained in:
parent
a46ed14f3a
commit
e06d69ea60
1 changed files with 11 additions and 3 deletions
|
@ -20,18 +20,26 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
<div id="apis">
|
||||
Download results
|
||||
<form method="post" action="/">
|
||||
<div class="left">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="csv" />
|
||||
<input type="submit" value="download results in csv" />
|
||||
<input type="submit" value="csv" />
|
||||
</div>
|
||||
</form>
|
||||
<form method="post" action="/">
|
||||
<div class="left">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="json" />
|
||||
<input type="submit" value="json" />
|
||||
</div>
|
||||
</form>
|
||||
<form method="post" action="/">
|
||||
<div class="">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="json" />
|
||||
<input type="submit" value="download results in json" />
|
||||
<input type="hidden" name="format" value="rss" />
|
||||
<input type="submit" value="rss" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue