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);
- BOSWatch
- Last alarms for FMS and ZVEI (max. 50)

+ BOSWatch
+ [Übersicht] - [Parser] -
- Last FMS alarms - - - - - - - - - - - - -
+ "; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; - echo ""; + include("content.overview.php"); + include("template.overview.php"); } - ?> -
IDDatum - ZeitBOSBundeslandOrtFahrzeugStat.Richt.TKI
". $data['id'] . "". $time . "". parse("service",$fms_id) . "". parse("country",$fms_id) . "". parse("location",$fms_id) . "". parse("vehicle",$fms_id) . "". $data['status'] . "". parse("direction",$fms_id) . "". $data['tsi'] . "
-
- -
- Last ZVEI alarms - - - - - - - "; - echo ""; - echo ""; - echo ""; - echo ""; + include("content.overview.php"); + include("template.overview.php"); } - ?> -
IDDatum - ZeitSchleife
". $data['id'] . "". $time . "". parse('zvei',$data['zvei']) . "
-
+ ?>