Lines 6-12
Link Here
|
6 |
[% USE Branches %] |
6 |
[% USE Branches %] |
7 |
[% USE ColumnsSettings %] |
7 |
[% USE ColumnsSettings %] |
8 |
[% USE AuthorisedValues %] |
8 |
[% USE AuthorisedValues %] |
9 |
[% USE Stash %] |
|
|
10 |
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %] |
9 |
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %] |
11 |
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %] |
10 |
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %] |
12 |
[% IF Koha.Preference('AmazonAssocTag') %] |
11 |
[% IF Koha.Preference('AmazonAssocTag') %] |
Lines 31-37
Link Here
|
31 |
[% END %] |
30 |
[% END %] |
32 |
|
31 |
|
33 |
[% INCLUDE 'doc-head-open.inc' %] |
32 |
[% INCLUDE 'doc-head-open.inc' %] |
34 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Details for: [% INCLUDE 'biblio-title-head.inc' biblio=Stash.stash() %]</title> |
33 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Details for: [% INCLUDE 'biblio-title-head.inc' %]</title> |
35 |
[% INCLUDE 'doc-head-close.inc' %] |
34 |
[% INCLUDE 'doc-head-close.inc' %] |
36 |
[% Asset.css("lib/emoji-picker/css/emoji.css") | $raw %] |
35 |
[% Asset.css("lib/emoji-picker/css/emoji.css") | $raw %] |
37 |
</head> |
36 |
</head> |
Lines 42-48
Link Here
|
42 |
<div class="main"> |
41 |
<div class="main"> |
43 |
<ul class="breadcrumb"> |
42 |
<ul class="breadcrumb"> |
44 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
43 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
45 |
<li><a href="#"><span>Details for: </span>[% INCLUDE 'biblio-title.inc' biblio=Stash.stash() %]</a></li> |
44 |
<li><a href="#"><span>Details for: </span>[% INCLUDE 'biblio-title.inc' %]</a></li> |
46 |
</ul> |
45 |
</ul> |
47 |
|
46 |
|
48 |
<div class="container-fluid"> |
47 |
<div class="container-fluid"> |
Lines 113-119
Link Here
|
113 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
112 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
114 |
[% XSLTBloc | $raw %] |
113 |
[% XSLTBloc | $raw %] |
115 |
[% ELSE %] |
114 |
[% ELSE %] |
116 |
<h1 class="title">[% INCLUDE 'biblio-title.inc' biblio=Stash.stash() %]</h1> |
115 |
<h1 class="title">[% INCLUDE 'biblio-title.inc' %]</h1> |
117 |
[% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author | html %]</a></h5>[% END %] |
116 |
[% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author | html %]</a></h5>[% END %] |
118 |
|
117 |
|
119 |
<span class="results_summary">[% UNLESS ( item_level_itypes ) %] |
118 |
<span class="results_summary">[% UNLESS ( item_level_itypes ) %] |