Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / bookcount.tmpl
1 <!-- TMPL_INCLUDE Name="reports-top.inc" -->
2 <h1><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="bib" -->&amp;type=intra"> <!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->)</a></h1><p>&nbsp;</p>
3
4 <table  cellspacing="0"  cellpadding="5" border="1" width="440">
5         <tr valign="top">
6                 <td  bgcolor="#99cc33" background="/images/background-mem.gif">
7                         <b>Strichcode <!-- TMPL_VAR NAME="barcode" --></b>
8                 </td>
9         </tr>
10         <tr valign="top">
11                 <td width="440">
12
13                 <b>Heimatzweigstelle: </b> <!-- TMPL_VAR NAME="homebranch" --> <br>
14                 <b>Aktuelle Zweigstelle: </b> <!-- TMPL_VAR NAME="holdingbranch" --><br>
15                 <b>Ankunftsdatum in der akt. Zweigstelle: </b> <!-- TMPL_VAR NAME="lastdate" --> <br>
16                 <b>Zahl der Ausleihen seitdem:</b> <!-- TMPL_VAR NAME="count" --> <br>
17
18                 <table cellspacing="0" cellpadding="5" border="1" width="440">
19                         <tr>
20                                 <th>Zweigstelle</th>
21                                 <th>Zahl der Ausleihen</th>
22                                 <th>Zuletzt gesehen in Zweigstelle </th>
23                         </tr>
24                         <!-- TMPL_LOOP Name="branchloop" -->
25                                 <tr>
26                                         <td> <b> <!-- TMPL_VAR NAME="branchname" --> </b></td>
27                                         <td> <b> <!-- TMPL_VAR NAME="issues" --> </b></td>
28                                         <td> <b> <!-- TMPL_VAR NAME="seen" --> </b></td>
29                                 </tr>
30                         <!-- /TMPL_LOOP -->
31                 </table>
32                 </td>
33         </tr>
34 </table>
35
36 <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->