diff --git a/cis/ampel.php b/cis/ampel.php
index 4d1cdcceb..5b760e844 100755
--- a/cis/ampel.php
+++ b/cis/ampel.php
@@ -3,6 +3,10 @@ require_once('../config/cis.config.inc.php');
require_once('../include/functions.inc.php');
require_once('../include/ampel.class.php');
require_once('../include/datum.class.php');
+require_once('../include/phrasen.class.php');
+
+$sprache = getSprache();
+$p = new phrasen($sprache);
if(is_user_logged_in())
{
@@ -32,16 +36,25 @@ if(is_user_logged_in())
}
}
}
+ if($rot==0 && $gelb==0)
+ echo '
';
+// if($rot>0 || $gelb>0)
+// {
+// echo '
-
- |
- |
- |
- |
-
-
- |
-
- |
-
-
-
- |
-
-
-
- |
-
-
-
- getAll(true);
- foreach($sprache->result as $row)
- {
- echo ' ';
- }
- ?>
- |
-
-
- |
-
+
+
-
-
,
+ * Andreas Oesterreicher and
+ * Manfred Kindl
+ *
+ */
+require_once('../config/cis.config.inc.php');
+require_once('../include/functions.inc.php');
+
+if(isset($_GET['login']))
+{
+ $uid = get_uid();
+
+ if($uid!='')
+ {
+ header('Location: '.APP_ROOT.'cis/index.php');
+ }
+}
+
+?>
+
+
+CIS
+
+
+
+
+
+ |
+
+
+
+
+
+ Herzlich Willkommen am Campus Informationssystem der Fachhochschule Technikum Wien
+
+
+
+
+ |
+ |
+
+
+
+
diff --git a/cis/menu.php b/cis/menu.php
index e933956a2..5177b0431 100644
--- a/cis/menu.php
+++ b/cis/menu.php
@@ -39,69 +39,60 @@ ob_start();
Menu
-
+
+
+
+
-
-
+
-
\ No newline at end of file
+