Lines 1-6
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 |
<style id="antiClickjack">body{display:none !important;}</style> |
7 |
<script type="text/javascript"> |
8 |
if (self === top) { |
9 |
var antiClickjack = document.getElementById("antiClickjack"); |
10 |
antiClickjack.parentNode.removeChild(antiClickjack); |
11 |
} else { |
12 |
top.location = self.location; |
13 |
} |
14 |
</script> |
15 |
|
4 |
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
16 |
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
5 |
[% IF ( bidi ) %] |
17 |
[% IF ( bidi ) %] |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" /> |
18 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" /> |
7 |
- |
|
|