summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences/image_proxy.html
blob: c636a31720797076620e5bb7c0876b201ee668b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<fieldset>{{- '' -}}
  <legend id="pref_image_proxy">{{ _('Image proxy') }}</legend>{{- '' -}}
  <p class="value">{{- '' -}}
    <select name='image_proxy' aria-labelledby="pref_image_proxy">{{- '' -}}
      <option value="1" {% if image_proxy %}selected="selected"{% endif %}>{{ _('Enabled') }}</option>{{- '' -}}
      <option value="0" {% if not image_proxy %}selected="selected"{% endif %}>{{ _('Disabled') }}</option>{{- '' -}}
    </select>{{- '' -}}
  </p>
  <div class="description">
    {{- _('Proxying image results through SearXNG') -}}
  </div>{{- '' -}}
</fieldset>{{- '' -}}