summaryrefslogtreecommitdiff
path: root/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 11:30:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 11:30:48 +0200
commit34d79e45dcce1ba2d4dfbe0099187b2518be9ad1 (patch)
treed560b79fe22b2cd418ade8ed9e345fea849c97ef /taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
parent41a69cdd83eea8b8a8343a76af4569f29aae8d19 (diff)
downloaddocs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.tar.gz
docs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.tar.bz2
docs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.zip
theming
Diffstat (limited to 'taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html')
-rw-r--r--taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html b/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
new file mode 100644
index 00000000..7f574c3f
--- /dev/null
+++ b/taler_sphinx_theme/guzzle_sphinx_theme/searchbox.html
@@ -0,0 +1,15 @@
+{%- if pagename != "search" %}
+<div class="sidebar-block">
+ <div class="sidebar-wrapper">
+ <div id="main-search">
+ <form class="form-inline" action="{{ pathto('search') }}" method="GET" role="form">
+ <div class="input-group">
+ <input name="q" type="text" class="form-control" placeholder="Search...">
+ </div>
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+ </div>
+</div>
+{%- endif %}