memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / bookcount.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation Statistics for <!-- TMPL_VAR Name="title" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <h1>
4 <!-- TMPL_VAR Name="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR Name="author" -->)<!-- /TMPL_IF --></a></h1>
5
6 <h2>Barcode <!-- TMPL_VAR Name="barcode" --></h2>
7 <ul>
8         <li><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" value="Brief Display"></form></li>
9         <li><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" value="Item Details"></form></li>
10         <!-- TMPL_IF NAME="norequests" --><!-- TMPL_ELSE --> <li><form action="request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="bib" -->" name="bib"> <input type="submit" value="Place Reserve"></form></li><!-- /TMPL_IF -->
11 </ul>
12
13 <table>
14                 <tr><th scope="row">Home Branch: </th><td> <!-- TMPL_VAR Name="homebranch" --> </td></tr>
15                 <tr><th scope="row">Current Branch: </th><td> <!-- TMPL_VAR Name="holdingbranch" --></td></tr>
16                 <tr><th scope="row">Date arrived at current branch: </th><td> <!-- TMPL_VAR Name="lastdate" --> </td></tr>
17                 <tr><th scope="row">Number of issues since since the above date :</th><td> <!-- TMPL_VAR Name="count" --> </td></tr>
18 </table>
19
20                 <table>
21                         <tr>
22                                 <th> Branch</th>
23                                 <th> No. of Issues</th>
24                                 <th> Last seen at branch</th>
25                         </tr>
26                         <!-- TMPL_LOOP Name="branchloop" -->
27                                 <tr>
28                                         <td><!-- TMPL_VAR Name="branchname" --> </td>
29                                         <td><!-- TMPL_VAR Name="issues" --> </td>
30                                         <td><!-- TMPL_VAR Name="seen" --> </td>
31                                 </tr>
32                         <!-- /TMPL_LOOP -->
33                 </table>
34
35
36 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->