File: searchbox.html

package info (click to toggle)
sphinx-bootstrap-theme 0.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,540 kB
  • sloc: javascript: 10,252; makefile: 137; python: 69
file content (9 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
{%- if pagename != "search" %}
<form action="{{ pathto('search') }}" method="get">
 <div class="form-group">
  <input type="text" name="q" class="form-control" placeholder="Search" />
 </div>
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
{%- endif %}