mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2d09f5dba1
commit
1edcef6660
@ -2,22 +2,16 @@
|
|||||||
basic/search.html
|
basic/search.html
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Template for the search page, using google adsense search
|
Template for the search page, using google custom search
|
||||||
|
|
||||||
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
|
||||||
:license: BSD, see LICENSE for details.
|
|
||||||
#}
|
#}
|
||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% set title = _('Search') %}
|
{% set title = _('Search') %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1 id="search-documentation">{{ _('Search') }}</h1>
|
<h1 id="search-documentation">{{ _('Search') }}</h1>
|
||||||
<div id="fallback" class="admonition warning">
|
<noscript>
|
||||||
<script type="text/javascript">$('#fallback').hide();</script>
|
|
||||||
<p>
|
|
||||||
{% trans %}Please activate JavaScript to enable the search
|
{% trans %}Please activate JavaScript to enable the search
|
||||||
functionality.{% endtrans %}
|
functionality.{% endtrans %}
|
||||||
</p>
|
</noscript>
|
||||||
</div>
|
|
||||||
<p>
|
<p>
|
||||||
{% trans %}From here you can search the User Manual. Enter your search
|
{% trans %}From here you can search the User Manual. Enter your search
|
||||||
words into the box below and click "search".
|
words into the box below and click "search".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user