Jonathan Druart
917ec3700e
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
[% USE raw %]
|
|
[% USE Asset %]
|
|
[% USE Koha %]
|
|
[% USE String %]
|
|
[% PROCESS 'html_helpers.inc' %]
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
[%# Prevent XFS attacks -%]
|
|
[% UNLESS popup %]
|
|
<style id="antiClickjack">body{display:none !important;}</style>
|
|
[% END %]
|
|
|
|
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
|
|
|
|
[% Asset.css("lib/jquery/jquery-ui-1.11.4.min.css") | $raw %]
|
|
[% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %]
|
|
[% Asset.css("lib/bootstrap/bootstrap-theme.min.css") | $raw %]
|
|
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
|
|
[% Asset.css("css/print.css", { media = "print" }) | $raw %]
|
|
[% INCLUDE intranetstylesheet.inc %]
|
|
[% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %]
|
|
|
|
[% IF ( login ) %]
|
|
[% Asset.css("css/login.css") | $raw %]
|
|
[% END %]
|
|
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS | $raw %]</style>[% END %]
|
|
|
|
[% UNLESS ( footerjs ) %]
|
|
[% INCLUDE js_includes.inc %]
|
|
[% END %]
|