Lines 24-30
Link Here
|
24 |
[% SET protocol = "http://" %] |
24 |
[% SET protocol = "http://" %] |
25 |
[% END %] |
25 |
[% END %] |
26 |
[% INCLUDE 'doc-head-open.inc' %] |
26 |
[% INCLUDE 'doc-head-open.inc' %] |
27 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield %][% END %]</title> |
27 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title %][% FOREACH subtitl IN subtitle %][% UNLESS Koha.Preference('marcflavour')=='MARC21' %],[% END %] [% subtitl.subfield %][% END %]</title> |
28 |
[% INCLUDE 'doc-head-close.inc' %] |
28 |
[% INCLUDE 'doc-head-close.inc' %] |
29 |
[% IF ( bidi ) %] |
29 |
[% IF ( bidi ) %] |
30 |
[% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %] |
30 |
[% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %] |
Lines 40-46
Link Here
|
40 |
<div class="main"> |
40 |
<div class="main"> |
41 |
<ul class="breadcrumb"> |
41 |
<ul class="breadcrumb"> |
42 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
42 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
43 |
<li><a href="#">Details for: [% title %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield %][% END %]</a></li> |
43 |
<li><a href="#">Details for: [% title %][% FOREACH subtitl IN subtitle %][% UNLESS Koha.Preference('marcflavour')=='MARC21' %],[% END %] [% subtitl.subfield %][% END %]</a></li> |
44 |
</ul> |
44 |
</ul> |
45 |
|
45 |
|
46 |
<div class="container-fluid"> |
46 |
<div class="container-fluid"> |
47 |
- |
|
|