2012-05-25 18:25:13 +02:00
|
|
|
{#
|
|
|
|
|
basic/searchbox.html
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Sphinx sidebar template: quick search box.
|
|
|
|
|
|
|
|
|
|
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
|
|
|
|
:license: BSD, see LICENSE for details.
|
|
|
|
|
#}
|
|
|
|
|
{%- if pagename != "search" %}
|
2012-05-30 15:25:22 +02:00
|
|
|
<!--<div id="searchbox" style="display: none" class="well">
|
2012-05-25 18:25:13 +02:00
|
|
|
<form class="search" action="{{ pathto('search') }}" method="get">
|
|
|
|
|
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
|
|
|
|
|
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
|
|
|
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
|
|
|
<input type="hidden" name="area" value="default" />
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
2012-05-30 15:25:22 +02:00
|
|
|
-->
|
2012-05-25 18:25:13 +02:00
|
|
|
{%- endif %}
|