Several bugfixes and finishing touches

This commit is contained in:
Claude Brisson
2023-12-25 12:26:08 +01:00
parent 91e0bc839a
commit e33bc995c6
18 changed files with 264 additions and 38 deletions

View File

@@ -51,7 +51,7 @@
<th>Plc</th>
<th>Name</th>
<th>Rank</th>
<th>Cntry</th>
<th>Ctr</th>
<th>Nbw</th>
#foreach($r in [1..$round])
<th>R$r</th>
@@ -66,7 +66,7 @@
<td>$part.num</td>
<td>$part.place</td>
<td>$part.name $part.firstname</td>
<td>$part.rank</td>
<td>#rank($part.rank)</td>
<td>$part.country</td>
<td>$part.NBW</td>
#set($mx = $round - 1)