Mercurial > trustbridge
view doc/help/theme/better/searchbox.html @ 1331:8897c90b8166
(issue108) Remove generate_cppcheck and cppcheck target
This did not work correctly. It is better just to manually
execute cppcheck on the files as it gives you more control over
the options.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 15 Oct 2014 13:24:59 +0200 |
parents | cf1fdb254c41 |
children |
line wrap: on
line source
{%- if pagename != "search" %} <form class="search" action="{{ pathto('search') }}" method="get"> <input type="text" name="q" placeholder="{{ _('type to search') }}" /> {#- I have not been able to make this look good. #} {#- <input type="submit" value="{{ _('Search') }}" /> #} <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <script type="text/javascript">$('#searchbox').show(0);</script> {%- endif %}