Mercurial > repos > vimalkumarvelayudhan > riboplot
view docs/_templates/searchbox.html @ 16:ef39290c19af
Replace docs with include directives (rst)
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Thu, 27 Aug 2015 13:03:28 +0100 |
parents | 7571f5c89090 |
children |
line wrap: on
line source
{# basic/searchbox.html ~~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template: quick search box. :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- if pagename != "search" and builder != "singlehtml" %} <div id="searchbox" style="display: none" role="search"> <!--<h3>{{ _('Search') }}</h3>--> <form class="search" action="{{ pathto('search') }}" method="get"> <input type="text" name="q" placeholder="Search"/> <input 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 %}