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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/bodytag.inc (+15 lines)
Line 0 Link Here
1
[% classprop  = 'class="' %]
2
[% IF LoginBranchcode.defined %]
3
    [% classprop = classprop _ 'branch-' _ LoginBranchcode %]
4
[% ELSE %]
5
    [% classprop = classprop _ 'branch-default' %]
6
[% END %]
7
[% IF bodyclass.defined %]
8
    [% classprop = classprop _ ' ' _ bodyclass %]
9
[% END %]
10
[% classprop = classprop _ '"' %]
11
12
[% IF bodyid.defined %]
13
    [% idprop = 'ID="' _ bodyid _ '" ' %]
14
[% END %]
15
<body [%idprop%][% classprop %] >
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-isbddetail" class="scrollto">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-isbddetail' bodyclass='scrollto' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
<div class="main">
8
<div class="main">
9
    <ul class="breadcrumb">
9
    <ul class="breadcrumb">
Lines 34-37 Link Here
34
</div> <!-- / .main -->
34
</div> <!-- / .main -->
35
35
36
[% INCLUDE 'opac-bottom.inc' %]
36
[% INCLUDE 'opac-bottom.inc' %]
37
[% BLOCK jsinclude %][% END %]
37
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-marcdetail" class="scrollto">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-marcdetail' bodyclass='scrollto' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
<div class="main">
8
<div class="main">
9
    <ul class="breadcrumb">
9
    <ul class="breadcrumb">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (+1 lines)
Lines 6-11 Link Here
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
<body id="opac-account" class="scrollto">
8
<body id="opac-account" class="scrollto">
9
[% INCLUDE 'bodytag.inc' bodyid='opac-account' bodyclass='scrollto' %]
9
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
10
11
11
<div class="main">
12
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="addtolist" class="popup">
6
[% INCLUDE 'bodytag.inc' bodyid='addtolist' bodyclass='popup' %]
7
    <div class="main">
7
    <div class="main">
8
        <div class="container-fluid">
8
        <div class="container-fluid">
9
            <div class="row-fluid">
9
            <div class="row-fluid">
Lines 107-110 Link Here
107
    </div> <!-- / .main -->
107
    </div> <!-- / .main -->
108
108
109
[% INCLUDE 'opac-bottom.inc' is_popup=1 %]
109
[% INCLUDE 'opac-bottom.inc' is_popup=1 %]
110
[% BLOCK jsinclude %][% END %]
110
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
<body id="advsearch" class="scrollto">
8
[% INCLUDE 'bodytag.inc' bodyid='advsearch' bodyclass='scrollto' %]
9
[% INCLUDE 'masthead.inc' %]
9
[% INCLUDE 'masthead.inc' %]
10
<form action="/cgi-bin/koha/opac-search.pl" method="get">
10
<form action="/cgi-bin/koha/opac-search.pl" method="get">
11
    <div class="main">
11
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-alert-subscribe">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-alert-subscribe' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
    <div class="main">
9
    <div class="main">
Lines 52-55 Link Here
52
    </div> <!-- / .main -->
52
    </div> <!-- / .main -->
53
53
54
[% INCLUDE 'opac-bottom.inc' %]
54
[% INCLUDE 'opac-bottom.inc' %]
55
[% BLOCK jsinclude %][% END %]
55
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-authoritiesdetail" class="scrollto">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-authoritiesdetail' bodyclass='scrollto' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
Lines 81-84 Link Here
81
        });
81
        });
82
    //]]>
82
    //]]>
83
</script>
83
</script>
84
[% END %]
84
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-authoritiesdetail" class="scrollto">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-authoritiesdetail' bodyclass='scrollto' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
Lines 148-151 Link Here
148
        });
148
        });
149
    //]]>
149
    //]]>
150
</script>
150
</script>
151
[% END %]
151
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %][% END %]
10
[% BLOCK cssinclude %][% END %]
11
</head>
11
</head>
12
<body id="opac-login-page" class="scrollto">
12
[% INCLUDE 'bodytag.inc' bodyid='opac-login-page' bodyclass='scrollto' %]
13
[% INCLUDE 'masthead.inc' %]
13
[% INCLUDE 'masthead.inc' %]
14
14
15
<div class="main">
15
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-authorities" class="scrollto">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-authorities' bodyclass='scrollto' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
    <div class="main">
9
    <div class="main">
Lines 86-89 Link Here
86
    </div> <!-- / .main -->
86
    </div> <!-- / .main -->
87
87
88
[% INCLUDE 'opac-bottom.inc' %]
88
[% INCLUDE 'opac-bottom.inc' %]
89
[% BLOCK jsinclude %][% END %]
89
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
[% INCLUDE 'doc-head-close.inc' %]
30
[% INCLUDE 'doc-head-close.inc' %]
31
[% BLOCK cssinclude %][% END %]
31
[% BLOCK cssinclude %][% END %]
32
</head>
32
</head>
33
<body id="opac-authoritiesresultlist" class="scrollto">
33
[% INCLUDE 'bodytag.inc' bodyid='opac-authoritiesresultlist' bodyclass='scrollto' %]
34
[% INCLUDE 'masthead.inc' %]
34
[% INCLUDE 'masthead.inc' %]
35
35
36
    <div class="main">
36
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
9
<body id="basket">
9
[% INCLUDE 'bodytag.inc' bodyid='basket' %]
10
    <div class="main">
10
    <div class="main">
11
        <div class="container-fluid">
11
        <div class="container-fluid">
12
            <div class="row-fluid">
12
            <div class="row-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-blocked">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-blocked' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
<div class="main">
8
<div class="main">
9
    <ul class="breadcrumb">
9
    <ul class="breadcrumb">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-browser">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-browser' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
    <div class="main">
9
    <div class="main">
Lines 71-74 Link Here
71
    </div> <!-- / .main -->
71
    </div> <!-- / .main -->
72
72
73
[% INCLUDE 'opac-bottom.inc' %]
73
[% INCLUDE 'opac-bottom.inc' %]
74
[% BLOCK jsinclude %][% END %]
74
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %][% END %]
9
[% BLOCK cssinclude %][% END %]
10
</head>
10
</head>
11
<body id="opac-main">
11
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
12
[% INCLUDE 'masthead.inc' %]
12
[% INCLUDE 'masthead.inc' %]
13
13
14
<div class="main">
14
<div class="main">
Lines 86-89 Link Here
86
</div> <!-- / .main -->
86
</div> <!-- / .main -->
87
[% INCLUDE 'opac-bottom.inc' %]
87
[% INCLUDE 'opac-bottom.inc' %]
88
[% BLOCK jsinclude %]
88
[% BLOCK jsinclude %]
89
[% END %]
89
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +2 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
9
<body id="opac-main">
9
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
10
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
11
11
12
<div class="main">
12
<div class="main">
Lines 67-70 Link Here
67
</div> <!-- / .main -->
67
</div> <!-- / .main -->
68
[% INCLUDE 'opac-bottom.inc' %]
68
[% INCLUDE 'opac-bottom.inc' %]
69
[% BLOCK jsinclude %]
69
[% BLOCK jsinclude %]
70
[% END %]
70
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %]
32
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %]
33
[% END %]
33
[% END %]
34
</head>
34
</head>
35
<body id="opac-detail" class="scrollto">
35
[% INCLUDE 'bodytag.inc' bodyid='opac-detail' bodyclass='scrollto' %]
36
[% INCLUDE 'masthead.inc' %]
36
[% INCLUDE 'masthead.inc' %]
37
37
38
<div class="main">
38
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="opac-downloadcart" class="popup">
5
[% INCLUDE 'bodytag.inc' bodyid='opac-downloadcart' bodyclass='popup' %]
6
    <div class="main">
6
    <div class="main">
7
        <div class="container-fluid">
7
        <div class="container-fluid">
8
            <div class="row-fluid">
8
            <div class="row-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
    [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Download list [% shelfname %][% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Download list [% shelfname %][% INCLUDE 'doc-head-close.inc' %]
4
    [% BLOCK cssinclude %][% END %]
4
    [% BLOCK cssinclude %][% END %]
5
    </head>
5
    </head>
6
    <body id="opac-downloadlist">
6
    [% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %]
7
        [% INCLUDE 'masthead.inc' %]
7
        [% INCLUDE 'masthead.inc' %]
8
        <div class="main">
8
        <div class="main">
9
            <ul class="breadcrumb">
9
            <ul class="breadcrumb">
Lines 115-118 Link Here
115
            //]]>
115
            //]]>
116
        </script>
116
        </script>
117
    [% END %]
117
    [% END %]
118
[% END # / IF fullpage %]
118
[% END # / IF fullpage %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
    </style>
8
    </style>
9
[% END %]
9
[% END %]
10
</head>
10
</head>
11
<body id="opac-full-serial-issues" class="scrollto">
11
[% INCLUDE 'bodytag.inc' bodyid='opac-full-serial-issues' bodyclass='scrollto' %]
12
[% INCLUDE 'masthead.inc' %]
12
[% INCLUDE 'masthead.inc' %]
13
13
14
    <div class="main">
14
    <div class="main">
Lines 271-274 Link Here
271
        }
271
        }
272
    //]]>
272
    //]]>
273
</script>
273
</script>
274
[% END %]
274
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
    </style>
32
    </style>
33
[% END %]
33
[% END %]
34
</head>
34
</head>
35
<body id="opac-imageviewer">
35
[% INCLUDE 'bodytag.inc' bodyid='opac-imageviewer' %]
36
[% INCLUDE 'masthead.inc' %]
36
[% INCLUDE 'masthead.inc' %]
37
37
38
    <div class="main">
38
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-main">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
<div class="main">
10
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-patron-update-submitted">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-patron-update-submitted' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
</head>
9
</head>
10
10
11
[% IF action == 'edit' %]
11
[% IF action == 'edit' %]
12
<body id="opac-patron-update">
12
[% INCLUDE 'bodytag.inc' bodyid='opac-patron-update' %]
13
[% ELSE %]
13
[% ELSE %]
14
<body id="opac-patron-registration">
14
<body id="opac-patron-registration">
15
[% END %]
15
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-messaging">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-messaging' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
<div class="main">
9
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
</style>
11
</style>
12
[% END %]
12
[% END %]
13
</head>
13
</head>
14
<body id="overdrive-results-page" class="scrollto">
14
[% INCLUDE 'bodytag.inc' bodyid='overdrive-results-page' bodyclass='scrollto' %]
15
[% INCLUDE 'masthead.inc' %]
15
[% INCLUDE 'masthead.inc' %]
16
16
17
    <div class="main">
17
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-passwd">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-passwd' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
<div class="main">
9
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-privacy">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-privacy' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
<div class="main">
9
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
    <style type="text/css">ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }</style>
7
    <style type="text/css">ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }</style>
8
[% END %]
8
[% END %]
9
</head>
9
</head>
10
<body id="opac-readingrecord">
10
[% INCLUDE 'bodytag.inc' bodyid='opac-readingrecord' %]
11
[% INCLUDE 'masthead.inc' %]
11
[% INCLUDE 'masthead.inc' %]
12
12
13
<div class="main">
13
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-main">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
Lines 82-85 Link Here
82
    </div> <!-- /.main -->
82
    </div> <!-- /.main -->
83
83
84
[% INCLUDE 'opac-bottom.inc' %]
84
[% INCLUDE 'opac-bottom.inc' %]
85
[% BLOCK jsinclude %][% END %]
85
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-confirmation-pending">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-confirmation-pending' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
Lines 40-43 Link Here
40
    </div>
40
    </div>
41
41
42
[% INCLUDE 'opac-bottom.inc' %]
42
[% INCLUDE 'opac-bottom.inc' %]
43
[% BLOCK jsinclude %][% END %]
43
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-confirmation-pending">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-confirmation-pending' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
Lines 38-41 Link Here
38
    </div>
38
    </div>
39
39
40
[% INCLUDE 'opac-bottom.inc' %]
40
[% INCLUDE 'opac-bottom.inc' %]
41
[% BLOCK jsinclude %][% END %]
41
[% BLOCK jsinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
8
9
<body id="opac-holds">
9
[% INCLUDE 'bodytag.inc' bodyid='opac-holds' %]
10
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
11
11
12
<div class="main">
12
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
12
href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
13
13
14
</head>
14
</head>
15
<body id="results-grouped">
15
[% INCLUDE 'bodytag.inc' bodyid='results-grouped' %]
16
[% INCLUDE 'masthead.inc' %]
16
[% INCLUDE 'masthead.inc' %]
17
17
18
    <div class="main">
18
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
19
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
20
</head>
20
</head>
21
21
22
<body id="results" class="scrollto">
22
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
23
[% INCLUDE 'masthead.inc' %]
23
[% INCLUDE 'masthead.inc' %]
24
24
25
    <div class="main">
25
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
9
<body id="comment" class="popup">
9
[% INCLUDE 'bodytag.inc' bodyid='comment' bodyclass='popup' %]
10
    <div class="main">
10
    <div class="main">
11
        <div class="container-fluid">
11
        <div class="container-fluid">
12
            <div class="row-fluid">
12
            <div class="row-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
<body id="opac-search-history" class="scrollto">
8
[% INCLUDE 'bodytag.inc' bodyid='opac-search-history' bodyclass='scrollto' %]
9
[% INCLUDE 'masthead.inc' %]
9
[% INCLUDE 'masthead.inc' %]
10
10
11
<div class="main">
11
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="addtolist" class="popup">
5
[% INCLUDE 'bodytag.inc' bodyid='addtolist' bodyclass='popup' %]
6
    <div class="main">
6
    <div class="main">
7
        <div class="container-fluid">
7
        <div class="container-fluid">
8
            <div class="row-fluid">
8
            <div class="row-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% BLOCK cssinclude %][% END %]
3
[% BLOCK cssinclude %][% END %]
4
</head>
4
</head>
5
<body id="sendshelf" class="popup">
5
[% INCLUDE 'bodytag.inc' bodyid='sendshelf' bodyclass='popup' %]
6
    <div class="main">
6
    <div class="main">
7
        <div class="container-fluid">
7
        <div class="container-fluid">
8
            <div class="row-fluid">
8
            <div class="row-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
<body id="opac-serial-issues">
6
[% INCLUDE 'bodytag.inc' bodyid='opac-serials-issues' %]
7
[% INCLUDE 'masthead.inc' %]
7
[% INCLUDE 'masthead.inc' %]
8
8
9
    <div class="main">
9
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% BLOCK cssinclude %][% END %]
4
[% BLOCK cssinclude %][% END %]
5
</head>
5
</head>
6
6
7
<body id="opac-shareshelf" class="scrollto">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-shareshelf' bodyclass='scrollto' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
<div class="main">
9
<div class="main">
10
    <ul class="breadcrumb">
10
    <ul class="breadcrumb">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;   [% IF ( viewshelf ) %]Contents of [% shelfname |html %][% ELSE %]Your lists[% END %][% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;   [% IF ( viewshelf ) %]Contents of [% shelfname |html %][% ELSE %]Your lists[% END %][% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
[% IF ( loggedinusername ) %]<body id="opac-userlists" class="scrollto">[% ELSE %]<body id="opac-lists" class="scrollto">[% END %]
8
[% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-userlists' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-lists' bodyclass='scrollto' %][% END %]
9
9
10
[% BLOCK list_permissions %]
10
[% BLOCK list_permissions %]
11
    <li>
11
    <li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
MARC view</title>
2
MARC view</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
</head>
4
</head>
5
<body id="opac-showmarc">
5
[% INCLUDE 'bodytag.inc' bodyid='opac-showmarc' %]
6
<div id="main">
6
<div id="main">
7
<pre>[% MARC_FORMATTED %]</pre>
7
<pre>[% MARC_FORMATTED %]</pre>
8
</div>
8
</div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-2 / +2 lines)
Lines 6-12 Link Here
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
<link rel="alternate" type="application/rss+xml" title="[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog recent comments" href="[% OPACBaseURL %]/cgi-bin/koha/opac-showreviews.pl?format=rss" />
7
<link rel="alternate" type="application/rss+xml" title="[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog recent comments" href="[% OPACBaseURL %]/cgi-bin/koha/opac-showreviews.pl?format=rss" />
8
</head>
8
</head>
9
<body id="opac-showreviews" class="scrollto">
9
[% INCLUDE 'bodytag.inc' bodyid='opac-showreviews' bodyclass='scrollto' %]
10
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
11
11
12
    <div class="main">
12
    <div class="main">
Lines 185-188 Link Here
185
        });
185
        });
186
    //]]>
186
    //]]>
187
</script>
187
</script>
188
[% END %]
188
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
9
[% IF ( loggedinusername ) %]<body id="opac-usersuggestions" class="scrollto">[% ELSE %]<body id="opac-suggestions" class="scrollto">[% END %]
9
[% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-usersuggestions' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-suggestions' bodyclass='scrollto' %][% END %]
10
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
11
11
12
    <div class="main">
12
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
    </style>
22
    </style>
23
[% END %]
23
[% END %]
24
</head>
24
</head>
25
[% IF ( loggedinusername ) %]<body id="opac-usertags" class="scrollto">[% ELSE %]<body id="opac-tags" class="scrollto">[% END %]
25
[% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-usertags' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-tags' bodyclass='scrollto' %][% END %]
26
[% INCLUDE 'masthead.inc' %]
26
[% INCLUDE 'masthead.inc' %]
27
27
28
<div class="main">
28
<div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %][% END %]
6
</head>
6
</head>
7
<body id="opac-tags-subject">
7
[% INCLUDE 'bodytag.inc' bodyid='opac-tags-subject' %]
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
10
    <div class="main">
10
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-2 / +2 lines)
Lines 7-13 Link Here
7
    </style>
7
    </style>
8
[% END %]
8
[% END %]
9
</head>
9
</head>
10
<body id="opac-topissues" class="scrollto">
10
[% INCLUDE 'bodytag.inc' bodyid='opac-topissues' bodyclass='scrollto' %]
11
[% INCLUDE 'masthead.inc' %]
11
[% INCLUDE 'masthead.inc' %]
12
12
13
    <div class="main">
13
    <div class="main">
Lines 182-185 function Dopop(link) { Link Here
182
}
182
}
183
//]]>
183
//]]>
184
</script>
184
</script>
185
[% END %]
185
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
9
<body id="opac-user" class="scrollto">
9
[% INCLUDE 'bodytag.inc' bodyid='opac-user' bodyclass='scrollto' %]
10
[% INCLUDE 'masthead.inc' %]
10
[% INCLUDE 'masthead.inc' %]
11
11
12
<div class="main">
12
<div class="main">
13
- 

Return to bug 12162