Koha/koha-tmpl/intranet-tmpl/prog/en/members/member-quicksearch.tmpl
kados 5f4542992a This is a minor change, but affects all templates:
previously, it wasn't possible to insert anything into the <head> on
an individual template unless it was the title of the page. Now, the
structure is a bit more flexible to allow additional head elements to
be included.
2007-03-11 21:08:11 +00:00

10 lines
503 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Patron Quick Search</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<form action="/cgi-bin/koha/members/member.pl" method="post" id="mainform" class="mainform">
<label for="member">Patron Search:</label><input id="member" type="text" size="25" name="member" /><input type="hidden" name="quicksearch" value="1" />
<input type="submit" value="Search" />
</form>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->