{# sphinxjp/layout.html ~~~~~~~~~~~~~~~~~~~~~ Master layout template for sphinx-users.jp themes. :copyright: Copyright 2011 by the Sphinx team, see AUTHORS. :license: MIT, see LICENSE for details. #} {% extends "layout.html" %} {% set title = _('Search') %} {% set script_files = script_files + ['_static/searchtools.js'] %} {% block extrahead %} {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} {{ super() }} {% endblock %} {% block body %}
{% trans %}Please activate JavaScript to enable the search functionality.{% endtrans %}
このページからドキュメントを検索することができます。検索するキーワードを下のテキストボックスに入力して、Enterキー、またはアイコンをクリックしてください。入力された全てのキーワードを含むページが検索されます。一部のキーワードしか含まれないページは検索結果に表示されないので注意してください。
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
{% endif %} {% endif %}