Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tmpl
Joshua Ferraro d08387dd28 first go at moving templates to a modules/ dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:11:27 -05:00

12 lines
489 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Serials</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<h1>Catalogue search</h1>
<form name="f" action="/cgi-bin/koha/serials/subscription-bib-search.pl" method="post">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<label for="q">Keyword</label>
<input type="text" id="q" name="q" />
<input type="submit" value="Search" />
</form>