removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / authorities / auth_finder.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Report catalogage autorité</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <div id="mainbloc">
5
6 <h1 class="authority">Recherche autorité</h1>
7
8 <form name="f" action="/cgi-bin/koha/authorities/auth_finder.pl" 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 id="bloc25">
13                 <h2 class="authority">Rechercher</h2>
14                 <p>
15                         <label class="label100">Type d'autorité</label>
16                         <!-- TMPL_VAR NAME="authtypecode" -->
17                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
18                         <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
19                 </p>
20                 <p>
21           <label class="label100">Vedette principale (seulement $a)</label>
22           <input type="hidden" name="marclist" value="mainmainentry">
23           <input type="hidden" name="and_or" value="and">
24           <input type="hidden" name="excluding" value="">
25           <select name="operator">
26             <option value="contains">contient</option>
27             <option value="start">commence par</option>
28             <option value="is">est exactement</option>
29           </select>
30           <input id="value_mainmainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="resultstring" -->">
31                 </p>
32         <p>
33           <label for="value_mainentry">Vedette principale</label>
34           <input type="hidden" name="marclist" value="mainentry">
35           <input type="hidden" name="and_or" value="and">
36           <input type="hidden" name="excluding" value="">
37           <select name="operator">
38             <option value="contains">contient</option>
39             <option value="start">commence par</option>
40             <option value="is">est exactement</option>
41           </select>
42           <input id="value_mainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
43         </p>
44         <p>
45           <label for="value_anywhere">Partout</label>
46           <input type="hidden" name="marclist" value="">
47           <input type="hidden" name="and_or" value="and">
48           <input type="hidden" name="excluding" value="">
49           <select name="operator">
50             <option value="contains">contient</option>
51             <option value="start">commence par</option>
52             <option value="is">est exactement</option>
53           </select>
54           <input id="value_anywhere" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
55         </p>
56         <p>
57           Tri par :  <select name="orderby">
58          <option value="">Pas de commande</option>
59             <option value="HeadingAsc">Vedette croissant</option>
60             <option value="HeadingDsc">Vedette décroissant</option>
61           </select>
62                         <input type="submit" value="Rechercher" class="button authority">
63                 </p>
64         </div>
65 </form>
66 </div>
67 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
68