~percona-core/percona-xtrabackup/2.1

« back to all changes in this revision

Viewing changes to doc/source/percona-theme/searchbox.html

  • Committer: Stewart Smith
  • Date: 2012-07-04 05:44:35 UTC
  • mfrom: (391.1.55 staging-2.0)
  • Revision ID: stewart@flamingspork.com-20120704054435-c1hysbvqledntvu9
mergeĀ fromĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{#
2
 
    basic/searchbox.html
3
 
    ~~~~~~~~~~~~~~~~~~~~
4
 
 
5
 
    Sphinx sidebar template: quick search box.
6
 
 
7
 
    :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
 
    :license: BSD, see LICENSE for details.
9
 
#}
10
 
{%- if pagename != "search" %}
11
 
<div id="searchbox" style="display: none; padding: 3px;">
12
 
  <h3>{{ _('Quick search') }}</h3>
13
 
    <form class="search" action="{{ pathto('search') }}" method="get">
14
 
      <input type="text" name="q" size="18" />
15
 
      <input type="submit" value="{{ _('Go') }}" />
16
 
      <input type="hidden" name="check_keywords" value="yes" />
17
 
      <input type="hidden" name="area" value="default" />
18
 
    </form>
19
 
 
20
 
</div>
21
 
<script type="text/javascript">$('#searchbox').show(0);</script>
22
 
{%- endif %}