Bug 19550: (RM follow-up) Add filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / help-top.inc
1 [% USE raw %]
2 [% USE Asset %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Online help</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
7 [% Asset.css("lib/jquery/jquery-ui-1.11.4.min.css") | $raw %]
8 [% Asset.css("css/print.css", { media = "print" }) | $raw %]
9 [% INCLUDE intranetstylesheet.inc %]
10 [% IF ( bidi ) %]
11    [% Asset.css("css/right-to-left.css") | $raw %]
12 [% END %]
13 [% Asset.js("lib/jquery/jquery-2.2.3.min.js") | $raw %]
14 [% Asset.js("lib/jquery/jquery-migrate-1.3.0.min.js") | $raw %]
15 [% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %]
16 [% Asset.js("lib/shortcut/shortcut.js") | $raw %]
17 <!-- koha core js -->
18 [% Asset.js("js/staff-global.js") | $raw %]
19
20 [% Asset.css("css/help.css") | $raw %]
21 </head>
22 <body id="help" class="help">