mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-22 22:43:02 -05:00
14 lines
570 B
HTML
14 lines
570 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="{{ search_box_text }}" />
|
|
<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 %}
|