Bug 18762: Remove warnings from xt/author/valid-templates.t
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-doc-head-close.inc
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
3 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
4 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
5 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/installer.css" />
6
7 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
8 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
9 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
10 <script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min.js"></script>
11 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
12 <script type="text/javascript">
13     function _(s) { return s } // dummy function for gettext
14     [%# Prevent XFS attacks -%]
15     $(document).ready(function() {
16        if (self === top) {
17            var antiClickjack = document.getElementById("antiClickjack");
18            antiClickjack.parentNode.removeChild(antiClickjack);
19        } else {
20            top.location = self.location;
21        }
22     });
23 </script>
24 <style id="antiClickjack">body{display:none !important;}</style>