1 <!-- TMPL_INCLUDE Name="reports-top.inc" -->
2 <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>
4 <table cellspacing="0" cellpadding="5" border="1" width="440">
6 <td bgcolor="#99cc33" background="/images/background-mem.gif">
7 <b>BARCODE <!-- TMPL_VAR NAME="barcode" --></b>
13 <b>Home Branch: </b> <!-- TMPL_VAR NAME="homebranch" --> <br>
14 <b>Current Branch: </b> <!-- TMPL_VAR NAME="holdingbranch" --><br>
15 <b>Date arrived at current branch: </b> <!-- TMPL_VAR NAME="lastdate" --> <br>
16 <b>Number of issues since the above date:</b> <!-- TMPL_VAR NAME="count" --> <br>
18 <table cellspacing="0" cellpadding="5" border="1" width="440">
21 <th>No. of Issues</th>
22 <th>Last seen at branch</th>
24 <!-- TMPL_LOOP Name="branchloop" -->
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>
36 <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->