fix XHTML syntax error.
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / fr / barcodes / label-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Impression Ã©tiquettes et code barres &rsaquo; Recherche</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <div id="main-compact">
5
6 <h1>Rechercher</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         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
12         <div class="details">
13                 <h2>Rechercher</h2>
14                 <p>
15                         <label for="category">Nom ou ISSN :  </label>
16                         <!-- TMPL_VAR name="category" -->
17                 </p>
18                 <p>
19                         <label for="index">Terme de recherche :  </label>
20                         <input type="text" name="value" value="<!-- TMPL_VAR name="value" -->" />
21                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->" />
22                         <input type="hidden" name="marclist" value="" />
23                         <input type="hidden" name="and_or" value="and" />
24                         <input type="hidden" name="excluding" value="" />
25                         <input type="hidden" name="operator" value="contains" />
26                         <input type="hidden" id="index" name="index" value="<!-- TMPL_VAR name="index" -->" />
27                 </p>
28                 <p>
29                         <input type="submit" value="Rechercher" class="submit">
30                 </p>
31         </div>
32 </form>
33 </div>
34 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
35