From 41c0a4061ff363e44a7c39ef4f10dfd91ceb1a6e Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Fri, 22 Dec 2023 17:26:34 +0100 Subject: [PATCH] Results tab in progress --- view-webapp/src/main/webapp/js/tour-information.inc.js | 2 +- view-webapp/src/main/webapp/tour-information.inc.html | 2 +- view-webapp/src/main/webapp/tour-pairing.inc.html | 2 +- view-webapp/src/main/webapp/tour-results.inc.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view-webapp/src/main/webapp/js/tour-information.inc.js b/view-webapp/src/main/webapp/js/tour-information.inc.js index d74874b..49f9899 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -121,7 +121,7 @@ onLoad(() => { secondSeed: form.val('secondSeed') }, handicap: { - correction: form.val('correction'), + correction: -form.val('correction'), treshold: form.val('treshold') } }, diff --git a/view-webapp/src/main/webapp/tour-information.inc.html b/view-webapp/src/main/webapp/tour-information.inc.html index 5338504..0574736 100644 --- a/view-webapp/src/main/webapp/tour-information.inc.html +++ b/view-webapp/src/main/webapp/tour-information.inc.html @@ -97,7 +97,7 @@ diff --git a/view-webapp/src/main/webapp/tour-results.inc.html b/view-webapp/src/main/webapp/tour-results.inc.html index 8f1267f..ec0667d 100644 --- a/view-webapp/src/main/webapp/tour-results.inc.html +++ b/view-webapp/src/main/webapp/tour-results.inc.html @@ -13,7 +13,7 @@ #set($black = $pmap[$game.b]) #if($black && $white) - #t + #$game.t #if($white)$white.name $white.firstname #rank($white.rank)#{else}BIP#end #if($black)$black.name $black.firstname #rank($black.rank)#{else}BIP#end $game.r