fixing small bug in catalogue style
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / bookcount.tmpl
1 <TMPL_INCLUDE Name="reports-top.inc">\r
2 <CENTER>\r
3 <br>\r
4 <FONT SIZE=6><em>\r
5 <a href=/cgi-bin/koha/detail.pl?bib=><TMPL_VAR Name="bib">&type="intra"> <TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)\r
6 </a></em></FONT>\r
7 <p>\r
8 <img src="/images/holder.gif" width=16 height=200 align=left>\r
9 \r
10 <TABLE CELLSPACING=0 CELLPADDING=5 border=1 width=440 >\r
11         <TR VALIGN=TOP>\r
12                 \r
13           <TD bgcolor="99cc33" background="/images/background-mem.gif"> <B>CODE BARRES<TMPL_VAR Name="barcode"></B> \r
14           </TD>\r
15         </TR>\r
16         <TR VALIGN=TOP  >\r
17                 <TD>\r
18 \r
19                 <b>Site d'origine :</b> <TMPL_VAR Name="homebranch"> <br>\r
20                 <b>Site actuel :</b> <TMPL_VAR Name="holdingbranch"><br>\r
21                 <b>Date d'arriv&eacute;e sur le site actuel :</b> <TMPL_VAR Name="lastdate"> \r
22                 <br>\r
23                 <b>Nombre de sortie depuis cette date :</b> <TMPL_VAR Name="count"> <br>\r
24 \r
25                 <table cellspacing =0 cellpadding=5 border=1 width = 440>\r
26                         <TR>\r
27                                 \r
28                         <TD> <b>Site</b></td>\r
29                                 \r
30                         <TD> <b>Nombre de sorties</b></td>\r
31                                 \r
32                         <TD> <b>Derni&egrave;re apparition sur le site</b></td>\r
33                         </TR>\r
34                         <TMPL_LOOP Name="branchloop">\r
35                                 <TR>\r
36                                         <TD> <b> <TMPL_VAR Name="branchname"> </b></td>\r
37                                         <TD> <b> <TMPL_VAR Name="issues"> </b></td>\r
38                                         <TD> <b> <TMPL_VAR Name="seen"> </b></td>\r
39                                 </TR>\r
40                         </TMPL_LOOP>\r
41                 </table>\r
42                 </TD>\r
43         </TR>\r
44 </table>\r
45 \r
46 <TMPL_INCLUDE Name="reports-bottom.inc"></center>