Lines 95-106
$(document).ready(function() {
Link Here
|
95 |
|
95 |
|
96 |
</script> |
96 |
</script> |
97 |
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %] |
97 |
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %] |
98 |
|
98 |
[% IF ( SCOUserJS ) %]<script type="text/javascript">[% SCOUserJS %]</script>[% END %] |
99 |
|
99 |
|
100 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" /> |
100 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" /> |
101 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" /> |
101 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" /> |
102 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" /> |
102 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" /> |
103 |
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %] |
103 |
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %] |
|
|
104 |
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %] |
104 |
|
105 |
|
105 |
</head> |
106 |
</head> |
106 |
<body onload="dofocus();"> |
107 |
<body onload="dofocus();"> |