From 5d24ed5b4b64d8773cbecd010a58f3bed069affd Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 22 May 2011 10:10:17 -0400 Subject: [PATCH] Standardize game presentation in templates. Add link to the player game index from the player info template. --- xonstat/templates/game_index.mako | 2 +- xonstat/templates/player_game_index.mako | 2 +- xonstat/templates/player_info.mako | 4 ++-- xonstat/templates/server_game_index.mako | 2 +- xonstat/templates/server_info.mako | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xonstat/templates/game_index.mako b/xonstat/templates/game_index.mako index 7ecf25b..2e90840 100755 --- a/xonstat/templates/game_index.mako +++ b/xonstat/templates/game_index.mako @@ -11,7 +11,7 @@ Game Index - ${parent.title()}

Recent Games

% endif diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 3cbbf68..7b23bf2 100755 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -11,7 +11,7 @@ Player Game Index for ${player.nick} - ${parent.title()}

Recent Games by ${player.nick}

% endif diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 6231968..7d046f4 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -24,8 +24,8 @@ ${parent.title()}

Recent Games

-More games played by ${player.nick}... +More games played by ${player.nick}... % endif diff --git a/xonstat/templates/server_game_index.mako b/xonstat/templates/server_game_index.mako index 62e62b4..f098fb6 100644 --- a/xonstat/templates/server_game_index.mako +++ b/xonstat/templates/server_game_index.mako @@ -11,7 +11,7 @@ Server Game Index for ${server.name} - ${parent.title()}

Games on ${server.name}

% endif diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index 27443bf..aa20b9c 100755 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -23,7 +23,7 @@ ${parent.title()}

Recent Games

More games played on ${server.name}... -- 2.39.2