aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_themes/pysidedocs/searchbox.html
blob: 55a9721563675f930f503dac6dacf0d535592ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{%- if pagename != "search" %}
<div id="searchbox" style="display: none">
  <h3>{{ _('Quick search') }}</h3>
    <form class="search" action="{{ pathto('search') }}" method="get">
      <input type="text" name="q" id="q" size="18" />
      <input type="submit" value="{{ _('Go') }}" id="search_button" />
      <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 %}