From d1dd6364c9ee5b1ae78596ad4dcd7e38837927a8 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 25 Nov 2013 09:04:46 +0100 Subject: [enh] csv/json download buttons --- searx/templates/results.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index f130f5bc5..5b214b06d 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -18,5 +18,19 @@ {% include 'result_templates/default.html' %} {% endif %} {% endfor %} +
+
+ + + +
+
+
+
+ + + +
+
{% endblock %} -- cgit v1.2.3