Lines 303-313
$(document).ready(function(){
Link Here
|
303 |
<td>[% result.itemcallnumber | html %]</td> |
303 |
<td>[% result.itemcallnumber | html %]</td> |
304 |
<td> |
304 |
<td> |
305 |
[% Branches.GetName( result.homebranch ) %] |
305 |
[% Branches.GetName( result.homebranch ) %] |
306 |
[% result.location | html %] |
306 |
<span class="shelvingloc">[% result.location | html %]</span> |
307 |
</td> |
307 |
</td> |
308 |
<td> |
308 |
<td> |
309 |
<a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> |
309 |
<a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> |
310 |
<p>[% result.author | html %]</p> |
310 |
[% IF ( result.author ) %] |
|
|
311 |
by <span class="author">[% result.author | html %]</span> |
312 |
[% END %] |
311 |
</td> |
313 |
</td> |
312 |
<td> |
314 |
<td> |
313 |
[% result.notforloan | html %] |
315 |
[% result.notforloan | html %] |
314 |
- |
|
|