calibre/manual/templates/search.html

30 lines
955 B
HTML

{#
basic/search.html
~~~~~~~~~~~~~~~~~
Template for the search page, using google adsense search
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{% extends "layout.html" %}
{% set title = _('Search') %}
{% block body %}
<h1 id="search-documentation">{{ _('Search') }}</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
{% trans %}Please activate JavaScript to enable the search
functionality.{% endtrans %}
</p>
</div>
<p>
{% trans %}From here you can search the User Manual. Enter your search
words into the box below and click "search".
{% endtrans %}
</p>
<div class="gcse-search" data-enableHistory="true">
<script type="text/javascript" async src="https://cse.google.com/cse.js?cx=partner-pub-5939552585043235:2303012306"></script>
</div>
{% endblock %}