french translation of librarian interface
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / bookcount.tmpl
1 <!-- TMPL_INCLUDE Name="reports-top.inc" -->
2 <CENTER>
3 <br>
4 <h1>
5 <a href=/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="bib" -->&type="intra"> <!-- TMPL_VAR Name="title" --> (<!-- TMPL_VAR Name="author" -->)</a></h1><P>
6 <p>
7
8 <TABLE  CELLSPACING=0  CELLPADDING=5 border=1 width=440 >
9         <TR VALIGN=TOP>
10                 <TD  bgcolor="99cc33" background="/images/background-mem.gif">
11                         <B>CODE BARRE <!-- TMPL_VAR Name="barcode" --></B>
12                 </TD>
13         </TR>
14         <TR VALIGN=TOP  >
15                 <TD width=440 >
16
17                 <b>Annexe propriétaire: </b> <!-- TMPL_VAR Name="homebranch" --> <br>
18                 <b>Annexe: </b> <!-- TMPL_VAR Name="holdingbranch" --><br>
19                 <b>Date d'arrivée à l'Annexe: </b> <!-- TMPL_VAR Name="lastdate" --> <br>
20                 <b>Nombre de prêt depuis la date ci-dessus:</b> <!-- TMPL_VAR Name="count" --> <br>
21
22                 <table cellspacing =0 cellpadding=5 border=1 width = 440>
23                         <TR>
24                                 <TD> <b>Annexe</b></td>
25                                 <TD> <b>Nombre de prêts</b></td>
26                                 <TD> <b>Vu à l'Annexe</b></td>
27                         </TR>
28                         <!-- TMPL_LOOP Name="branchloop" -->
29                                 <TR>
30                                         <TD> <b> <!-- TMPL_VAR Name="branchname" --> </b></td>
31                                         <TD> <b> <!-- TMPL_VAR Name="issues" --> </b></td>
32                                         <TD> <b> <!-- TMPL_VAR Name="seen" --> </b></td>
33                                 </TR>
34                         <!-- /TMPL_LOOP -->
35                 </table>
36                 </TD>
37         </TR>
38 </table>
39
40 <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->