aria2/doc/sphinx_themes/sphinx_rtd_theme/searchbox.html

10 lines
405 B
HTML
Raw Normal View History

2021-08-21 08:11:03 +00:00
{%- if 'singlehtml' not in builder %}
2015-05-07 12:22:56 +00:00
<div role="search">
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
2023-09-17 12:32:27 +00:00
<input type="text" name="q" placeholder="{{ _('Search docs') }}" aria-label="{{ _('Search docs') }}" />
2015-05-07 12:22:56 +00:00
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
{%- endif %}