Calendar layout improvements.
[openemr.git] / interface / main / calendar / modules / PostCalendar / pntemplates / default / views / header.html
blob20548b6705fd31dbd9c1c4d50471b9f9358acf0a
1 <html>
2 <head>
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">
5 <!--[if IE]>
6 <link rel="stylesheet" href="/openemr/interface/themes/ajax_calendar_ie.css" type="text/css"/>
7 <![endif]-->
10 [-if $cal_ui eq 3-]
11 <!-- this style sheet is used for the ajax_* style calendars -->
12 <link rel="stylesheet" href="[-php-]echo $GLOBALS['webroot'].'/interface/themes/ajax_calendar.css';[-/php-]" type="text/css">
13 <!-- the javascript used for the ajax_* style calendars -->
14 <script type="text/javascript" src="[-php-] echo $GLOBALS['webroot'] [-/php-]/library/dialog.js"></script>
15 <script type="text/javascript" src="[-php-] echo $GLOBALS['webroot'] [-/php-]/library/textformat.js"></script>
16 <script type="text/javascript" src="[-php-] echo $GLOBALS['webroot'] [-/php-]/library/js/jquery-1.2.2.min.js"></script>
17 [-/if-]
19 </head>
20 [-php-]
21 /* in an attempt to not 'rock the boat' too much the concurrent_layout
22 * color scheme remains unchanged
24 if ($GLOBALS['concurrent_layout']) {
25 echo "<body style='background-color:".$GLOBALS['style']['BGCOLOR2']."'>";
27 else {
28 echo "<body class='body_top'>";
30 [-/php-]