1
0
mirror of https://github.com/minio/docs.git synced 2025-09-20 16:42:14 +03:00
Files
docs/source/_templates/searchbox.html
2020-09-30 18:37:33 -04:00

11 lines
486 B
HTML

{%- 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" id="docs-search" name="q" aria-labelledby="searchlabel" placeholder="Search documentation" />
<input type="submit" value="{{ _('Go') }}" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
{%- endif %}