From: Steinar H. Gunderson Date: Fri, 5 Oct 2007 21:05:00 +0000 (+0200) Subject: Show the ratings in the assessments. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=69ada6cdd711047aca553a5242f8b878041737e9;hp=6b71fbcb1949c150dcc8f50bd9f138f56454964c;p=foosball Show the ratings in the assessments. --- diff --git a/www/assess-single.pl b/www/assess-single.pl old mode 100644 new mode 100755 index c2948ff..66480e6 --- a/www/assess-single.pl +++ b/www/assess-single.pl @@ -43,6 +43,8 @@ print CGI->header(-type=>'application/xhtml+xml'); my $doc = XML::Template::process_file('assess.xml', { 'username1' => $username1, 'username2' => $username2, + 'rating1' => int($rating1+0.5), + 'rating2' => int($rating2+0.5), '#results' => \@results, }); print $doc->toString; diff --git a/www/assess.xml b/www/assess.xml index 44f7ddf..887acf0 100644 --- a/www/assess.xml +++ b/www/assess.xml @@ -9,7 +9,7 @@ -

Assessment of singles match between and

+

Assessment of singles match between () and ()