|
Lines 344-350
Link Here
|
| 344 |
[% END %] |
344 |
[% END %] |
| 345 |
|
345 |
|
| 346 |
[% # Cell 4: Search result details and controls %] |
346 |
[% # Cell 4: Search result details and controls %] |
| 347 |
<td class="bibliocol"> |
347 |
<td class="bibliocol" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" > |
| 348 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
348 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
| 349 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
349 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
| 350 |
[% IF ( SEARCH_RESULT.title ) %] |
350 |
[% IF ( SEARCH_RESULT.title ) %] |
| 351 |
- |
|
|