5f4542992a
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.
10 lines
503 B
Cheetah
10 lines
503 B
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › 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" -->
|