summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/advanced.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/oscar/advanced.html')
-rw-r--r--searx/templates/oscar/advanced.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/templates/oscar/advanced.html b/searx/templates/oscar/advanced.html
new file mode 100644
index 000000000..f2e5de513
--- /dev/null
+++ b/searx/templates/oscar/advanced.html
@@ -0,0 +1,11 @@
+<div class="input-group col-sm-12 advanced">
+ <input type="checkbox" id="check-advanced">
+ <label for="check-advanced">
+ <span class="glyphicon glyphicon-cog"></span>
+ Advanced settings
+ </label>
+ <div id="advanced-search-container">
+ {% include 'oscar/categories.html' %}
+ {% include 'oscar/time-range.html' %}
+ </div>
+</div>