mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update results.html
This commit is contained in:
parent
065023ec05
commit
ad91b37b21
1 changed files with 4 additions and 4 deletions
|
@ -85,13 +85,13 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if method == 'POST' %}
|
<!-- {% if method == 'POST' %}
|
||||||
<div id="search_url" role="complementary" aria-labelledby="search_url-title">
|
<div id="search_url" role="complementary" aria-labelledby="search_url-title">
|
||||||
<h4 class="title" id="search_url-title">{{ _('Search URL') }} :</h4>
|
<h4 class="title" id="search_url-title">{{ _('Search URL') }} :</h4>
|
||||||
<div class="selectable_url"><pre>{{ url_for('search', _external=True) }}?q={{ q|urlencode }}&language={{ current_language }}&time_range={{ time_range }}&safesearch={{ safesearch }}{% if pageno > 1 %}&pageno={{ pageno }}{% endif %}{% if selected_categories %}&categories={{ selected_categories|join(",") | replace(' ','+') }}{% endif %}{% if timeout_limit %}&timeout_limit={{ timeout_limit|urlencode }}{% endif %}</pre></div>
|
<div class="selectable_url"><pre>{{ url_for('search', _external=True) }}?q={{ q|urlencode }}&language={{ current_language }}&time_range={{ time_range }}&safesearch={{ safesearch }}{% if pageno > 1 %}&pageno={{ pageno }}{% endif %}{% if selected_categories %}&categories={{ selected_categories|join(",") | replace(' ','+') }}{% endif %}{% if timeout_limit %}&timeout_limit={{ timeout_limit|urlencode }}{% endif %}</pre></div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %} -->
|
||||||
<div id="apis" role="complementary" aria-labelledby="apis-title">
|
<!-- <div id="apis" role="complementary" aria-labelledby="apis-title">
|
||||||
{% if search_formats %}
|
{% if search_formats %}
|
||||||
<h4 class="title" id="apis-title">{{ _('Download results') }}</h4>
|
<h4 class="title" id="apis-title">{{ _('Download results') }}</h4>
|
||||||
{% for output_type in search_formats %}
|
{% for output_type in search_formats %}
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if corrections %}
|
{% if corrections %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue