From 4ccddbf74cdf237ef472e1f7a79b169b30f84219 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 31 Jul 2024 14:15:34 +0200 Subject: [PATCH] Handicap in result table --- view-webapp/src/main/webapp/tour-results.inc.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view-webapp/src/main/webapp/tour-results.inc.html b/view-webapp/src/main/webapp/tour-results.inc.html index d0e149e..12bca17 100644 --- a/view-webapp/src/main/webapp/tour-results.inc.html +++ b/view-webapp/src/main/webapp/tour-results.inc.html @@ -20,6 +20,7 @@ table white black + hd result @@ -32,6 +33,7 @@ ${game.t}. #if($white)$white.name#if($white.firstname) $white.firstname#end #rank($white.rank)#{else}BIP#end #if($black)$black.name#if($black.firstname) $black.firstname#end #rank($black.rank)#{else}BIP#end + $!game.h $dispRst[$game.r] #end