Bug 7977: Further UI work on the QOTD editor
[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" media="print" href="[% themelang %]/css/print.css" />
6 [% IF ( intranetstylesheet ) %]
7 <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
8 [% ELSE %]
9 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
10 [% END %]
11 <script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
12 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/ui.tabs.js"></script>
13 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
14 <!-- local colors -->
15 [% IF ( intranetcolorstylesheet ) %]
16 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
17 [% END %]
18 <!-- yui js --> 
19 <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
20 [% IF ( CircAutocompl ) %]<script type="text/javascript" src="[% yuipath %]/autocomplete/autocomplete-min.js"></script> [% END %]
21 <script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> 
22 <script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> 
23 <script type="text/javascript" src="[% yuipath %]/menu/menu-min.js"></script> 
24 <!-- koha core js -->
25 <script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
26
27 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
28 </head>
29 <body id="help">