Merge branch 'bug_6554' into 3.14-master
[koha.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 %][% themelang %]/includes/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 [% IF ( intranetstylesheet ) %]
8 <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
9 [% ELSE %]
10 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
11 [% END %]
12 [% IF ( bidi ) %]
13    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
14 [% END %]
15 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
16 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
17 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
18 <!-- local colors -->
19 [% IF ( intranetcolorstylesheet ) %]
20 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
21 [% END %]
22 <!-- yui js --> 
23 <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
24 <script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> 
25 <script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> 
26 <script type="text/javascript" src="[% yuipath %]/menu/menu-min.js"></script> 
27 <!-- koha core js -->
28 <script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
29
30 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
31 </head>
32 <body id="help">