From 3cc62341c5d0d153217b85cbec1474a0ccd866ed Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 30 Jan 2014 14:26:54 +0100 Subject: [enh] ui mods --- searx/templates/results.html | 65 +++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 28 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index 73bb0de73..bad6085e5 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -6,9 +6,43 @@ {% include 'search.html' %}
- {% if suggestions %} -
{{ _('Suggestions') }}:{% for suggestion in suggestions %}
{% endfor %}
- {% endif %} + {% for result in results %} @@ -39,30 +73,5 @@
{% endif %} - -
- {{ _('Download results') }} -
-
- - - -
-
-
-
- - - -
-
-
-
- - - -
-
-
{% endblock %} -- cgit v1.2.3