github.com/rvaralda/deis@v1.4.1/docs/theme/deis/searchbox.html (about) 1 {# 2 deis/searchbox.html 3 ~~~~~~~~~~~~~~~~~~~ 4 5 Sphinx sidebar template: quick search box. 6 7 :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. 8 :license: BSD, see LICENSE for details. 9 #} 10 11 <div id="searchbox" style="display: none"> 12 <!-- <h3>{{ _('Search') }}</h3> --> 13 <form class="search" action="{{ pathto('search') }}" method="get"> 14 <input type="text" class="searchbox" name="q" value="Search" onfocus="if(this.value == 'Search') { this.value = ''; }" value="value" /> 15 <input type="submit" value="{{ _('Go') }}" style="display:none;" /> 16 <input type="hidden" name="check_keywords" value="yes" /> 17 <input type="hidden" name="area" value="default" /> 18 </form> 19 <p class="searchtip" style="font-size: 90%"> 20 <!-- {{ _('Enter search terms or a module, class or function name.') }} --> 21 </p> 22 </div> 23 <script type="text/javascript">$('#searchbox').show(0);</script>