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