diff --git a/css/style.css b/css/style.css index e2b7d33..552f569 100644 --- a/css/style.css +++ b/css/style.css @@ -91,8 +91,7 @@ i.wa { display:none; } -h5 {margin-top:15px;} +h5 {margin-top:8px;} .statistik td, th {border: 1px solid grey; font-size: smaller;} -.radio_header {margin-right:7px;} diff --git a/index.php b/index.php index b576cd8..d1a2dcf 100644 --- a/index.php +++ b/index.php @@ -353,7 +353,8 @@ $('.td_utyp').show(); break; case 'UBET': - $('.td_ubet').show(); + $('.td_ubet').show(); + $('.veh_=$numVehicle?>').hide(); break; } }); diff --git a/lib/functions.php b/lib/functions.php index 3d1e817..2024ee5 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -39,6 +39,7 @@ function generate_category($row) { if ($row['IstKrad']) $strReturn .="|UBETEILIGT_KRAD"; if ($row['IstGkfz']) $strReturn .="|UBETEILIGT_LKW"; if ($row['IstSonstige']) $strReturn .="|UBETEILIGT_SONSTIGES"; + if (substr_count($strReturn, '|')==3) $strReturn.="|UBETEILIGT_SELBST"; return $strReturn; } @@ -97,7 +98,10 @@ function nl2br2($string) { global $arrCategory; global $strLocation; - $strTable="
Fahrräder | ".$row['rad']." | |
PKWs | ".$row['pkw']." | |
Fussgänger | ".$row['fuss']." | |
Krafträder | ".$row['krad']." | |
LKWs | ".$row['lkw']." | |
Sonstiges | ".$row['sonstiges']." | |
Fahrräder | ".$row['rad']." | |
PKWs | ".$row['pkw']." | |
Fussgänger | ".$row['fuss']." | |
Krafträder | ".$row['krad']." | |
LKWs | ".$row['lkw']." | |
Sonstiges | ".$row['sonstiges']." | |
Alleinunfälle und Unfälle mit geicher Fahrzeugart | ".$row['count']." | |
Alleinunfälle und Unfälle mit geicher Fahrzeugart | ".$row['count']." |