Lines 1-6
Link Here
|
1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
1 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
2 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
2 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
3 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" /> |
3 |
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" /> |
4 |
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" /> |
4 |
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" /> |
5 |
[% IF ( intranetstylesheet ) %] |
5 |
[% IF ( intranetstylesheet ) %] |
6 |
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" /> |
Lines 8-18
Link Here
|
8 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" /> |
8 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" /> |
9 |
[% END %] |
9 |
[% END %] |
10 |
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %] |
10 |
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %] |
11 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script> |
11 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script> |
12 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery-ui.js"></script> |
12 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script> |
13 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script> |
13 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script> |
14 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.cookie.min.js"></script> |
14 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script> |
15 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script> |
15 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.highlight-3.js"></script> |
16 |
[% IF ( login ) %] |
16 |
[% IF ( login ) %] |
17 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" /> |
17 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" /> |
18 |
[% END %] |
18 |
[% END %] |