Lines 22-27
Link Here
|
22 |
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] |
22 |
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] |
23 |
[% INCLUDE 'masthead.inc' %] |
23 |
[% INCLUDE 'masthead.inc' %] |
24 |
|
24 |
|
|
|
25 |
[% IF BiblioDefaultViewmarc %] |
26 |
[% SET OPACPage="opac-MARCdetail.pl" %] |
27 |
[% ELSIF BiblioDefaultViewisbd %] |
28 |
[% SET OPACPage="opac-ISBDdetail.pl" %] |
29 |
[% ELSE %] |
30 |
[% SET OPACPage="opac-detail.pl" %] |
31 |
[% END %] |
32 |
|
25 |
<div class="main"> |
33 |
<div class="main"> |
26 |
<ul class="breadcrumb"> |
34 |
<ul class="breadcrumb"> |
27 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
35 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
Lines 234-240
Link Here
|
234 |
[% # Cell 5: Search result details and controls %] |
242 |
[% # Cell 5: Search result details and controls %] |
235 |
<td class="bibliocol"> |
243 |
<td class="bibliocol"> |
236 |
<div class="coverimages"> |
244 |
<div class="coverimages"> |
237 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
245 |
<a class="p1" href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
238 |
[% IF ( OPACLocalCoverImages ) %] |
246 |
[% IF ( OPACLocalCoverImages ) %] |
239 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
247 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
240 |
[% END %] |
248 |
[% END %] |
Lines 311-319
Link Here
|
311 |
[% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %] |
319 |
[% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %] |
312 |
<div class="idbresult" style="display: none;"> |
320 |
<div class="idbresult" style="display: none;"> |
313 |
[% IF ( IDreamBooksReviews ) %] |
321 |
[% IF ( IDreamBooksReviews ) %] |
314 |
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]#idb_critic_reviews"> |
322 |
<a href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]#idb_critic_reviews"> |
315 |
[% ELSE %] |
323 |
[% ELSE %] |
316 |
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
324 |
<a href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
317 |
[% END %] |
325 |
[% END %] |
318 |
[% SEARCH_RESULT.normalized_isbn %]</a> |
326 |
[% SEARCH_RESULT.normalized_isbn %]</a> |
319 |
</div> |
327 |
</div> |
Lines 327-341
Link Here
|
327 |
[% IF ( OPACXSLTResultsDisplay ) %] |
335 |
[% IF ( OPACXSLTResultsDisplay ) %] |
328 |
[% SEARCH_RESULT.XSLTResultsRecord %] |
336 |
[% SEARCH_RESULT.XSLTResultsRecord %] |
329 |
[% ELSE %] |
337 |
[% ELSE %] |
330 |
[% IF ( BiblioDefaultViewmarc ) %] |
338 |
<a class="title" href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
331 |
<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
|
|
332 |
[% ELSE %] |
333 |
[% IF ( BiblioDefaultViewisbd ) %] |
334 |
<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
335 |
[% ELSE %] |
336 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
337 |
[% END %] |
338 |
[% END %] |
339 |
|
339 |
|
340 |
[% IF ( SEARCH_RESULT.title ) %] |
340 |
[% IF ( SEARCH_RESULT.title ) %] |
341 |
[% SEARCH_RESULT.title |html %] |
341 |
[% SEARCH_RESULT.title |html %] |
342 |
- |
|
|