fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / authorities / searchresultlist.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Autorités &rsaquo; Liste des Réponses</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
5 <script type="text/javascript" >
6 //<![CDATA[
7 function confirm_deletion(id) {
8         
9         var is_confirmed = confirm('Are you sure you want to delete this authority?');
10         if (is_confirmed) {
11                 window.location="authorities-home.pl?op=delete&amp;authid="+id;
12         }
13 }
14 function Help() {
15     newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
16 }
17
18 function addauthority() {
19     X = document.forms[0].authtype.value;
20     window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
21 }
22 function searchauthority() {
23     X = document.forms[0].authtype2.value;
24     Y = document.forms[0].value.value;
25     window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
26 }
27 //]]>
28 </script>
29 </head>
30 <body class="yui-skin-sam">
31 <!-- TMPL_INCLUDE NAME="header.inc" -->
32 <!-- TMPL_INCLUDE NAME="authorities-search.inc" -->
33
34 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Accueil</a> &rsaquo;<a href="/cgi-bin/koha/authorities/authorities-home.pl">Autorités</a> &rsaquo; Recherche autorités</div>
35
36 <div id="doc" class="yui-t7">
37    
38    <div id="bd">
39         <div id="yui-main">
40         <div class="yui-g">
41         
42         <!-- TMPL_INCLUDE NAME="authorities-toolbar.inc" -->
43
44 <h1>Résultats recherche autorité</h1>
45
46 <!-- TMPL_IF name="total" -->
47 <div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
48
49 <p id="authorities_searchresultlist_current_page_info">
50   Réponses <!-- TMPL_VAR NAME="from" --> à  <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="total" -->
51 </p>
52
53 <div id="authorities_searchresultlist_results">
54   <table>
55     <tr>
56       <th>Abrégé</th>
57 <!-- TMPL_UNLESS name="isEDITORS" -->
58       <th>Utilisé</th>
59 <!-- /TMPL_UNLESS -->
60       <th>Voir</th>
61       <th>Supprimer</th>
62     </tr>
63 <!-- TMPL_LOOP NAME="result" -->
64     <tr>
65       <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
66   <!-- TMPL_UNLESS name="isEDITORS" -->
67       <td>
68         <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> notice(s)</a>
69       </td>
70   <!-- /TMPL_UNLESS -->
71       <td>
72         <a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Autorité numéro  <!-- TMPL_VAR NAME="authid" --></a>
73       </td>
74       <td>
75   <!-- TMPL_UNLESS name="used" -->
76         <a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="authid" -->)">Supprimer</a>
77   <!-- /TMPL_UNLESS -->
78       </td>
79     </tr>
80 <!-- /TMPL_LOOP -->
81   </table>
82 </div>
83
84 <div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
85
86 <!-- TMPL_ELSE -->
87   Pas de réponse
88   
89   <fieldset id="authorities_authorities_home_search">
90   <legend>Recherche autorité</legend>
91
92   <form name="f" action="/cgi-bin/koha/authorities/authorities-home.pl" method="post">
93     <input type="hidden" name="op" value="do_search" />
94     <input type="hidden" name="type" value="intranet" />
95     <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
96
97     <p><label for="authtypecode">Rechercher</label>
98           <select id="authtypecode" name="authtypecode">
99 <!-- TMPL_LOOP NAME="authtypesloop" -->
100   <!-- TMPL_IF name="selected" -->
101             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
102   <!-- TMPL_ELSE -->
103             <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="authtypetext" --></option>
104   <!-- /TMPL_IF -->
105 <!-- /TMPL_LOOP -->
106           </select>
107           <label for="value_mainmainentry">Vedette principale (seulement $a)</label>
108           <input type="hidden" name="marclist" value="mainmainentry" />
109           <select name="operator">
110             <option value="contains">contient</option>
111             <option value="start">commence par</option>
112             <option value="is">est exactement</option>
113         </select>
114         <input id="value_mainmainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
115     </p>
116     <p>
117         <label for="value_mainentry">Vedette principale</label>
118         <input type="hidden" name="marclist" value="mainentry" />
119         <input type="hidden" name="and_or" value="and" />
120         <input type="hidden" name="excluding" value="" />
121         <select name="operator">
122             <option value="contains">contient</option>
123             <option value="start">commence par</option>
124             <option value="is">est exactement</option>
125         </select>
126         <input id="value_mainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
127       </p>
128     <p><label for="value_anywhere">Partout</label>
129           <input type="hidden" name="marclist" value="" />
130           <input type="hidden" name="and_or" value="and" />
131           <input type="hidden" name="excluding" value="" />
132           <select name="operator">
133             <option value="contains">contient</option>
134             <option value="start">commence par</option>
135             <option value="is">est exactement</option>
136           </select>
137           <input id="value_anywhere" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
138     </p>
139
140     <div id="action">
141           <p><label>Trié par :</label><select name="orderby">
142          <option value="">Aucun</option>
143             <option value="HeadingAsc" selected="SELECTED">Vedette croissant</option>
144             <option value="HeadingDsc">Vedette décroissant</option>
145           </select>
146       <input type="submit" value="Rechercher">
147       </p>
148     </div>
149   </form>
150 </fieldset>
151 <!-- /TMPL_IF -->
152 </div>
153 </div>
154
155 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->