Bug 28091: add meta content with Koha version to staff client pages
[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 <meta name="generator" content="Koha [% Koha.Version.maintenance | html %]" />
10 [%# Prevent XFS attacks -%]
11 [% UNLESS popup %]
12     <style id="antiClickjack">body{display:none !important;}</style>
13 [% END %]
14
15 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
16
17 [% Asset.css("lib/jquery/jquery-ui-1.11.4.min.css") | $raw %]
18 [% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %]
19 [% Asset.css("lib/bootstrap/bootstrap-theme.min.css") | $raw %]
20 [% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
21 [% Asset.css("lib/datatables/datatables.min.css") | $raw %]
22 [% Asset.css("css/print.css", { media = "print" }) | $raw %]
23 [% INCLUDE intranetstylesheet.inc %]
24 [% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %]
25
26 <script>
27 var Koha = {};
28 </script>
29
30 [% IF lang && lang != 'en' %]
31     [% Asset.js(lang _ '/js/locale_data.js') | $raw %]
32 [% END %]
33 [% Asset.js('js/Gettext.js') | $raw %]
34 [% Asset.js('js/i18n.js') | $raw %]
35
36 [% IF ( login ) %]
37     [% Asset.css("css/login.css") | $raw %]
38 [% END %]
39 [% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %]
40
41 [% KohaPlugins.get_plugins_intranet_head | $raw %]
42
43 [% UNLESS ( footerjs ) %]
44     [% INCLUDE js_includes.inc %]
45 [% END %]