Adding style for persistent help link
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / bookcount.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation Statistics for <!-- TMPL_VAR Name="title" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6 <h1>
7 <!-- TMPL_VAR Name="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR Name="author" -->)<!-- /TMPL_IF --></a></h1>
8 <h2>Barcode <!-- TMPL_VAR Name="barcode" --></h2>
9 <div class="tabitem"><form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR Name="bib" -->"><input type="hidden" name="type" value="intra"><input type="submit" class="submit" value="Brief Display"></form> <form action="/cgi-bin/koha/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="bib" value="<!-- TMPL_VAR NAME="bib" -->"><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="request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="bib" -->" name="bib"> <input type="submit" value="Place Reserve" class="submit"></form><!-- /TMPL_IF --></div>
10 <div class="items">
11 <table>
12                 <tr><th>Home Branch: </th><td> <!-- TMPL_VAR Name="homebranch" --> </td></tr>
13                 <tr><th>Current Branch: </th><td> <!-- TMPL_VAR Name="holdingbranch" --></td></tr>
14                 <tr><th>Date arrived at current branch: </th><td> <!-- TMPL_VAR Name="lastdate" --> </td></tr>
15                 <tr><th>Number of issues since since the above date :</th><td> <!-- TMPL_VAR Name="count" --> </td></tr>
16 </table>
17 </div>
18 <div class="table">
19                 <table>
20                         <tr>
21                                 <th> Branch</th>
22                                 <th> No. of Issues</th>
23                                 <th> Last seen at branch</th>
24                         </tr>
25                         <!-- TMPL_LOOP Name="branchloop" -->
26                                 <tr>
27                                         <td class="data"><!-- TMPL_VAR Name="branchname" --> </td>
28                                         <td class="data"><!-- TMPL_VAR Name="issues" --> </td>
29                                         <td class="data"><!-- TMPL_VAR Name="seen" --> </td>
30                                 </tr>
31                         <!-- /TMPL_LOOP -->
32                 </table></div>
33                 </td>
34         </tr>
35 </table></div>
36
37 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->