legend
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<div class="container" style="margin-top:4em;">
|
||||
<h1>Fahrradunfälle in <?=$strName?></h2>
|
||||
<p>Einwohnerzahl: <?=$numPopulation?> Fläche: <?=$numFlaeche?> km<sup>2</sup></p>
|
||||
<p>Einwohnerzahl: <?=number_format($numPopulation,0,",",".")?> Fläche: <?=number_format($numFlaeche,2,",",".")?> km<sup>2</sup></p>
|
||||
|
||||
<!-- Unfallverlauf -->
|
||||
<div class="row">
|
||||
@@ -84,7 +84,7 @@
|
||||
</table>
|
||||
<table class="table table-sm">
|
||||
<tr><th>Quote pro Tausend Einwohner</th><td><?= round($numGesamt/$numPopulation*1000,2) ?></td></tr>
|
||||
<tr><th>Quote pro Fläche</th><td><?= round($numGesamt/$numFlaeche,1) ?> /km<sup>2</sup></td></tr>
|
||||
<tr><th>Quote pro Fläche</th><td><?= number_format($numGesamt/$numFlaeche,2,",",".") ?> /km<sup>2</sup></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-7">
|
||||
|
||||
Reference in New Issue
Block a user