1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-24 23:13:33 +02:00
searxng/searx/templates/oscar/advanced.html

11 lines
411 B
HTML

<input type="checkbox" name="advanced_search" id="check-advanced" {% if advanced_search %} checked="checked"{% endif %}>
<label for="check-advanced">
<span class="glyphicon glyphicon-cog"></span>
{{ _('Advanced settings') }}
</label>
<div id="advanced-search-container">
{% include 'oscar/categories.html' %}
{% include 'oscar/time-range.html' %}
{% include 'oscar/languages.html' %}
</div>