Results tab in progress

This commit is contained in:
Claude Brisson
2023-12-22 17:26:34 +01:00
parent 6a74c80ac6
commit 41c0a4061f
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
#set($black = $pmap[$game.b])
#if($black && $white)
<tr data-id="$game.id">
<td>#t</td>
<td>#$game.t</td>
<td class="player" data-id="$white.id" data-sort="$white.name $white.firstname"><span class="white">#if($white)$white.name $white.firstname #rank($white.rank)#{else}BIP#end</span></td>
<td class="player" data-id="$black.id" data-sort="$black.name $black.firstname"><span class="black">#if($black)$black.name $black.firstname #rank($black.rank)#{else}BIP#end</span></td>
<td class="result centered">$game.r</td>