[enh] linkable search url display

This commit is contained in:
Adam Tauber 2014-03-04 18:53:56 +01:00
parent 71c2e8222b
commit 6ff57dfbe1
3 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,10 @@
</div>
{% endif %}
<div id="search_url">
{{ _('Search URL') }}:
<input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}" readonly="" />
</div>
<div id="apis">
{{ _('Download results') }}
{% for output_type in ('csv', 'json', 'rss') %}