36 lines
1.2 KiB
Cheetah
36 lines
1.2 KiB
Cheetah
<!-- TMPL_INCLUDE Name="reports-top.inc" -->
|
|
<h1><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> </p>
|
|
|
|
<table cellspacing="0" cellpadding="5" border="1" width="440">
|
|
<tr valign="top">
|
|
<td bgcolor="#99cc33" background="/images/background-mem.gif">
|
|
<b>BARCODE <!-- TMPL_VAR NAME="barcode" --></b>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="440">
|
|
|
|
<b>Home Branch: </b> <!-- TMPL_VAR NAME="homebranch" --> <br>
|
|
<b>Current Branch: </b> <!-- TMPL_VAR NAME="holdingbranch" --><br>
|
|
<b>Date arrived at current branch: </b> <!-- TMPL_VAR NAME="lastdate" --> <br>
|
|
<b>Number of issues since the above date:</b> <!-- TMPL_VAR NAME="count" --> <br>
|
|
|
|
<table cellspacing="0" cellpadding="5" border="1" width="440">
|
|
<tr>
|
|
<th>Branch</th>
|
|
<th>No. of Issues</th>
|
|
<th>Last seen at branch</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" -->
|