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/result_templates/default.html | 13 ------------- searx/templates/result_templates/images.html | 6 ------ searx/templates/result_templates/torrent.html | 7 ------- searx/templates/result_templates/videos.html | 12 ------------ 4 files changed, 38 deletions(-) delete mode 100644 searx/templates/result_templates/default.html delete mode 100644 searx/templates/result_templates/images.html delete mode 100644 searx/templates/result_templates/torrent.html delete mode 100644 searx/templates/result_templates/videos.html (limited to 'searx/templates/result_templates') diff --git a/searx/templates/result_templates/default.html b/searx/templates/result_templates/default.html deleted file mode 100644 index e0711b761..000000000 --- a/searx/templates/result_templates/default.html +++ /dev/null @@ -1,13 +0,0 @@ -
- - {% if result['favicon'] %} - - {% endif %} - -
-

{{ result.title|safe }}

- {% if result.publishedDate %}

{{ result.publishedDate }}

{% endif %} -

{% if result.content %}{{ result.content|safe }}
{% endif %}

-

{{ result.pretty_url }}

-
-
diff --git a/searx/templates/result_templates/images.html b/searx/templates/result_templates/images.html deleted file mode 100644 index 1f15ff2bb..000000000 --- a/searx/templates/result_templates/images.html +++ /dev/null @@ -1,6 +0,0 @@ -
-

- - original context -

-
diff --git a/searx/templates/result_templates/torrent.html b/searx/templates/result_templates/torrent.html deleted file mode 100644 index 6c62793a5..000000000 --- a/searx/templates/result_templates/torrent.html +++ /dev/null @@ -1,7 +0,0 @@ -
-

{{ result.title|safe }}

- {% if result.content %}

{{ result.content|safe }}

{% endif %} -

Seed: {{ result.seed }}, Leech: {{ result.leech }}

-

magnet link

-

{{ result.pretty_url }}

-
diff --git a/searx/templates/result_templates/videos.html b/searx/templates/result_templates/videos.html deleted file mode 100644 index ab869a6eb..000000000 --- a/searx/templates/result_templates/videos.html +++ /dev/null @@ -1,12 +0,0 @@ -
- {% if result['favicon'] %} - - {% endif %} - -

-

{{ result.title|safe }}

- {% if result.publishedDate %}

{{ result.publishedDate }}

{% endif %} -  {{ result.title }} -

{{ result.url }}

-

-
-- cgit v1.2.3