summaryrefslogtreecommitdiff
path: root/searx/templates/preferences.html
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-03-29 16:45:22 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-03-29 16:50:48 +0100
commit32e98967b76df8088a5759c90650ae65808932bc (patch)
tree112714c00ef4b4dcc21080ede436cb74ec273c5f /searx/templates/preferences.html
parent879bac8adb181593989a132fabd607f50096473a (diff)
add optional request with GET method for search and results pages
Diffstat (limited to 'searx/templates/preferences.html')
-rw-r--r--searx/templates/preferences.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html
index 582305a1b..eeb86577f 100644
--- a/searx/templates/preferences.html
+++ b/searx/templates/preferences.html
@@ -44,6 +44,15 @@
</p>
</fieldset>
<fieldset>
+ <legend>{{ _('Method') }}</legend>
+ <p>
+ <select name='method'>
+ <option value="POST" {% if method == 'POST' %}selected="selected"{% endif %}>POST</option>
+ <option value="GET" {% if method == 'GET' %}selected="selected"{% endif %}>GET</option>
+ </select>
+ </p>
+ </fieldset>
+ <fieldset>
<legend>{{ _('Currently used search engines') }}</legend>
<table>