Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / bookcount.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation Statistics for <!-- TMPL_VAR Name="title" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14
15 <h1>
16 <!-- TMPL_VAR Name="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR Name="author" -->)<!-- /TMPL_IF --></a></h1>
17 <h2>Barcode <!-- TMPL_VAR Name="barcode" --></h2>
18 <div class="tabitem"><form action="/cgi-bin/koha/catalogue/detail.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" /><input type="hidden" name="type" value="intra" /><input type="submit" class="submit" value="Brief Display" /></form> <form action="/cgi-bin/koha/catalogue/moredetail.pl" method="get"><input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" /><input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" /> <input type="submit" class="submit" value="Item Details" /></form><!-- TMPL_IF NAME="norequests" --><!-- TMPL_ELSE --> <form action="/cgi-bin/koha/reserve/request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="biblionumber" -->" name="biblionumber"> <input type="submit" value="Place Reserve" class="submit" /></form><!-- /TMPL_IF --></div>
19 <table>
20                 <tr><th>Home Library: </th><td> <!-- TMPL_VAR Name="homebranch" --> </td></tr>
21                 <tr><th>Current Library: </th><td> <!-- TMPL_VAR Name="holdingbranch" --></td></tr>
22                 <tr><th>Date arrived at current library: </th><td> <!-- TMPL_VAR Name="lastdate" --> </td></tr>
23                 <tr><th>Number of issues since since the above date :</th><td> <!-- TMPL_VAR Name="count" --> </td></tr>
24 </table>
25 <table>
26                         <tr>
27                                 <th>Library</th>
28                                 <th>No. of times checked out</th>
29                                 <th>Library last seen at</th>
30                         </tr>
31                         <!-- TMPL_LOOP Name="branchloop" -->
32                                 <tr>
33                                         <td class="data"><!-- TMPL_VAR Name="branchname" --> </td>
34                                         <td class="data"><!-- TMPL_VAR Name="issues" --> </td>
35                                         <td class="data"><!-- TMPL_VAR Name="seen" --> </td>
36                                 </tr>
37                         <!-- /TMPL_LOOP -->
38                 </table>
39                 </td>
40         </tr>
41 </table>
42
43 </div>
44 </div>
45 </div>
46
47 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
48 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->