From 30d3d9d2ccf1f69ea3653dfe914423a16cf1ce8e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 18 Feb 2005 13:38:07 +0000 Subject: [PATCH] Added a ranking beside each player in the song highscore list. --- html/templates/song.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/templates/song.tmpl b/html/templates/song.tmpl index 5f18e5e..c1b510b 100644 --- a/html/templates/song.tmpl +++ b/html/templates/song.tmpl @@ -14,13 +14,17 @@
+ - + +[% SET rowno = 1 %] [% FOR s = scores %] + +[% SET rowno = rowno + 1 %] -- 2.39.2
Spiller Poengsum Arrangement
[% rowno %][% s.nick %] [% s.score %] [% s.tournamentname %]