3 <!-- Get the style sheet for the theme defined in globals.php -->
4 <link rel=
"stylesheet" href=
"[-php-]echo $GLOBALS['css_header'][-/php-]" type=
"text/css">
8 <!-- this style sheet is used for the ajax_* style calendars -->
9 <link rel=
"stylesheet" href=
"[-php-]echo $GLOBALS['webroot'].'/interface/themes/ajax_calendar.css';[-/php-]" type=
"text/css">
11 <link rel="stylesheet" href="[-php-]echo $GLOBALS['webroot'].'/interface/themes/ajax_calendar_ie.css';[-/php-]" type="text/css"/>
14 <!-- the javascript used for the ajax_* style calendars -->
15 <script type=
"text/javascript" src=
"[-php-] echo $GLOBALS['webroot'] [-/php-]/library/dialog.js"></script>
16 <script type=
"text/javascript" src=
"[-php-] echo $GLOBALS['webroot'] [-/php-]/library/textformat.js"></script>
17 <script type=
"text/javascript" src=
"[-php-] echo $GLOBALS['webroot'] [-/php-]/library/js/jquery-1.2.2.min.js"></script>
22 /* in an attempt to not 'rock the boat' too much the concurrent_layout
23 * color scheme remains unchanged
25 if ($GLOBALS['concurrent_layout']) {
26 echo
"<body style='background-color:".$GLOBALS['style']['BGCOLOR2'].
"'>";
29 echo
"<body class='body_top'>";