Koha/koha-tmpl/intranet-tmpl/default/de/bookcount.tmpl
2005-05-17 13:21:34 +00:00

36 lines
1.3 KiB
Cheetah

<!-- TMPL_INCLUDE Name="reports-top.inc" -->
<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>
<table cellspacing="0" cellpadding="5" border="1" width="440">
<tr valign="top">
<td bgcolor="#99cc33" background="/images/background-mem.gif">
<b>Strichcode <!-- TMPL_VAR NAME="barcode" --></b>
</td>
</tr>
<tr valign="top">
<td width="440">
<b>Heimatzweigstelle: </b> <!-- TMPL_VAR NAME="homebranch" --> <br>
<b>Aktuelle Zweigstelle: </b> <!-- TMPL_VAR NAME="holdingbranch" --><br>
<b>Ankunftsdatum in der akt. Zweigstelle: </b> <!-- TMPL_VAR NAME="lastdate" --> <br>
<b>Zahl der Ausleihen seitdem:</b> <!-- TMPL_VAR NAME="count" --> <br>
<table cellspacing="0" cellpadding="5" border="1" width="440">
<tr>
<th>Zweigstelle</th>
<th>Zahl der Ausleihen</th>
<th>Zuletzt gesehen in Zweigstelle </th>
</tr>
<!-- TMPL_LOOP Name="branchloop" -->
<tr>
<td> <b> <!-- TMPL_VAR NAME="branchname" --> </b></td>
<td> <b> <!-- TMPL_VAR NAME="issues" --> </b></td>
<td> <b> <!-- TMPL_VAR NAME="seen" --> </b></td>
</tr>
<!-- /TMPL_LOOP -->
</table>
</td>
</tr>
</table>
<!-- TMPL_INCLUDE Name="reports-bottom.inc" -->