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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-14 lines)
Lines 1-20 Link Here
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
2
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
4
5
[%# Prevent XFS attacks -%]
6
[% UNLESS popup %]
7
    <style id="antiClickjack">body{display:none !important;}</style>
8
    <script type="text/javascript">
9
       if (self === top) {
10
           var antiClickjack = document.getElementById("antiClickjack");
11
           antiClickjack.parentNode.removeChild(antiClickjack);
12
       } else {
13
           top.location = self.location;
14
       }
15
    </script>
16
[% END %]
17
18
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
19
[% IF ( bidi ) %]
5
[% IF ( bidi ) %]
20
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-2 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your search IDREF for ppn [% unimarc3 %]</title>
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your search IDREF for ppn [% unimarc3 %]</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
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
  <style type="text/css">
6
  <style type="text/css">
7
    ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }
7
    ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }
8
- 

Return to bug 16210