46 lines
1.6 KiB
Cheetah
46 lines
1.6 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Circulation › Circulation Statistics for <!-- TMPL_VAR Name="title" escape="html" --></title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="circ-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Circulation Statistics for <!-- TMPL_VAR Name="title" escape="html" --></div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<h2>
|
|
<!-- TMPL_VAR Name="title" escape="html" --> <!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR Name="author" --><!-- /TMPL_IF --></h2>
|
|
<h3>Barcode <!-- TMPL_VAR Name="barcode" --></h3>
|
|
<table>
|
|
<tr><th>Home Library</th><th>Current Library</th><th>Date arrived at current library </th><th>Number of issues since since last transfer</th></tr>
|
|
|
|
<tr><td> <!-- TMPL_VAR Name="homebranch" --> </td><td> <!-- TMPL_VAR Name="holdingbranch" --></td><td> <!-- TMPL_VAR Name="lastdate" --> </td><td> <!-- TMPL_VAR Name="count" --> </td></tr>
|
|
</table>
|
|
<table>
|
|
<tr>
|
|
<th>Library</th>
|
|
<th>No. of times checked out</th>
|
|
<th>Last Seen</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP Name="branchloop" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR Name="branchname" --> </td>
|
|
<td><!-- TMPL_VAR Name="issues" --> </td>
|
|
<td><!-- TMPL_VAR Name="seen" --> </td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|