Bug 13941: [2/2] Fix <body> tags missing id/class
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / includes / help-top.inc
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Online help</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
5 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" />
6 <link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
7 [% INCLUDE intranetstylesheet.inc %]
8 [% IF ( bidi ) %]
9    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
10 [% END %]
11 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
12 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
13 <script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
14 <!-- koha core js -->
15 <script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
16
17 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
18 </head>
19 <body id="help" class="help">