change link to newbiblio to neworderempty.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / stats.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2         
3         <!-- TMPL_IF NAME="loop1" -->
4         <table>
5         <caption>Statistics</caption>
6                 <tr>
7                         <th>Name</th>
8                         <th>Type</th>
9                         <th>Date/time</th>
10                         <th>Amount</th>
11                         <th>Branch</th>
12                 <tr>
13                 <!-- TMPL_LOOP name="loop1" -->
14                 <tr>
15                         <td><!-- TMPL_VAR NAME="name" --></td>
16                         <td><!-- TMPL_VAR NAME="type" --></td>
17                         <td><!-- TMPL_VAR NAME="time" --></td>
18                         <td><!-- TMPL_VAR NAME="amount" --></td>
19                         <td><!-- TMPL_VAR NAME="branch" --></td>
20                 </tr>
21                 <!-- /TMPL_LOOP -->
22                 </table>
23                 <p>Total paid: <!-- TMPL_VAR NAME="total" --><br>Total written off: <!-- TMPL_VAR NAME="totalw" --></p>
24         <!-- TMPL_ELSE -->
25         <h3>No statistics to report</h3>
26         <!-- /TMPL_IF -->
27
28
29 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->