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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 109-115 Link Here
109
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
109
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
110
                    </div>
110
                    </div>
111
                    [% IF ( OPACXSLTDetailsDisplay ) %]
111
                    [% IF ( OPACXSLTDetailsDisplay ) %]
112
                        [% XSLTBloc %]
112
                        [% XSLTBloc.raw %]
113
                    [% ELSE %]
113
                    [% ELSE %]
114
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
114
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
115
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
115
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 321-327 Link Here
321
                                                [% END %]
321
                                                [% END %]
322
322
323
                                                [% IF ( OPACXSLTResultsDisplay ) %]
323
                                                [% IF ( OPACXSLTResultsDisplay ) %]
324
                                                    [% SEARCH_RESULT.XSLTResultsRecord %]
324
                                                    [% SEARCH_RESULT.XSLTResultsRecord.raw %]
325
                                                [% ELSE %]
325
                                                [% ELSE %]
326
                                                    [% IF ( BiblioDefaultViewmarc ) %]
326
                                                    [% IF ( BiblioDefaultViewmarc ) %]
327
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
327
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
328
- 

Return to bug 13618