Standings page ok

This commit is contained in:
Claude Brisson
2023-12-25 06:21:05 +01:00
parent 31411eb859
commit 91e0bc839a
5 changed files with 105 additions and 20 deletions

View File

@@ -5,13 +5,13 @@
#set($pmap = $utils.toMap($parts))
<table id="players" class="ui celled selectable striped table">
<thead>
<th>name</th>
<th>first name</th>
<th>country</th>
<th>club</th>
<th>rank</th>
<th>rating</th>
<th>participation</th>
<th>Name</th>
<th>First name</th>
<th>Country</th>
<th>Club</th>
<th>Rank</th>
<th>Rating</th>
<th>Participation</th>
</thead>
<tbody>
#foreach($part in $parts)