From 69ada6cdd711047aca553a5242f8b878041737e9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 5 Oct 2007 23:05:00 +0200 Subject: [PATCH] Show the ratings in the assessments. --- www/assess-single.pl | 2 ++ www/assess.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 www/assess-single.pl 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 ()

-- 2.39.2