From 2e7723a6c1ce51c6b3830470164ac818126760ae Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 3 Nov 2014 10:39:47 +0100 Subject: [enh] oscar_template: improve result visualisation * highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button --- searx/templates/oscar/result_templates/videos.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'searx/templates/oscar/result_templates/videos.html') diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 4d711ea71..f69134d6f 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -1,11 +1,14 @@ -

{% if result['favicon'] %} {% endif %}{{ result.title|safe }}

+{% from 'oscar/macros.html' import icon %} + +

{% if result['favicon'] %} {% endif %}{{ result.title|safe }}

{% if result.publishedDate %}{% endif %} - +{{ icon('link') }} {{ _('cached') }} +
- {% if result.content %}

{{ result.content|safe }}

{% endif %} + {% if result.content %}

{{ result.content|safe }}

{% endif %}
-- cgit v1.2.3