|
Lines 53-100
Link Here
|
| 53 |
[% END %] |
53 |
[% END %] |
| 54 |
[% END %] |
54 |
[% END %] |
| 55 |
|
55 |
|
| 56 |
<table id="catalogue_stats"> |
56 |
<div class="page-section"> |
| 57 |
<thead> |
57 |
<table id="catalogue_stats"> |
| 58 |
<tr> |
58 |
<thead> |
| 59 |
<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th> |
|
|
| 60 |
[% FOREACH loopco IN mainloo.loopcol %] |
| 61 |
<th>[% loopco.coltitle | html %]</th> |
| 62 |
[% END %] |
| 63 |
<th>TOTAL</th> |
| 64 |
</tr> |
| 65 |
</thead> |
| 66 |
<tbody> |
| 67 |
[% FOREACH loopro IN mainloo.looprow %] |
| 68 |
<tr> |
59 |
<tr> |
| 69 |
[% IF ( loopro.hilighted ) %]<td class="hilighted">[% ELSE %]<td>[% END %] |
60 |
<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th> |
| 70 |
[% loopro.rowtitle | html %]</td> |
61 |
[% FOREACH loopco IN mainloo.loopcol %] |
| 71 |
[% FOREACH loopcel IN loopro.loopcell %] |
62 |
<th>[% loopco.coltitle | html %]</th> |
| 72 |
[% IF ( loopcel.hilighted ) %]<td>[% ELSE %]<td>[% END %] |
63 |
[% END %] |
| 73 |
[% IF ( loopcel.value ) %] |
64 |
<th>TOTAL</th> |
| 74 |
[% loopcel.value | html %] |
|
|
| 75 |
[% ELSE %] |
| 76 |
|
| 77 |
[% END %] |
| 78 |
</td> |
| 79 |
[% END %] |
| 80 |
[% IF ( loopro.hilighted ) %]<td>[% ELSE %]<td>[% END %] |
| 81 |
[% loopro.totalrow | html %] |
| 82 |
</td> |
| 83 |
</tr> |
65 |
</tr> |
| 84 |
[% END %] |
66 |
</thead> |
| 85 |
</tbody> |
67 |
<tbody> |
| 86 |
<tfoot> |
68 |
[% FOREACH loopro IN mainloo.looprow %] |
| 87 |
<tr> |
69 |
<tr> |
| 88 |
<th>TOTAL (all results)</th> |
70 |
[% IF ( loopro.hilighted ) %]<td class="hilighted">[% ELSE %]<td>[% END %] |
| 89 |
[% FOREACH loopfoote IN mainloo.loopfooter %] |
71 |
[% loopro.rowtitle | html %]</td> |
| 90 |
<th> |
72 |
[% FOREACH loopcel IN loopro.loopcell %] |
| 91 |
[% loopfoote.totalcol | html %] |
73 |
[% IF ( loopcel.hilighted ) %]<td>[% ELSE %]<td>[% END %] |
| 92 |
</th> |
74 |
[% IF ( loopcel.value ) %] |
|
|
75 |
[% loopcel.value | html %] |
| 76 |
[% ELSE %] |
| 77 |
|
| 78 |
[% END %] |
| 79 |
</td> |
| 80 |
[% END %] |
| 81 |
[% IF ( loopro.hilighted ) %]<td>[% ELSE %]<td>[% END %] |
| 82 |
[% loopro.totalrow | html %] |
| 83 |
</td> |
| 84 |
</tr> |
| 93 |
[% END %] |
85 |
[% END %] |
| 94 |
<th>[% mainloo.total | html %]</th> |
86 |
</tbody> |
| 95 |
</tr> |
87 |
<tfoot> |
| 96 |
</tfoot> |
88 |
<tr> |
| 97 |
</table> |
89 |
<th>TOTAL (all results)</th> |
|
|
90 |
[% FOREACH loopfoote IN mainloo.loopfooter %] |
| 91 |
<th> |
| 92 |
[% loopfoote.totalcol | html %] |
| 93 |
</th> |
| 94 |
[% END %] |
| 95 |
<th>[% mainloo.total | html %]</th> |
| 96 |
</tr> |
| 97 |
</tfoot> |
| 98 |
</table> |
| 99 |
</div> |
| 98 |
[% END %] |
100 |
[% END %] |
| 99 |
[% ELSE %] |
101 |
[% ELSE %] |
| 100 |
<form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl"> |
102 |
<form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl"> |
|
Lines 111-117
Link Here
|
| 111 |
</thead> |
113 |
</thead> |
| 112 |
<tbody> |
114 |
<tbody> |
| 113 |
<tr> |
115 |
<tr> |
| 114 |
<td>Koha full call number</td> |
116 |
<td>Item call number</td> |
| 115 |
<td><input type="radio" name="Line" value="items.itemcallnumber" /></td> |
117 |
<td><input type="radio" name="Line" value="items.itemcallnumber" /></td> |
| 116 |
<td><input type="radio" name="Column" value="items.itemcallnumber" /></td> |
118 |
<td><input type="radio" name="Column" value="items.itemcallnumber" /></td> |
| 117 |
<td><label for="callnoFrom">From</label> <input type="text" name="Filter" id="callnoFrom" /> <label for="callnoTo">To</label> <input type="text" name="Filter" id="callnoTo" /></td> |
119 |
<td><label for="callnoFrom">From</label> <input type="text" name="Filter" id="callnoFrom" /> <label for="callnoTo">To</label> <input type="text" name="Filter" id="callnoTo" /></td> |
|
Lines 256-262
Link Here
|
| 256 |
</tr> |
258 |
</tr> |
| 257 |
[% END %] |
259 |
[% END %] |
| 258 |
<tr> |
260 |
<tr> |
| 259 |
<td colspan="3">Filter barcode</td> |
261 |
<td colspan="3">Barcode</td> |
| 260 |
<td> |
262 |
<td> |
| 261 |
<select name="Filter" id="like"> |
263 |
<select name="Filter" id="like"> |
| 262 |
<option value="1">like</option> |
264 |
<option value="1">like</option> |
| 263 |
- |
|
|