summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/advanced.html
blob: bf5f863249e6e0ce1e6d86df85c2f3fc4646e0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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' %}

  <div class="row">
    <div class="col-xs-6">
      {%- include 'oscar/time-range.html' -%}
    </div>
    <div class="col-xs-6">
      {%- include 'oscar/languages.html' -%}
    </div>
  </div>
</div>