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" /> |