Lines 4-24
Link Here
|
4 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
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" /> |
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" /> |
6 |
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" /> |
7 |
[% IF ( intranetstylesheet ) %] |
7 |
[% INCLUDE intranetstylesheet.inc %] |
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 ) %] |
8 |
[% IF ( bidi ) %] |
13 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" /> |
9 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" /> |
14 |
[% END %] |
10 |
[% END %] |
15 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script> |
11 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script> |
16 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script> |
12 |
<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> |
13 |
<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 --> |
14 |
<!-- yui js --> |
23 |
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> |
15 |
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> |
24 |
<script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> |
16 |
<script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> |