diff --git a/www/index.php b/www/index.php
index c0495ba..a817e2b 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,7 +2,9 @@
@@ -15,78 +17,24 @@ $db_link = mysqli_connect ($dbhost, $dbuser, $dbpassword, $database);
-

- Last alarms for FMS and ZVEI (max. 50)
+

+
[Übersicht] -
[Parser]
-
-
Last FMS alarms
-
-
- | ID |
- Datum - Zeit |
- BOS |
- Bundesland |
- Ort |
- Fahrzeug |
- Stat. |
- Richt. |
- TKI |
-
-
+ ";
- echo "". $data['id'] . " | ";
- echo "". $time . " | ";
- echo "". parse("service",$fms_id) . " | ";
- echo "". parse("country",$fms_id) . " | ";
- echo "". parse("location",$fms_id) . " | ";
- echo "". parse("vehicle",$fms_id) . " | ";
- echo "". $data['status'] . " | ";
- echo "". parse("direction",$fms_id) . " | ";
- echo "". $data['tsi'] . " | ";
- echo "";
+ include("content.overview.php");
+ include("template.overview.php");
}
- ?>
-
-
-
-
-
Last ZVEI alarms
-
-
- | ID |
- Datum - Zeit |
- Schleife |
-
- ";
- echo "". $data['id'] . " | ";
- echo "". $time . " | ";
- echo "". parse('zvei',$data['zvei']) . " | ";
- echo "";
+ include("content.overview.php");
+ include("template.overview.php");
}
- ?>
-
-
+ ?>