summaryrefslogtreecommitdiff
path: root/doc/en/_templates/slim_searchbox.html
blob: e98ad4ed905d3e5090988dafd5f1d036a2659fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{#
    basic/searchbox.html with heading removed.
#}
{%- if pagename != "search" and builder != "singlehtml" %}
<div id="searchbox" style="display: none" role="search">
  <div class="searchformwrapper">
    <form class="search" action="{{ pathto('search') }}" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel"
        placeholder="Search"/>
      <input type="submit" value="{{ _('Go') }}" />
    </form>
  </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
{%- endif %}