From 310c2ce98fc8c0e94559c9ed8587101d92f6e853 Mon Sep 17 00:00:00 2001 From: cookie Date: Sat, 10 Sep 2005 17:25:43 +0000 Subject: add total system git-svn-id: svn://svn.cccv.de/engel-system@1 29ba0400-6e00-0410-a75a-ca02368028f8 --- nonpublic/schichtplan_beamer.php | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100755 nonpublic/schichtplan_beamer.php (limited to 'nonpublic/schichtplan_beamer.php') diff --git a/nonpublic/schichtplan_beamer.php b/nonpublic/schichtplan_beamer.php new file mode 100755 index 00000000..c862fefa --- /dev/null +++ b/nonpublic/schichtplan_beamer.php @@ -0,0 +1,56 @@ +\n"; + +echo " + + + + + \n"; + +echo "\n". +// "\t \n". + "\t". gmdate("d.m.y", $Time). "\n". + "\t". gmdate("H", $Time-3600). ":00\n". + "\t". gmdate("H", $Time+0). ":00\n". + "\t". gmdate("H", $Time+3600). ":00\n". + "\n"; + +foreach( $Room as $RoomEntry ) +{ + + //var-init + $AnzahlEintraege = 0; + + $Out = ausgabe_Zeile( $RoomEntry["RID"], $Time-3600, $AnzahlEintraege); + $Out.= ausgabe_Zeile( $RoomEntry["RID"], $Time, $AnzahlEintraege); + $Out.= ausgabe_Zeile( $RoomEntry["RID"], $Time+3600, $AnzahlEintraege); + + + //entfernt leere zeilen + if( $AnzahlEintraege==0 ) + $Out = ""; + else + $Out = "\n\t_". $RoomEntry["Name"]. "_\n". $Out . "\n"; + + echo $Out; +} + +echo ""; + + +include ("./inc/footer.php"); +?> -- cgit v1.2.3-70-g09d2