working on adding library logi
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / subscription-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <h1>Catalogue search</h1>
5
6 <form name="f" action="/cgi-bin/koha/serials/subscription-bib-search.pl" method="post">
7     <input type="hidden" name="op" value="do_search" />
8     <input type="hidden" name="type" value="intranet" />
9     <label for="q">Keyword</label>
10     <input type="text" id="q"  name="q" />
11     <input type="submit" value="Search" />
12 </form>