mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
12 lines
555 B
HTML
12 lines
555 B
HTML
|
{%- if pagename != "search" and builder != "singlehtml" %}
|
||
|
<div id="searchbox" style="display: none" role="search">
|
||
|
<form class="search" action="{{ pathto('search') }}" method="get">
|
||
|
<div><input type="text" name="q" placeholder="{{ _('Quick search') }}" /></div>
|
||
|
<div><input type="submit" value="{{ _('Go') }}" /></div>
|
||
|
<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 %}
|