summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorpw3t <romain@berthor.fr>2014-01-12 18:31:57 +0100
committerpw3t <romain@berthor.fr>2014-01-16 22:06:55 +0100
commitd43bd05582c189d8696d58e22c160399ed0b811d (patch)
treef62b78c0dc2c7773856d61dbff14296dacf51183 /searx/templates
parenta8ec7fe6a4ad86a8eea4aa6be441984bc5ef7e5a (diff)
[ehn] Add a 'featured result feature'm putting on top of the reasults ddg definitions and wikipedia (ugly html / css)
[ehn] Add a templates for videos, so the thumbnails all have the same side
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/result_templates/videos.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/templates/result_templates/videos.html b/searx/templates/result_templates/videos.html
index 524c99116..ae6d8f16c 100644
--- a/searx/templates/result_templates/videos.html
+++ b/searx/templates/result_templates/videos.html
@@ -1,12 +1,10 @@
<div class="result">
-
{% if result['favicon'] %}
<div style="float:left; margin:2px;">
- <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
+ <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}.ico" title="{{result['favicon']}}.ico" />
</div>
{% endif %}
-
<p>
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
<a href="{{ result.url }}"><img width="300" height="170" src="{{ result.thumbnail }}" title={{ result.title }} alt=" {{ result.title }}"/></a>