More changes to enable YUI-Grids CSS layout
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes and Labels: Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <div id="main-compact">
3
4 <h1>Search</h1>
5
6 <form name="f" method="post">
7         <input type="hidden" name="op" value="do_search" />
8         <input type="hidden" name="type" value="intranet" />
9         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
10         <div class="details">
11                 <h2>Search on</h2>
12                 <p>
13                         <label for="category">Name or ISSN: </label>
14                         <!-- TMPL_VAR name="category" -->
15                 </p>
16                 <p>
17                         <label for="index">Search value: </label>
18                         <input type="text" name="value" value="<!-- TMPL_VAR name="value" -->" />
19                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->" />
20                         <input type="hidden" name="marclist" value="" />
21                         <input type="hidden" name="and_or" value="and" />
22                         <input type="hidden" name="excluding" value="" />
23                         <input type="hidden" name="operator" value="contains" />
24                         <input type="hidden" id="index" name="index" value="<!-- TMPL_VAR name="index" -->" />
25                 </p>
26                 <p>
27                         <input type="submit" value="Start search" class="submit" />
28                 </p>
29         </div>
30 </form>
31 </div>
32 </div>
33 </div>
34
35 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
36 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->