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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt (-1 / +8 lines)
Lines 4-13 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE AdditionalContents %]
6
[% USE AdditionalContents %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Your curbside pickups &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
<title
13
    >[% FILTER collapse %]
14
        [% t("Your curbside pickups") | html %]
15
        &rsaquo; [% PROCESS 'library_name_title' %]
16
    [% END %]</title
17
>
11
[% FILTER collapse %]
18
[% FILTER collapse %]
12
    <style>
19
    <style>
13
        .pickup_time input[type="radio"] {
20
        .pickup_time input[type="radio"] {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +9 lines)
Lines 8-13 Link Here
8
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
9
[% USE KohaPlugins %]
9
[% USE KohaPlugins %]
10
[% USE SafeURL %]
10
[% USE SafeURL %]
11
[% PROCESS 'i18n.inc' %]
12
[% PROCESS 'html_helpers.inc' %]
11
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %]
13
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %]
12
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %]
14
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %]
13
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %]
15
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %]
Lines 31-37 Link Here
31
[% END %]
33
[% END %]
32
34
33
[% INCLUDE 'doc-head-open.inc' %]
35
[% INCLUDE 'doc-head-open.inc' %]
34
<title>Details for: [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
36
<title
37
    >[% FILTER collapse %]
38
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
39
        [% tx("Details for {title}", { title = title_in_title }) | html %]
40
        &rsaquo; [% PROCESS 'library_name_title' %]
41
    [% END %]</title
42
>
35
<link rel="canonical" href="[% OPACBaseURL | url %]/bib/[% biblio.biblionumber | url %]" />
43
<link rel="canonical" href="[% OPACBaseURL | url %]/bib/[% biblio.biblionumber | url %]" />
36
[% Asset.css("lib/emoji-picker/css/emoji.css") | $raw %]
44
[% Asset.css("lib/emoji-picker/css/emoji.css") | $raw %]
37
[% IF ( Koha.Preference('OPACShowMusicalInscripts') ) %]
45
[% IF ( Koha.Preference('OPACShowMusicalInscripts') ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt (-1 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Discharge &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% t("Discharge") | html %]
12
        &rsaquo; [% PROCESS 'library_name_title' %]
13
    [% END %]</title
14
>
8
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
16
[% BLOCK cssinclude %]
10
[% END %]
17
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt (-1 / +8 lines)
Lines 1-5 Link Here
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'html_helpers.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Download cart &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
4
<title
5
    >[% FILTER collapse %]
6
        [% t("Download cart") | html %]
7
        &rsaquo; [% PROCESS 'library_name_title' %]
8
    [% END %]</title
9
>
3
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %]
11
[% BLOCK cssinclude %]
5
[% END %]
12
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (-1 / +11 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %] <title>Download list [% shelf.shelfname | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title
10
    >[% FILTER collapse %]
11
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
        [% tx("Download list {list}", { list = shelf.shelfname }) | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
16
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %]
17
[% BLOCK cssinclude %]
8
[% END %]
18
[% END %]
9
</head>
19
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-1 / +8 lines)
Lines 3-13 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AdditionalContents %]
5
[% USE AdditionalContents %]
6
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'html_helpers.inc' %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% USE AuthorisedValues %]
10
[% USE AuthorisedValues %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Full subscription history for [% bibliotitle | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
<title
13
    >[% FILTER collapse %]
14
        [% tx("Full subscription history for {title}", { title = bibliotitle }) | html %]
15
        &rsaquo; [% PROCESS 'library_name_title' %]
16
    [% END %]</title
17
>
11
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
12
[% BLOCK cssinclude %]
19
[% BLOCK cssinclude %]
13
    [% FILTER collapse %]
20
    [% FILTER collapse %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-1 / +8 lines)
Lines 6-16 Link Here
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AdditionalContents %]
7
[% USE AdditionalContents %]
8
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
9
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'html_helpers.inc' %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
13
12
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
13
<title>Your holds history &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
15
<title
16
    >[% FILTER collapse %]
17
        [% t("Your holds history") | html %]
18
        &rsaquo; [% PROCESS 'library_name_title' %]
19
    [% END %]</title
20
>
14
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
15
[% BLOCK cssinclude %]
22
[% BLOCK cssinclude %]
16
    <style>
23
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 / +8 lines)
Lines 1-5 Link Here
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'html_helpers.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Your search IDREF for ppn [% unimarc3 | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
4
<title
5
    >[% FILTER collapse %]
6
        [% tx("Your search IDREF for ppn {ppn}", { ppn = unimarc3 }) | html %]
7
        &rsaquo; [% PROCESS 'library_name_title' %]
8
    [% END %]</title
9
>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
12
[% BLOCK cssinclude %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +8 lines)
Lines 4-14 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE AdditionalContents %]
6
[% USE AdditionalContents %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET ILLModuleCopyrightClearance = AdditionalContents.get( location => "ILLModuleCopyrightClearance", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
11
[% SET ILLModuleCopyrightClearance = AdditionalContents.get( location => "ILLModuleCopyrightClearance", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
10
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Your interlibrary loan requests &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
13
<title
14
    >[% FILTER collapse %]
15
        [% t("Your interlibrary loan requests") | html %]
16
        &rsaquo; [% PROCESS 'library_name_title' %]
17
    [% END %]</title
18
>
12
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
13
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
14
[% END %]
21
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt (-1 / +9 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Images for: [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
        [% tx("Images for {title}", { title = title_in_title }) | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
8
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
17
[% BLOCK cssinclude %]
10
    <style>
18
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt (-1 / +8 lines)
Lines 3-12 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AdditionalContents %]
5
[% USE AdditionalContents %]
6
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'html_helpers.inc' %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Editing checkout note for [% title | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
<title
12
    >[% FILTER collapse %]
13
        [% tx("Editing checkout note for {title}", { title = title }) | html %]
14
        &rsaquo; [% PROCESS 'library_name_title' %]
15
    [% END %]</title
16
>
10
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
18
[% BLOCK cssinclude %]
12
[% END %]
19
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-18 / +13 lines)
Lines 1-29 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'display-library-address.inc' %]
5
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
7
[% PROCESS 'display-library-address.inc' %]
6
[% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %]
8
[% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
10
<title>
12
<title
11
    [% IF ( library ) %]
13
    >[% FILTER collapse %]
12
        [% library.branchname | html %]
14
        [% IF ( library ) %]
13
        &rsaquo;
15
            [% library.branchname | html %]
14
    [% END %]
16
            &rsaquo;
15
    [% IF public_count > 1 %]
17
        [% END %]
16
        Libraries &rsaquo;
18
        [% t("Libraries") | html %]
17
    [% ELSE %]
19
        &rsaquo; [% PROCESS 'library_name_title' %]
18
        Contact &rsaquo;
20
    [% END %]</title
19
    [% END %]
21
>
20
    [% IF ( LibraryNameTitle ) %]
21
        [% LibraryNameTitle | html %]
22
    [% ELSE %]
23
        Koha online
24
    [% END %]
25
    catalog
26
</title>
27
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
28
[% BLOCK cssinclude %]
23
[% BLOCK cssinclude %]
29
    <style>
24
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +6 lines)
Lines 7-12 Link Here
7
[% USE AdditionalContents %]
7
[% USE AdditionalContents %]
8
[% USE AuthClient %]
8
[% USE AuthClient %]
9
[% PROCESS 'i18n.inc' %]
9
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'html_helpers.inc' %]
10
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
13
[% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
Lines 14-20 Link Here
14
[% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode || default_branch ) %]
15
[% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode || default_branch ) %]
15
[% SET AllPublicBranches = Branches.all(  search_params => { public => 1 }, selected => branchcode ) %]
16
[% SET AllPublicBranches = Branches.all(  search_params => { public => 1 }, selected => branchcode ) %]
16
[% INCLUDE 'doc-head-open.inc' %]
17
[% INCLUDE 'doc-head-open.inc' %]
17
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
18
<title
19
    >[% FILTER collapse %]
20
        [% PROCESS 'library_name_title' %]
21
    [% END %]</title
22
>
18
<link rel="canonical" href="[% OPACBaseURL | url %]/" />
23
<link rel="canonical" href="[% OPACBaseURL | url %]/" />
19
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
20
[% BLOCK cssinclude %]
25
[% BLOCK cssinclude %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt (-1 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Updates submitted &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% t("Updates submitted") | html %]
12
        &rsaquo; [% PROCESS 'library_name_title' %]
13
    [% END %]</title
14
>
8
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
16
[% BLOCK cssinclude %]
10
[% END %]
17
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +11 lines)
Lines 8-13 Link Here
8
[% USE Math %]
8
[% USE Math %]
9
[% USE AdditionalContents %]
9
[% USE AdditionalContents %]
10
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'i18n.inc' %]
11
[% PROCESS 'html_helpers.inc' %]
11
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
13
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
13
[% SET userupdateview = 1 %]
14
[% SET userupdateview = 1 %]
Lines 33-39 Link Here
33
[% END %]
34
[% END %]
34
35
35
[% INCLUDE 'doc-head-open.inc' %]
36
[% INCLUDE 'doc-head-open.inc' %]
36
<title>[% IF op == 'edit' %]Update your personal details[% ELSE %]Register a new account[% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
37
<title
38
    >[% FILTER collapse %]
39
        [% IF op == 'edit' %]
40
            [% t("Update your personal details") | html %]
41
        [% ELSE %]
42
            [% t("Register a new account") | html %]
43
        [% END %]
44
        &rsaquo; [% PROCESS 'library_name_title' %]
45
    [% END %]</title
46
>
37
[% INCLUDE 'doc-head-close.inc' %]
47
[% INCLUDE 'doc-head-close.inc' %]
38
[% BLOCK cssinclude %]
48
[% BLOCK cssinclude %]
39
[% END %]
49
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-1 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Your messaging settings &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% t("Your messaging settings") | html %]
12
        &rsaquo; [% PROCESS 'library_name_title' %]
13
    [% END %]</title
14
>
8
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
16
[% BLOCK cssinclude %]
10
[% END %]
17
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt (-16 / +27 lines)
Lines 1-18 Link Here
1
[% USE raw -%] <?xml version="1.0"?>
1
[% FILTER collapse %]
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2
    [% USE raw -%]
3
    <channel>
3
    [% PROCESS 'i18n.inc' %]
4
        <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" />
4
    [% PROCESS 'html_helpers.inc' %]
5
        <title>News from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]the library[% END %]</title>
5
    <?xml version="1.0"?>
6
        <!-- prettier-ignore-start -->
6
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
7
        <channel>
8
            <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" />
9
            <title>
10
                [% IF ( LibraryNameTitle ) %]
11
                    [% tx("News from {library} catalog", { library = LibraryNameTitle }) | html %]
12
                [% ELSE %]
13
                    [% t("News from the library") | html %]
14
                [% END %]
15
            </title>
16
            <!-- prettier-ignore-start -->
7
      <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl</link>
17
      <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl</link>
8
      <!-- prettier-ignore-end -->
18
      <!-- prettier-ignore-end -->
9
        <description></description>
19
            <description></description>
10
        [% FOREACH newsitem IN koha_news %]
20
            [% FOREACH newsitem IN koha_news %]
11
            <item>
21
                <item>
12
                <title>[% newsitem.title | html %]</title>
22
                    <title>[% newsitem.title | html %]</title>
13
                <description>[% newsitem.content | $raw %]</description>
23
                    <description>[% newsitem.content | $raw %]</description>
14
                <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl#newsitem[% newsitem.additional_content_id | html %]</guid>
24
                    <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl#newsitem[% newsitem.additional_content_id | html %]</guid>
15
            </item>
25
                </item>
16
        [% END %]
26
            [% END %]
17
    </channel>
27
        </channel>
18
</rss>
28
    </rss>
29
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-1 / +8 lines)
Lines 2-11 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
<title>OverDrive search for '[% q | html %]' &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title
11
    >[% FILTER collapse %]
12
        [% tx("OverDrive search for '{keyword}'", { keyword = q }) | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
9
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/overdrive.css") | $raw %]
17
[% Asset.css("css/overdrive.css") | $raw %]
11
[% BLOCK cssinclude %]
18
[% BLOCK cssinclude %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt (-2 / +11 lines)
Lines 2-11 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
6
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF page %][% page.title | html %][% ELSE %]Page error[% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% IF page %]
12
            [% page.title | html %]
13
        [% ELSE %]
14
            [% t("Page error") | html %]
15
        [% END %]
16
        &rsaquo; [% PROCESS 'library_name_title' %]
17
    [% END %]</title
18
>
9
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
11
[% END %]
21
[% END %]
12
- 

Return to bug 36095