text correction
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s

This commit is contained in:
piapassecker 2023-12-11 19:59:58 +01:00
parent 03a3c03433
commit 4fc04c2793

View File

@ -18,22 +18,23 @@
<button onClick="getElementById('table_<?= $dog ?>').style.display='table'">Tabelle anzeigen</button> <button onClick="getElementById('table_<?= $dog ?>').style.display='table'">Tabelle anzeigen</button>
<table id="table_<?= $dog ?>" class="table" style="display:none"> <table id="table_<?= $dog ?>" class="table" style="display:none">
<tr> <tr>
<th>event</th> <th>Event</th>
<th>Wann wars</th> <th>Datum</th>
<th>run</th> <th>Lauf</th>
<th>rang</th> <th>Stnr.</th>
<th>stnr</th> <th>Teilnehmer</th>
<th>teilnehmer</th> <th>Hund</th>
<th>hund</th> <th>Verein</th>
<th>verein</th> <th>F</th>
<th>f</th> <th>VW</th>
<th>vw</th> <th>ZF</th>
<th>zf</th> <th>Zeit</th>
<th>zeit</th> <th>GF</th>
<th>gf</th> <th>m/sek</th>
<th>msek</th> <th>Bew</th>
<th>bew</th> <th>Punkte</th>
<th>punkte</th> <th>Rang</th>
<th>Aktion</th>
</tr> </tr>
<?php foreach ($results as $res) : <?php foreach ($results as $res) :
// graph data preparation // graph data preparation