|
Lines 176-184
$(document).ready(function(){
Link Here
|
| 176 |
[% ELSE %] |
176 |
[% ELSE %] |
| 177 |
<td> </td> |
177 |
<td> </td> |
| 178 |
[% END %] |
178 |
[% END %] |
| 179 |
<td><label for="row[% item_loo.itemnumber | html %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber | html %]">[% item_loo.title | html %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author | html %][% END %]</label></td> |
179 |
<td> |
| 180 |
<td class="holds_count"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% item_loo.biblionumber | html %]" title="[% IF item_loo.holds %]Holds on this item: [% item_loo.item_holds | html %] / Total holds on this record: [% item_loo.holds | html %] [% ELSE %]Holds on this record: [% item_loo.holds | html %][% END %]"> |
180 |
<label for="row[% item_loo.itemnumber | html %]"> |
| 181 |
[% IF item_loo.holds %][% item_loo.item_holds | html %]/[% item_loo.holds | html %][% ELSE %][% item_loo.holds | html %][% END %]</a></td> |
181 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber | html %]"> |
|
|
182 |
[% item_loo.title | html %] |
| 183 |
</a> |
| 184 |
[% IF ( item_loo.author ) %], by [% item_loo.author | html %][% END %] |
| 185 |
</label> |
| 186 |
</td> |
| 187 |
<td class="holds_count"> |
| 188 |
<a |
| 189 |
href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% item_loo.biblionumber | html %]" |
| 190 |
title="[% IF item_loo.holds -%] |
| 191 |
[%- IF item_loo.item_holds %]Holds on this item: [% item_loo.item_holds | html %] / Total holds on this record: [% item_loo.holds | html -%] |
| 192 |
[%- ELSE -%]No holds on this item / Total holds on this record: [% item_loo.holds | html -%] |
| 193 |
[%- END -%] |
| 194 |
[%- ELSE -%] |
| 195 |
[%- IF item_loo.holds %]Holds on this record: [% item_loo.holds | html -%] |
| 196 |
[%- ELSE -%]No holds on this record |
| 197 |
[%- END -%] |
| 198 |
[%- END -%]" |
| 199 |
> |
| 200 |
[% IF item_loo.holds %] |
| 201 |
[% item_loo.item_holds | html %]/[% item_loo.holds | html %] |
| 202 |
[% ELSE %] |
| 203 |
[% item_loo.holds | html %] |
| 204 |
[% END %] |
| 205 |
</a> |
| 206 |
</td> |
| 182 |
[% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field | html %]</td> |
207 |
[% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field | html %]</td> |
| 183 |
[% END %] </tr> |
208 |
[% END %] </tr> |
| 184 |
[% END %] |
209 |
[% END %] |
| 185 |
- |
|
|