From b579a2b9c260dcb183e115b75882e221a7b7525a Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 19 Sep 2012 22:51:53 -0400 Subject: [PATCH] Initial checkin of tabs for the player_info view. Underneath the player's nick will be a tabbed list of game types, starting with "overall." Within each of these tabs will be stats pertaining to only that game type. This allows players to view fine-grained details about their playing history. Note that this commit does not style the table much. This is mainly to ensure that all of the content is being fetched properly. --- xonstat/templates/player_info.mako | 83 +++++++++++++++++------------- xonstat/views/player.py | 62 ++-------------------- 2 files changed, 51 insertions(+), 94 deletions(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 4b94858..9787db8 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -10,9 +10,18 @@ ${nav.nav('players')} % if player is not None: + +