|
Lines 222-228
Link Here
|
| 222 |
|
222 |
|
| 223 |
[% # Cell 4: Search result details and controls %] |
223 |
[% # Cell 4: Search result details and controls %] |
| 224 |
<td class="bibliocol"> |
224 |
<td class="bibliocol"> |
| 225 |
<div class="coverimages [% SEARCH_RESULT.itemtype %] "> |
225 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype %]"> |
| 226 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
226 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
| 227 |
[% IF ( OPACLocalCoverImages ) %] |
227 |
[% IF ( OPACLocalCoverImages ) %] |
| 228 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
228 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
| 229 |
- |
|
|