Mercurial > trustbridge
comparison manuals/admin-manual/_templates/searchbox.html @ 1180:e83ce2c757f3
(admin-help) Updated search box title
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 12:37:49 +0200 |
parents | b5a49960d5cb |
children |
comparison
equal
deleted
inserted
replaced
1179:3e7ac50b04da | 1180:e83ce2c757f3 |
---|---|
7 :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. | 7 :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. |
8 :license: BSD, see LICENSE for details. | 8 :license: BSD, see LICENSE for details. |
9 #} | 9 #} |
10 {%- if pagename != "search" and builder != "singlehtml" %} | 10 {%- if pagename != "search" and builder != "singlehtml" %} |
11 <div id="searchbox" style="display: none"> | 11 <div id="searchbox" style="display: none"> |
12 <h3>{{ _('Quick search') }}</h3> | 12 <h3>Suche</h3> |
13 <form class="search" action="{{ pathto('search') }}" method="get"> | 13 <form class="search" action="{{ pathto('search') }}" method="get"> |
14 <input type="text" name="q" /> | 14 <input type="text" name="q" /> |
15 <input type="submit" value="{{ _('Go') }}" /> | 15 <input type="submit" value="{{ _('Go') }}" /> |
16 <input type="hidden" name="check_keywords" value="yes" /> | 16 <input type="hidden" name="check_keywords" value="yes" /> |
17 <input type="hidden" name="area" value="default" /> | 17 <input type="hidden" name="area" value="default" /> |