updated french translation + improved & fixed default zebra config files
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / catalogue / results.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalogue &rsaquo; <!-- TMPL_IF NAME="searchdesc" -->Résultat de la recherche <!-- TMPL_VAR NAME="searchdesc" --><!-- TMPL_ELSE -->Vous n'avez indiqué aucun critère de recherche<!-- /TMPL_IF --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
6
7     <!-- TMPL_IF NAME="koha_spsuggest" -->
8         <div style="font-size: 12px;">Voulez-vous dire :  
9             <ul style="list-style: none;">
10             <!-- TMPL_LOOP NAME="SPELL_SUGGEST" -->
11             <li>
12                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
13             </li>
14             <!-- /TMPL_LOOP -->
15             </ul>
16         </div>
17     <!-- /TMPL_IF -->
18     <!-- TMPL_IF NAME="total" -->
19     <h3>
20         <!-- TMPL_VAR NAME="total" --> réponses trouvés pour '<!-- TMPL_VAR NAME="searchdesc" -->' <a href="/cgi-bin/koha/catalogue/search.pl"> Nouvelle recherche</a>
21     </h3>
22     <!-- TMPL_ELSE -->
23         <!-- TMPL_IF NAME="searchdesc" -->
24             <h3> Pas de réponse</h3>
25             <p>
26                 Pas de résultats correspondant à votre recherche pour <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> Dans le catalogue <!-- TMPL_VAR NAME="LibraryName" -->
27             </p>
28             <a href="/cgi-bin/koha/catalogue/search.pl" title="Nouvelle recherche">Nouvelle recherche</a>
29         <!-- TMPL_ELSE -->
30             <h3> Pas de réponse !</h3>
31             <p>
32             Vous n'avez indiqué aucun critère de recherche.
33             </p>
34             <a href="/cgi-bin/koha/catalogue/search.pl" title="Nouvelle recherche">Nouvelle recherche</a>
35         <!-- /TMPL_IF -->
36     <!-- /TMPL_IF -->
37     
38     <!-- TMPL_IF NAME="query_error" -->
39         <br /><br />
40         Erreur :  
41         <span  class="problem">
42             <!-- TMPL_VAR NAME="query_error" -->
43         </span>
44     <!-- /TMPL_IF -->
45     
46     <!-- Search Results Table -->
47     <!-- TMPL_IF NAME="total" -->
48         <!-- TMPL_IF NAME="scan" -->
49             <h1>Parcourir l'index : </h1>
50             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
51             <table>
52                 <tr>
53                     <td>
54                         Parcourir l'index pour :  <input type="text" name="qf" id="scan-index" size="35" value="" />
55                     </td>
56                 </tr>
57                 <tr>
58                     <td>
59                         <label for="scan-index">Indexé dans : </label>
60                         <select name="idx" id="scan-index">
61                             <option value="">Tout mot</option>
62                             <option value="any/phr:">Toute expression</option>
63                             <option value="ti:">Titre</option>
64                             <option value="ti,phr:">Expression titre</option>
65                             <option value="au,phr:">Auteur</option>
66                             <option value="su:">Sujet</option>
67                             <option value="su,phr:">Vedette sujet</option>
68                             <option value="se:">Collections</option>
69                             <option value="pb:">Editeur</option>
70                             <option value="nt:">Notes</option>
71                             <option value="se:">Titre de collection</option>
72                             <option value="sn:">ISBN</option>
73                             <option value="ss:">ISSN</option>
74                         </select>
75                         <input type="hidden" name="scan" value="1" />
76                     </td>
77                 </tr>
78             </table>
79             </form>
80     
81             
82             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
83             <table>
84                 <tr>
85                     <th>Terme/Phrase</th>
86                     <th>Nombre</th>
87                 </tr>
88                 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
89                     <tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
90                         <td>
91                             <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
92                         </td>
93                         <td>
94                             <!-- TMPL_VAR NAME="subtitle" -->
95                         </td>
96                     </tr>
97                 <!-- /TMPL_LOOP -->
98             </table>
99             </form>
100         <!-- TMPL_ELSE -->
101             <!-- ######### -->
102             <div id="facets">
103                 <dl>
104                 <!-- FACETS START -->
105                 <!-- TMPL_IF NAME="opacfacets" -->
106                     <dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
107                     Affiner votre recherche
108                     </dt>
109                     <dd id="facets_list" style="display:none;">
110                     <ul>
111                     <!-- TMPL_LOOP NAME="facets_loop" -->
112                     <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" -->
113                         <ul>
114                         <!-- TMPL_LOOP NAME="facets" -->
115                             <li>
116                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->"> <!-- TMPL_VAR NAME="facet_label_value" --> </a> (<!-- TMPL_VAR NAME="facet_count" -->)
117                             </li>
118                         <!-- /TMPL_LOOP -->
119                         <!-- TMPL_IF NAME="expandable" -->
120                             <li class="showmore">
121                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
122                                     Voir plus
123                                 </a>
124                             </li>
125                         <!-- /TMPL_IF -->
126                         </ul>
127                     </li>
128                     <!-- /TMPL_LOOP -->
129                     </ul>
130                     </dd>
131                 <!-- /TMPL_IF -->
132                 <!-- FACETS END -->
133                 <!-- BULKEDIT START -->
134                 <!--TMPL_IF Name="bulkedit"--> 
135                     <dt id="hbulkedit" onclick="var Elt=document.getElementById('parambulkedit');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
136                     Modifications globales
137                     </dt>
138                     <dd id="parambulkedit" style="display:none;">
139                     <form name="bulkedit" action="search.pl">
140                         <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" -->" />
141                         <input type="hidden" name="operation" value="bulkedit" />
142                         Terme de recherche : <input type="text" name="inputvalue" value=""/><br/>
143                         Sous-champ       <select name="tagsubfield">
144                         <!--TMPL_LOOP Name="tagsubfields"-->
145                             <option value="<!--TMPL_VAR Name="tagsubfield"-->"> <!--TMPL_VAR Name="tagsubfield"-->
146                             <!-- --<TMPL_VAR Name="tagdesc">--<TMPL_VAR Name="subfielddesc">-->
147                             </option>
148                         <!--/TMPL_LOOP -->
149                         </select><br/>
150                         Changer pour : <input type="text" name="targetvalue" value=""/><br/>
151                         Test seulement <input type="checkbox" name="test" value="1"/><br/>
152                         <input type="Submit" name="Edit" value="Modifier">
153                     </form>
154                     </dd>
155                     <!-- TMPL_IF NAME="bulkeditresults" -->
156                     <dd><em>
157                         Sous champ <!-- TMPL_VAR NAME="countchanged" -->. Les <!-- TMPL_VAR NAME="countchanged" --> sont changés en <!-- TMPL_VAR NAME="countchanged" --><br />
158                         <!-- TMPL_VAR NAME="countchanged" --> notice(s) modifiées <br />
159                         <!--TMPL_VAR Name="countunchanged"--> notice(s) non modifiées<br />
160                         <em>
161                     </dd>
162                     <!-- /TMPL_IF -->
163                 <!--/TMPL_IF--> 
164                 <!-- BULKEDIT END -->
165                 </dl>
166             </div>
167             <!-- ######### -->
168
169             <div id="searchresults">
170               <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="myform" id="mainform">
171                 <!-- TMPL_IF NAME="searchdesc" -->
172                     <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" escape="html" -->" />
173                 <!-- /TMPL_IF -->
174                     <!-- RE-SORT START -->
175                     <!-- TMPL_IF NAME="sort_by_loop" -->
176                     <p>
177                     Trier les réponses
178                     <select id="sort_by" name="sort_by" onChange="document.myform.submit();">
179                         <option value="">Par critère et ordre</option>
180                         <!-- TMPL_LOOP NAME="sort_by_loop" -->
181                             <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="label" --></option>
182                         <!-- /TMPL_LOOP -->
183                     </select>
184                     </p>
185                     <!-- /TMPL_IF -->
186                     <!-- RESORT END -->
187               </form>
188                     <!-- TABLE RESULTS START -->
189                 <table>
190                     <tr>
191                         <th>&nbsp;</th>
192                         <th>Titre</th>
193                         <th>Localisation</th>
194                         <th>&nbsp;</th>
195                     </tr>
196                         <!-- Actual Search Results -->
197                         <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
198                             <!-- TMPL_IF name="even" -->
199                                 <tr class="highlight">
200                             <!-- TMPL_ELSE -->
201                                 <tr>
202                             <!-- /TMPL_IF -->
203                                 <td>
204                             <!-- TMPL_IF NAME="AmazonContent" -->
205                                     <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
206                                         <img src="<!-- TMPL_IF NAME="isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="Image" class="thumbnail">
207                                     </a>
208                             <!-- TMPL_ELSE -->
209                                 <!-- TMPL_IF name="imageurl" -->
210                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->"/>
211                                 <!-- TMPL_ELSE -->
212                                     <!-- TMPL_VAR name="description" -->
213                                 <!-- /TMPL_IF -->
214                             <!-- /TMPL_IF -->
215                                 </td>
216                             <td>
217                                 <p>
218                                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
219                                         <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
220                                             <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
221                                         </a>
222                                     <!-- TMPL_ELSE -->
223                                         <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
224                                             <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
225                                                 <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
226                                             </a>
227                                         <!-- TMPL_ELSE -->
228                                             <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
229                                                 <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" -->
230                                             </a>
231                                         <!-- /TMPL_IF -->
232                                     <!-- /TMPL_IF -->
233                                 </p>
234                                 <!-- TMPL_IF name="summary" -->
235                                     <p><!-- TMPL_VAR name="summary" --></p>
236                                 <!-- TMPL_ELSE -->
237                                     <p>
238                                         <!-- TMPL_IF NAME="author" -->
239                                             <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a>
240                                         <!-- TMPL_ELSE -->
241                                             &nbsp;
242                                         <!-- /TMPL_IF -->
243                                         <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
244                                         <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
245                                         <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
246                                         <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
247                                         <!-- TMPL_IF name="volume" --> vol <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
248                                         <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
249                                         <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
250                                         <!-- TMPL_IF name="timestamp" --> <i>(modifié le <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
251                                     </p>
252                                 <!-- /TMPL_IF -->
253                                 </td>
254                                 <td style="white-space: nowrap">
255                                     <!-- TMPL_IF NAME="items_loop" -->
256                                         <span class="available">
257                                         <!-- TMPL_LOOP NAME="items_loop" -->
258                                             <!-- <!-- TMPL_VAR NAME="branchcode" --> -->
259                                             <!-- TMPL_VAR NAME="branchname" --> (<!-- TMPL_VAR NAME="count" -->
260                                                 <!-- TMPL_IF name="itemcallnumber" --> <i><!-- TMPL_VAR name="itemcallnumber" -->)</i><!-- /TMPL_IF -->
261                                          <!-- TMPL_IF name="location" --> <i>(<!-- TMPL_VAR name="location" -->)</i><!-- /TMPL_IF -->
262                                          <!-- TMPL_IF name="classification" -->
263                                             <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->">
264                                                 <!-- TMPL_VAR NAME="classification" -->
265                                             </a>
266                                         <!-- /TMPL_IF -->
267                                          <br />
268                                         <!-- /TMPL_LOOP -->
269                                         </span>
270                                     <!-- /TMPL_IF -->
271                                     <span class="unavailable">
272                                         <!-- TMPL_IF NAME="onloancount" --> En prêt (<!-- TMPL_VAR NAME="onloancount" -->)<br /> <!-- /TMPL_IF -->
273                                         <!-- TMPL_IF NAME="wthdrawncount" --> Exemplaire retiré (<!-- TMPL_VAR NAME="wthdrawncount" -->),<br /> <!-- /TMPL_IF -->
274                                         <!-- TMPL_IF NAME="itemlostcount" --> Perdu (<!-- TMPL_VAR NAME="itemlostcount" -->)<br /><!-- /TMPL_IF -->
275                                         <!-- TMPL_IF NAME="orderedcount" --> En commande (<!-- TMPL_VAR NAME="orderedcount" -->)<!-- /TMPL_IF -->
276                                     </span>
277                                 </td>
278                                 <td>
279                                     <!-- TMPL_IF NAME="norequests" -->
280                                         Non réservable
281                                     <!-- TMPL_ELSE -->
282                                         <a class="reserve" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
283                                             Réservations
284                                         </a>
285                                     <!-- /TMPL_IF -->
286                                 </td>
287                             </tr>
288                         <!-- /TMPL_LOOP -->
289                 </table>
290                 </div>
291         <!-- /TMPL_IF -->
292     
293         <!-- TMPL_IF NAME="PAGE_NUMBERS" -->
294             <div class="pages">
295                 <!-- Row of numbers corresponding to search result pages -->
296                 <!-- TMPL_IF NAME="previous_page_offset" -->
297                     <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="previous_page_offset" -->">
298                         &lt;&lt; Précédent
299                     </a>
300                 <!-- /TMPL_IF -->
301                 <!-- TMPL_LOOP NAME="PAGE_NUMBERS" -->
302                     <!-- TMPL_IF NAME="highlight" -->
303                         <span class="current"><!-- TMPL_VAR NAME="pg" --></span>
304                     <!-- TMPL_ELSE -->
305                         <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="offset" --><!-- TMPL_IF NAME="sort_by" -->&amp;sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->">
306                             <!-- TMPL_VAR NAME="pg" -->
307                         </a>
308                     <!-- /TMPL_IF -->
309                 <!-- /TMPL_LOOP -->
310                 <!-- TMPL_IF NAME="next_page_offset" -->
311                     <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="next_page_offset" -->">
312                         Suivant >>
313                     </a>
314                 <!-- /TMPL_IF -->
315             </div>
316         <!-- /TMPL_IF -->
317     
318         <!-- TMPL_IF NAME="outer_sup_results_loop" -->
319             <h3><!-- TMPL_LOOP NAME="outer_sup_results_loop" --></h3>
320                 <!-- TMPL_IF NAME="inner_sup_results_loop" -->
321                 <!-- TMPL_VAR NAME="servername" -->
322                 <!-- TMPL_LOOP NAME="inner_sup_results_loop" -->
323                     <div><a href="<!-- TMPL_VAR NAME="link" -->"><!-- TMPL_VAR NAME="title" --></a></div>
324                 <!-- /TMPL_LOOP -->
325                 <!-- /TMPL_IF -->
326             <!-- /TMPL_LOOP -->
327     <!-- /TMPL_IF -->
328     
329     <!-- TMPL_ELSE -->
330     
331     
332     <!-- /TMPL_IF -->
333
334 </div>
335 </div>
336
337 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->