Mercurial > trustbridge
comparison doc/help/admin/_templates/searchbox.html @ 1184:cf1fdb254c41
Moved help pages from 'manuals' to 'doc/help'.
Updated .hgignore.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 13:02:11 +0200 |
parents | manuals/admin-manual/_templates/searchbox.html@e83ce2c757f3 |
children |
comparison
equal
deleted
inserted
replaced
1183:3e4ac23938e1 | 1184:cf1fdb254c41 |
---|---|
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 %} |