Fix for Bug 3659, Add place hold option from patron checkout tab
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials &rsaquo; Catalog search</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7 <div id="doc" class="yui-t7">
8    <div id="bd">
9         
10
11 <h1>Catalog search</h1>
12 <!-- TMPL_IF name="no_query" -->
13     <div class="warning">You must enter a term to search on </div>
14 <!-- /TMPL_IF -->
15 <form name="f" action="/cgi-bin/koha/serials/subscription-bib-search.pl" method="get">
16     <input type="hidden" name="op" value="do_search" />
17     <input type="hidden" name="type" value="intranet" />
18         <fieldset class="rows">
19         <ol>
20     <li><label for="q">Keyword: </label>
21     <input type="text" id="q"  name="q" /></li>
22     
23     <!-- ITEMTYPE LIMITS -->
24         <li><label for="itemtypelimit">Limit type to: </label>
25         <select name="itemtypelimit" id="itemtypelimit">
26             <option value="">All</option>
27         <!--TMPL_LOOP Name="itemtypeloop"-->
28             <option value="<!--TMPL_VAR Name="code" -->">
29                 <!--TMPL_VAR ESCAPE="HTML" Name="description" -->
30             </option>
31         <!--/TMPL_LOOP-->
32         </select>
33         </li>
34     <!-- /ITEMTYPE LIMITS -->
35         </ol>
36 </fieldset>
37 <fieldset class="action"><input type="submit" value="Search" /></fieldset>
38
39
40 </form>
41
42 </div>
43
44 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->