View | Details | Raw Unified | Return to bug 14259
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-13 / +12 lines)
Lines 22-27 Link Here
22
<body id="results" class="scrollto">
22
<body id="results" class="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">&rsaquo;</span></li>
35
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
Lines 221-227 Link Here
221
                                            [% # Cell 5: Search result details and controls %]
229
                                            [% # Cell 5: Search result details and controls %]
222
                                            <td class="bibliocol">
230
                                            <td class="bibliocol">
223
                                                <div class="coverimages">
231
                                                <div class="coverimages">
224
                                                    <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">
232
                                                    <a class="p1" href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]">
225
                                                        [% IF ( OPACLocalCoverImages ) %]
233
                                                        [% IF ( OPACLocalCoverImages ) %]
226
                                                            <span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span>
234
                                                            <span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span>
227
                                                        [% END %]
235
                                                        [% END %]
Lines 277-285 Link Here
277
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
285
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
278
                                                        <div class="idbresult" style="display: none;">
286
                                                        <div class="idbresult" style="display: none;">
279
                                                            [% IF ( IDreamBooksReviews ) %]
287
                                                            [% IF ( IDreamBooksReviews ) %]
280
                                                                <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]#idb_critic_reviews">
288
                                                                <a href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]#idb_critic_reviews">
281
                                                            [% ELSE %]
289
                                                            [% ELSE %]
282
                                                                <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">
290
                                                                <a href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber %]">
283
                                                            [% END %]
291
                                                            [% END %]
284
                                                            [% SEARCH_RESULT.normalized_isbn %]</a>
292
                                                            [% SEARCH_RESULT.normalized_isbn %]</a>
285
                                                        </div>
293
                                                        </div>
Lines 293-307 Link Here
293
                                                [% IF ( OPACXSLTResultsDisplay ) %]
301
                                                [% IF ( OPACXSLTResultsDisplay ) %]
294
                                                    [% SEARCH_RESULT.XSLTResultsRecord %]
302
                                                    [% SEARCH_RESULT.XSLTResultsRecord %]
295
                                                [% ELSE %]
303
                                                [% ELSE %]
296
                                                    [% IF ( BiblioDefaultViewmarc ) %]
304
                                                    <a class="title" href="/cgi-bin/koha/[% OPACPage %]?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
297
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
298
                                                    [% ELSE %]
299
                                                        [% IF ( BiblioDefaultViewisbd ) %]
300
                                                            <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
301
                                                        [% ELSE %]
302
                                                            <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
303
                                                        [% END %]
304
                                                    [% END %]
305
305
306
                                                    [% IF ( SEARCH_RESULT.title ) %]
306
                                                    [% IF ( SEARCH_RESULT.title ) %]
307
                                                        [% SEARCH_RESULT.title |html %]
307
                                                        [% SEARCH_RESULT.title |html %]
308
- 

Return to bug 14259