|
@@ 403-410 (lines=8) @@
|
| 400 |
|
$oContext->loadFile(array('./common/js/xml2json.js', 'head', '', -1000000), true); |
| 401 |
|
$oContext->loadFile(array('./common/js/xml_handler.js', 'head', '', -1000000), true); |
| 402 |
|
$oContext->loadFile(array('./common/js/xml_js_filter.js', 'head', '', -1000000), true); |
| 403 |
|
if(!__DISABLE_DEFAULT_CSS__) |
| 404 |
|
{ |
| 405 |
|
$oContext->loadFile(array('./common/css/xe.css', '', '', -10000000), true); |
| 406 |
|
} |
| 407 |
|
else |
| 408 |
|
{ |
| 409 |
|
$oContext->unloadFile(array('./common/css/xe.css', '', '', -10000000), true); |
| 410 |
|
} |
| 411 |
|
} |
| 412 |
|
else |
| 413 |
|
{ |
|
@@ 418-425 (lines=8) @@
|
| 415 |
|
$oContext->loadFile(array('./common/js/jquery.min.js', 'head', 'gte IE 9', -1100000), true); |
| 416 |
|
$oContext->loadFile(array('./common/js/x.min.js', 'head', '', -1000000), true); |
| 417 |
|
$oContext->loadFile(array('./common/js/xe.min.js', 'head', '', -1000000), true); |
| 418 |
|
if(!__DISABLE_DEFAULT_CSS__) |
| 419 |
|
{ |
| 420 |
|
$oContext->loadFile(array('./common/css/xe.min.css', '', '', -10000000), true); |
| 421 |
|
} |
| 422 |
|
else |
| 423 |
|
{ |
| 424 |
|
$oContext->unloadFile(array('./common/css/xe.min.css', '', '', -10000000), true); |
| 425 |
|
} |
| 426 |
|
} |
| 427 |
|
|
| 428 |
|
// for admin page, add admin css |