Mercurial > trustbridge
comparison doc/help/theme/better/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/theme/better/searchbox.html@519b14c5260d |
children |
comparison
equal
deleted
inserted
replaced
1183:3e4ac23938e1 | 1184:cf1fdb254c41 |
---|---|
1 {%- if pagename != "search" %} | |
2 <form class="search" action="{{ pathto('search') }}" method="get"> | |
3 <input type="text" name="q" | |
4 placeholder="{{ _('type to search') }}" /> | |
5 {#- I have not been able to make this look good. #} | |
6 {#- <input type="submit" value="{{ _('Search') }}" /> #} | |
7 <input type="hidden" name="check_keywords" value="yes" /> | |
8 <input type="hidden" name="area" value="default" /> | |
9 </form> | |
10 <script type="text/javascript">$('#searchbox').show(0);</script> | |
11 {%- endif %} |