This commit is contained in:
Kovid Goyal 2017-12-10 10:54:03 +05:30
parent 2d09f5dba1
commit 1edcef6660
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,22 +2,16 @@
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.
Template for the search page, using google custom search
#}
{% 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>
<noscript>
{% trans %}Please activate JavaScript to enable the search
functionality.{% endtrans %}
</p>
</div>
</noscript>
<p>
{% trans %}From here you can search the User Manual. Enter your search
words into the box below and click "search".