fix
This commit is contained in:
parent
9d2a5dc1de
commit
abcb68d09d
@ -81,13 +81,13 @@
|
||||
|
||||
|
||||
<div class="container" style="margin-top:4em;">
|
||||
<h1>Fahrradunfälle <?=$numJahr?> in <?=$strName?></h2>
|
||||
<h1>Fahrradunfälle in <?=$strName?></h2>
|
||||
<p>Einwohnerzahl: <?=$numPopulation?> Fläche: <?=$numFlaeche?> km<sup>2</sup></p>
|
||||
|
||||
<!-- Unfallverlauf -->
|
||||
<div class="row">
|
||||
<div class="col-5">
|
||||
<h4>Unfallverlauf von <?=$numStartYear?> bis <?=$numLatestYear?> </h4>
|
||||
<h4>Unfallverlauf von <?=$numLatestYear?> bis <?=$numStartYear?></h4>
|
||||
<table class='table table-sm'>
|
||||
<tr><th></th><th>2022</th><th>2021</th><th>2020</th><th>2019</th></tr>
|
||||
<tr><td><?= $arrCategory[1]?></td><?= get_row($resultVerlauf,1) ?></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user