summaryrefslogtreecommitdiff
path: root/nonpublic/schichtplan_beamer.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 16:45:07 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 16:45:07 +0000
commitca393d00c26dec7722f249aea75bcd71a4268bac (patch)
tree8d845ae3293e70efda7a44117356531b48321630 /nonpublic/schichtplan_beamer.php
parent92839966eb430c642841d4e1abf12fe6667bc067 (diff)
bugfix eingabefeld: ausgabe der fehlermeldungen wieder aktiv
coptimize beamer ausgabe git-svn-id: svn://svn.cccv.de/engel-system@4 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'nonpublic/schichtplan_beamer.php')
-rwxr-xr-xnonpublic/schichtplan_beamer.php26
1 files changed, 17 insertions, 9 deletions
diff --git a/nonpublic/schichtplan_beamer.php b/nonpublic/schichtplan_beamer.php
index c862fefa..6274b289 100755
--- a/nonpublic/schichtplan_beamer.php
+++ b/nonpublic/schichtplan_beamer.php
@@ -1,16 +1,24 @@
<?php
-$title = "Himmel";
-$header = "Schichtpl&auml;ne f&uuml;r Beamer";
-$Page["Public"] = "Y";
-$Page["ShowTabel"] = "N";
-$Page["AutoReload"] = 30;
+include ("./inc/config.php");
+include ("./inc/db.php");
+include ("./inc/funktion_lang.php");
-include ("./inc/header.php");
include ("./inc/funktion_user.php");
include ("./inc/funktionen.php");
include ("./inc/funktion_schichtplan_beamer.php");
$Time = time()+3600+3600;
+//$Time = 1104241344;
+?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE>Schichtpl&auml;ne f&uuml;r Beamer</TITLE>
+<!--<link rel=stylesheet type="text/css" href="./inc/css/style1.css">-->
+<meta http-equiv="refresh" content="30; URL=<?substr($url, 0, strlen($url)-1). $ENGEL_ROOT. $Page["Name"]?>">
+</HEAD>
+<BODY>
+<?
echo "<table border=\"1\" width=\"100%\" height=\"100%\" cellpadding=\"0\" cellspacing=\"0\" frame=\"void\">\n";
@@ -49,8 +57,8 @@ foreach( $Room as $RoomEntry )
echo $Out;
}
-echo "</table>";
-
+echo "</table>\n";
-include ("./inc/footer.php");
?>
+</BODY>
+</HTML>