From 7915b5c5a08afbdc8fd2144866e2d5d9f0591696 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sun, 5 Jan 2014 20:27:13 +0100 Subject: [mod] web page modification --- searx/templates/results.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index c20f2d862..1f3153624 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %} -
preferences
-
+ +
@@ -19,19 +19,21 @@ {% include 'result_templates/default.html' %} {% endif %} {% endfor %} -
+
+
- - - + + +
- -
+
+
- - - + + +
-
+ +
{% endblock %} -- cgit v1.2.3