comparison manuals/theme/better/searchbox.html @ 934:519b14c5260d

(issue89) Add sphinx better theme
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 22 Aug 2014 17:16:53 +0200
parents
children
comparison
equal deleted inserted replaced
933:af27328bea9d 934:519b14c5260d
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 %}

http://wald.intevation.org/projects/trustbridge/