<?php etranslate(">
<?php etranslate(">

">
[' . translate("Printer Friendly") . ']'; } print_trailer (); ?> seconds = %8.2f s

", $total); ?>
"; $str .= $k."\n"; break; case 1: if($interval == 4) { $k = ($i<=9?substr($i,0,1):substr($i,1,2)); } $str .= 'onMouseDown="schedule_event('.$i.','.($increment * $j).");\" onMouseOver=\"window.status='Schedule a ".$i.':'.($increment * $j)." appointment.'; this.style.backgroundColor='#CCFFCC'; return true;\" ".$MouseOut.">"; $str .= $k."\n"; break; default: $str .= 'onMouseDown="schedule_event('.$i.','.($increment * $j).");\" onMouseOver=\"window.status='Schedule a ".$i.':'.($increment * $j)." appointment.'; this.style.backgroundColor='#CCFFCC'; return true;\" ".$MouseOut.">"; $str .= " \n"; break; } $CC++; } } echo $str. " \n \n"; // Display each participant for($i=0;$i\n \n"; $col = 1; for($j=$first_hour;$j<$last_hour;$j++) { for($k=0;$k<$interval;$k++) { $space = ($k == '0') ? '' : " "; $RC = $CELLBG; $TIME = mktime ( sprintf ( "%02d",$j), ($increment * $k), 0, $thismonth, $thisday, $thisyear ); foreach ($all_events as $ET) { if (($TIME >= $ET['START']) && ($TIME < $ET['END'])) { if ($space == " ") { $space=""; } else { $space=""; } break; } } echo " \n"; $col++; } } echo " \n \n"; } // End foreach participant echo "
".$user_nospace."$space
\n"; } // end TimeMatrix function ?>