From 0ffabe6b8064612b64255115872302f8c3666c8b Mon Sep 17 00:00:00 2001 From: Schrolli Date: Wed, 8 Apr 2015 10:31:27 +0200 Subject: [PATCH] insert headers for table --- www/index.php | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/www/index.php b/www/index.php index cf1a925..c0495ba 100644 --- a/www/index.php +++ b/www/index.php @@ -16,16 +16,26 @@ $db_link = mysqli_connect ($dbhost, $dbuser, $dbpassword, $database);
BOSWatch
- Last alarms for FMS and ZVEI (max. 50)

Last FMS alarms + + + + + + + + + + + + '; + while ($data = mysqli_fetch_array( $db_erg, MYSQL_ASSOC)) { @@ -45,17 +55,22 @@ $db_link = mysqli_connect ($dbhost, $dbuser, $dbpassword, $database); echo ""; echo ""; } - echo "
IDDatum - ZeitBOSBundeslandOrtFahrzeugStat.Richt.TKI
". $data['tsi'] . "
"; ?> +
Last ZVEI alarms + + + + + + '; + while ($data = mysqli_fetch_array( $db_erg, MYSQL_ASSOC)) { @@ -68,14 +83,10 @@ $db_link = mysqli_connect ($dbhost, $dbuser, $dbpassword, $database); echo ""; echo ""; } - echo "
IDDatum - ZeitSchleife
". parse('zvei',$data['zvei']) . "
"; ?> +
-

- (C) BOSWatch - All rights reserved -

-