statistic
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
|
||||
$strDescription=generate_tooltip_description($row);
|
||||
|
||||
|
||||
$arrMarker[]="marker[".$id."] = [L.marker([".$numLat."," .$numLng."],"
|
||||
." { icon: ".$arrMarkerType[$topic]." }),'check_".$topic."'];\n"
|
||||
."marker[".$id."][0].addTo(mymap);\n "
|
||||
@@ -134,12 +133,12 @@
|
||||
|
||||
<nav class="col-md-2 d-none d-md-block bg-light sidebar">
|
||||
<div class="sidebar-sticky">
|
||||
|
||||
<h2>Unfälle mit <?= $arrVehicles_pl[$numVehicle]; ?> </h2>
|
||||
<ul class="nav flex-column">
|
||||
Unfälle mit
|
||||
<?php
|
||||
echo $arrVehicles_pl[$numVehicle];
|
||||
?>
|
||||
<?php echo get_statistics($numVehicle,$strWhere); ?>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user