From 9bc1856e2b23ef3572e5715895ee626f08ec24a7 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 1 Dec 2020 10:18:57 +0100 Subject: [mod] themes: remove legacy, courgette and pix-art themes --- searx/templates/pix-art/preferences.html | 90 -------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 searx/templates/pix-art/preferences.html (limited to 'searx/templates/pix-art/preferences.html') diff --git a/searx/templates/pix-art/preferences.html b/searx/templates/pix-art/preferences.html deleted file mode 100644 index ee415435f..000000000 --- a/searx/templates/pix-art/preferences.html +++ /dev/null @@ -1,90 +0,0 @@ -{% extends "legacy/base.html" %} -{% block head %} {% endblock %} -{% block content %} -
-

{{ _('Preferences') }}

- -
- {% if 'language' not in locked_preferences %} -
- {{ _('Search language') }} -

- -

-
- {% endif %} - {% if 'locale' not in locked_preferences %} -
- {{ _('Interface language') }} -

- -

-
- {% endif %} - {% if 'method' not in locked_preferences %} -
- {{ _('Method') }} -

- -

-
- {% endif %} - {% if 'theme' not in locked_preferences %} -
- {{ _('Themes') }} -

- -

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

{{ _('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