Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Tools &rsaquo; Labels &rsaquo;: Search<!-- TMPL_INCLUDE NAME="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                         <!-- TMPL_VAR name="category" -->
16                 </p>
17                 <p>
18                         <label for="index">Search value: </label>
19                         <input type="text" name="value" value="<!-- TMPL_VAR name="value" -->" />
20                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="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="<!-- TMPL_VAR name="index" -->" />
26                 </p>
27                 <p>
28                         <input type="submit" value="Start search" class="submit" />
29                 </p>
30         </div>
31 </form>
32 </div>
33
34 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->