first round translation
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / stats.tmpl
1 <TMPL_INCLUDE NAME="reports-top.inc">
2
3 <CENTER>
4         <table border=0 cellspacing=0 cellpadding=5>
5                 <tr bgcolor='#99cc33'>
6                         <td background='/images/background-mem.gif'><b>Nazwa</b></td>
7                         <td background='/images/background-mem.gif'><b>Typ</b></td>
8                         <td background='/images/background-mem.gif'><b>Data/czas</b></td>
9                         <td background='/images/background-mem.gif'><b>Kwota</b></td>
10                         <td background='/images/background-mem.gif'><b>Odzia³</b></td>
11                 <tr>
12                 <TMPL_LOOP name=loop1>
13                 <tr>
14                         <td><TMPL_VAR NAME=name></td>
15                         <td><TMPL_VAR NAME=type></td>
16                         <td><TMPL_VAR NAME=time></td>
17                         <td><TMPL_VAR NAME=amount></td>
18                         <td><TMPL_VAR NAME=branch></td>
19                 </tr>
20                 </TMPL_LOOP>
21         </table>
22 </CENTER>
23
24
25 <p>
26         <b>Zap³acono w sumie: <TMPL_VAR NAME=total></b>
27         <br>
28         <b>Odpisano w sumie: <TMPL_VAR NAME=totalw></b>
29 </p>
30
31 <TMPL_INCLUDE NAME="reports-bottom.inc">
32 </BODY>
33 </HTML>