Mercurial > trustbridge
comparison doc/help/_templates/searchbox.html @ 1238:4a329513ee86
(help) Share _template directory with client and admin help.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 24 Sep 2014 15:52:08 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1237:f6c59dc378e2 | 1238:4a329513ee86 |
---|---|
1 {# | |
2 basic/searchbox.html | |
3 ~~~~~~~~~~~~~~~~~~~~ | |
4 | |
5 Sphinx sidebar template: quick search box. | |
6 | |
7 :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. | |
8 :license: BSD, see LICENSE for details. | |
9 #} | |
10 {%- if pagename != "search" and builder != "singlehtml" %} | |
11 <div id="searchbox" style="display: none"> | |
12 <h3>Suche</h3> | |
13 <form class="search" action="{{ pathto('search') }}" method="get"> | |
14 <input type="text" name="q" /> | |
15 <input type="submit" value="{{ _('Go') }}" /> | |
16 <input type="hidden" name="check_keywords" value="yes" /> | |
17 <input type="hidden" name="area" value="default" /> | |
18 </form> | |
19 </div> | |
20 <p></p> | |
21 <script type="text/javascript">$('#searchbox').show(0);</script> | |
22 {%- endif %} |