Bug 17014 - Remove more event attributes from patron templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
1 [% USE Koha %]
2 [% USE String %]
3 [% PROCESS 'html_helpers.inc' %]
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
6 [%# Prevent XFS attacks -%]
7 [% UNLESS popup %]
8     <style id="antiClickjack">body{display:none !important;}</style>
9 [% END %]
10
11 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
12
13 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
14 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
15 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap-theme.min.css" />
16 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
17 <link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
18 [% INCLUDE intranetstylesheet.inc %]
19 [% IF ( bidi ) %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
20
21 [% IF ( login ) %]
22     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/login.css" />
23 [% END %]
24 [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
25
26 [% UNLESS ( footerjs ) %]
27     [% INCLUDE js_includes.inc %]
28 [% END %]