Merge remote-tracking branch 'kc/master' into new/bug_5683
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-bib-search.tt
1 [% INCLUDE 'doc-head-open.inc' %]Koha › Tools › Labels ›: Search[% INCLUDE 'doc-head-close.inc' %]
2 </head>
3 <body>
4 <div id="main-compact">
5
6 <h1>Search</h1>
7
8 <form name="f" method="post">
9         <input type="hidden" name="op" value="do_search" />
10         <input type="hidden" name="type" value="intranet" />
11         <div class="details">
12                 <h2>Search on</h2>
13                 <p>
14                         <label for="category">Name or ISSN: </label>
15                         [% category %]
16                 </p>
17                 <p>
18                         <label for="index">Search value: </label>
19                         <input type="text" name="value" value="[% value %]" />
20                         <input type="hidden" name="authtypecode" value="[% category %]" />
21                         <input type="hidden" name="marclist" value="" />
22                         <input type="hidden" name="and_or" value="and" />
23                         <input type="hidden" name="excluding" value="" />
24                         <input type="hidden" name="operator" value="contains" />
25                         <input type="hidden" id="index" name="index" value="[% index %]" />
26                 </p>
27                 <p>
28                         <input type="submit" value="Start search" class="submit" />
29                 </p>
30         </div>
31 </form>
32 </div>
33
34 [% INCLUDE 'intranet-bottom.inc' %]