From 32e98967b76df8088a5759c90650ae65808932bc Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sat, 29 Mar 2014 16:45:22 +0100 Subject: [PATCH 1/2] add optional request with GET method for search and results pages --- searx/templates/preferences.html | 9 +++++++++ searx/templates/results.html | 8 ++++---- searx/templates/search.html | 2 +- searx/webapp.py | 7 +++++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html index 582305a1..eeb86577 100644 --- a/searx/templates/preferences.html +++ b/searx/templates/preferences.html @@ -43,6 +43,15 @@

+
+ {{ _('Method') }} +

+ +

+
{{ _('Currently used search engines') }} diff --git a/searx/templates/results.html b/searx/templates/results.html index 8094e96b..97c2696c 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -10,7 +10,7 @@ {% if suggestions %}
{{ _('Suggestions') }} {% for suggestion in suggestions %} -
+
@@ -25,7 +25,7 @@
{{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} -
+
@@ -52,7 +52,7 @@ {% if paging %}