From 08eaffe245303818069df3332eece11f41a0bd8e Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Thu, 24 Apr 2014 23:46:40 +0000 Subject: add multi theming support --- searx/templates/preferences.html | 91 ---------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 searx/templates/preferences.html (limited to 'searx/templates/preferences.html') diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html deleted file mode 100644 index eeb86577f..000000000 --- a/searx/templates/preferences.html +++ /dev/null @@ -1,91 +0,0 @@ -{% extends "base.html" %} -{% block head %} {% endblock %} -{% block content %} -
-

{{ _('Preferences') }}

- -
-
- {{ _('Default categories') }} -

- {% include 'categories.html' %} -

-
-
- {{ _('Search language') }} -

- -

-
-
- {{ _('Interface language') }} -

- -

-
-
- {{ _('Autocomplete') }} -

- -

-
-
- {{ _('Method') }} -

- -

-
-
- {{ _('Currently used search engines') }} - - - - - - - - {% for (categ,search_engines) in categs %} - {% for search_engine in search_engines %} - - {% if not search_engine.private %} - - - - - - {% endif %} - {% endfor %} - {% endfor %} -
{{ _('Engine name') }}{{ _('Category') }}{{ _('Allow') }} / {{ _('Block') }}
{{ search_engine.name }} ({{ shortcuts[search_engine.name] }}){{ _(categ) }} - - - -
-
-

{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} -
- {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }} -

- - - -
-
-{% endblock %} -- cgit v1.2.3