Documentation
This commit is contained in:
parent
06c6aabd9d
commit
40686c99c6
53 changed files with 5828 additions and 0 deletions
20
docs/source/_themes/Alchemy/searchbox.html
Normal file
20
docs/source/_themes/Alchemy/searchbox.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{#
|
||||
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" %}
|
||||
<div id="searchbox" style="display: none" class="well">
|
||||
<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>
|
||||
{%- endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue