french translation
[koha.git] / koha-tmpl / opac-tmpl / prog / fr / opac-authoritiessearchresultlist.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
4 <!--TMPL_INCLUDE NAME="masthead.inc" -->
5 <!--TMPL_INCLUDE NAME="navigation.inc" -->
6
7         <h1>Résultats de la recherche autorité</h1>
8         <div id="pages">
9                         <!-- TMPL_IF name="displayprev" -->
10                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
11                                         &lt;&lt;
12                                 </a>
13                         <!-- /TMPL_IF -->
14                         <!-- TMPL_LOOP NAME="numbers" -->
15                                 <!-- TMPL_IF name="highlight" -->
16                                         <span class="current"><!-- TMPL_VAR NAME="number" --></span>
17                                 <!-- TMPL_ELSE -->
18                                         <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a>
19                                 <!-- /TMPL_IF -->
20                         <!-- /TMPL_LOOP -->
21                         <!-- TMPL_IF name="displaynext" -->
22                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&gt;&gt;</a>
23                                 <!-- /TMPL_IF -->
24                 </div>
25                 <div id="results">
26                         <!-- TMPL_IF name="total" -->
27                         &nbsp;<b>Résultats <!-- TMPL_VAR NAME="from" --> à <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="total" --></b><br><br>
28                         <!-- TMPL_ELSE -->
29                         &nbsp;Pas de résultats<br>
30                         <!-- /TMPL_IF -->
31                 </div>
32
33 <div class="searchresults">
34                 <table>
35                         <tr>
36                                 <th width="70%">Vedettes autorisées</th>
37                                 <th width="10%">Type de vedette</th>
38                                 <!-- TMPL_UNLESS name="isEDITORS" -->
39                                         <th width="10%">Notices bibliographiques</th>
40                                 <!-- /TMPL_UNLESS -->
41                                 <th width="10%">Vedettes autorisées complètes</th>                            
42                         </tr>
43                         <!-- TMPL_LOOP NAME="result" -->
44                                 <tr>
45                                         <td><a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
46
47                                                 <td>
48                                         <!-- TMPL_VAR NAME="authtype" -->
49                                                 </td>
50                                         <!-- TMPL_UNLESS name="isEDITORS" -->
51                                                 <td>
52                                                          <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->" class="button authority"><!-- TMPL_VAR NAME="used" --> documents</a>
53                                                 </td>
54                                         <!-- /TMPL_UNLESS -->
55                                                 <td>
56                                                         <a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Voir la vedette en entier</a>
57                                                 </td>
58                                 </tr>
59                         <!-- /TMPL_LOOP -->
60                 </table>
61         </div>
62         <div id="resultnumber">
63                 <p>
64                         <!-- TMPL_IF name="displayprev" -->
65                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&lt;&lt;</a>
66                         <!-- /TMPL_IF -->
67                         <!-- TMPL_LOOP NAME="numbers" -->
68                                 <!-- TMPL_IF name="highlight" --><span class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE -->
69                                         <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a>
70                                 <!-- /TMPL_IF -->
71                         <!-- /TMPL_LOOP -->
72                         <!-- TMPL_IF name="displaynext" -->
73                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&gt;&gt;</a>
74                                 <!-- /TMPL_IF -->
75                 </p>
76         </div>  
77 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->