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/legacy/infobox.html | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 searx/templates/legacy/infobox.html (limited to 'searx/templates/legacy/infobox.html') diff --git a/searx/templates/legacy/infobox.html b/searx/templates/legacy/infobox.html deleted file mode 100644 index 70f3b12d3..000000000 --- a/searx/templates/legacy/infobox.html +++ /dev/null @@ -1,51 +0,0 @@ -
-

{{ infobox.infobox }}

- {% if infobox.img_src %}{{ infobox.infobox|striptags }}{% endif %} -

{{ infobox.entity }}

-

{{ infobox.content | safe }}

- {% if infobox.attributes %} -
- - {% for attribute in infobox.attributes %} - - - {% if attribute.image %} - - {% else %} - - {% endif %} - - {% endfor %} -
{{ attribute.label }}{{ attribute.image.alt }}{{ attribute.value }}
-
- {% endif %} - - {% if infobox.urls %} -
- -
- {% endif %} - - {% if infobox.relatedTopics %} -
- {% for topic in infobox.relatedTopics %} -
-

{{ topic.name }}

- {% for suggestion in topic.suggestions %} -
- - -
- {% endfor %} -
- {% endfor %} -
- {% endif %} - -
- -
-- cgit v1.2.3