]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/searchbox.html
Also for stats report which repo and which job number use our setup
[neurodebian.git] / sphinx / _templates / searchbox.html
1 {%- if pagename != "search" %}
2 <li id="searchbox">
3     <form class="search" style="display:inline" action="{{ pathto('search') }}" method="get">
4       <input type="search" size="15" maxlength="1000" value="search for..." name="q" onfocus="this.value=''" />
5       <input type="submit" value="{{ _('Go') }}" />
6       <input type="hidden" name="check_keywords" value="yes" />
7       <input type="hidden" name="area" value="default" />
8     </form>
9 </li>
10 {%- endif %}