File: navbarsearchbox.html

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 312 kB
  • sloc: makefile: 173; python: 104; sh: 6
file content (9 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
8
9
{%- if pagename != "search" %}
<form class="navbar-form navbar-right" 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 %}