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 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".