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 113-119 Link Here
113
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
113
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
114
                    </div>
114
                    </div>
115
                    [% IF ( OPACXSLTDetailsDisplay ) %]
115
                    [% IF ( OPACXSLTDetailsDisplay ) %]
116
                        [% XSLTBloc %]
116
                        [% XSLTBloc.raw %]
117
                    [% ELSE %]
117
                    [% ELSE %]
118
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
118
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
119
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
119
                        [% 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 325-331 Link Here
325
                                                [% END %]
325
                                                [% END %]
326
326
327
                                                [% IF ( OPACXSLTResultsDisplay ) %]
327
                                                [% IF ( OPACXSLTResultsDisplay ) %]
328
                                                    [% SEARCH_RESULT.XSLTResultsRecord %]
328
                                                    [% SEARCH_RESULT.XSLTResultsRecord.raw %]
329
                                                [% ELSE %]
329
                                                [% ELSE %]
330
                                                    [% IF ( BiblioDefaultViewmarc ) %]
330
                                                    [% IF ( BiblioDefaultViewmarc ) %]
331
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?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
- 

Return to bug 13618