File: searchbox.html

package info (click to toggle)
python-astropy-helpers 1.3-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 756 kB
  • sloc: python: 5,929; ansic: 88; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (53)
1
2
3
4
5
6
7
{%- if pagename != "search" %}
<form action="{{ pathto('search') }}" method="get">
  <input type="text" name="q" placeholder="Search" />
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
{%- endif %}