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