Bug 23013: Upgrade DataTables in the staff client
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaPlugins %]
5 [% USE String %]
6 [% PROCESS 'html_helpers.inc' %]
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 [%# Prevent XFS attacks -%]
10 [% UNLESS popup %]
11     <style id="antiClickjack">body{display:none !important;}</style>
12 [% END %]
13
14 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
15
16 [% Asset.css("lib/jquery/jquery-ui-1.11.4.min.css") | $raw %]
17 [% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %]
18 [% Asset.css("lib/bootstrap/bootstrap-theme.min.css") | $raw %]
19 [% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
20 [% Asset.css("lib/datatables/datatables.min.css") | $raw %]
21 [% Asset.css("css/print.css", { media = "print" }) | $raw %]
22 [% INCLUDE intranetstylesheet.inc %]
23 [% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %]
24
25 [% IF ( login ) %]
26     [% Asset.css("css/login.css") | $raw %]
27 [% END %]
28 [% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %]
29
30 [% KohaPlugins.get_plugins_intranet_head | $raw %]
31
32 [% UNLESS ( footerjs ) %]
33     [% INCLUDE js_includes.inc %]
34 [% END %]