From 82494f46ae62f9a3d877db0011db6f8c274c8a7a Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 7 Feb 2012 21:01:00 -0500 Subject: [PATCH] Remove quick links to accuracy info. --- xonstat/templates/game_info.mako | 6 +++--- xonstat/templates/scoreboard.mako | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index 2ce6f71..4d16a92 100755 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -37,7 +37,7 @@ Game Information
-
+

Scoreboard

${scoreboard(game.game_type_cd, pgstats)}
@@ -52,11 +52,11 @@ Game Information % if pgstat.player_game_stat_id in pwstats:
-
+
${accuracy(pwstats[pgstat.player_game_stat_id])}
diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 148f795..288e271 100755 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -16,14 +16,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])} ${scoreboard_row(game_type_cd, pgstat)} ${pgstat.score} - - % if pgstat.player_id > 1: - - View - - % endif - % endfor @@ -40,7 +32,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])} Deaths Suicides Score - Accuracy % endif @@ -55,7 +46,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])} FCK Returns Score - Accuracy % endif @@ -66,7 +56,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])} Nick Kills Score - Accuracy % endif @@ -79,7 +68,6 @@ ${scoreboard_header(game_type_cd, pgstats[0])} Deaths Suicides Score - Accuracy % endif -- 2.39.2