File: searchbox.html

package info (click to toggle)
python-astropy-helpers 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 540 kB
  • ctags: 584
  • sloc: python: 5,173; 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 %}