mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] linkable search url display
This commit is contained in:
parent
71c2e8222b
commit
6ff57dfbe1
3 changed files with 7 additions and 0 deletions
|
|
@ -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') %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue