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