mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 12:50:11 +01:00
12 lines
381 B
HTML
12 lines
381 B
HTML
<div class="input-group col-sm-12 advanced">
|
|
<input type="checkbox" id="check-advanced">
|
|
<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' %}
|
|
</div>
|
|
</div>
|