From: Ant Zucaro Date: Thu, 20 Sep 2012 02:51:53 +0000 (-0400) Subject: Initial checkin of tabs for the player_info view. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b579a2b9c260dcb183e115b75882e221a7b7525a;p=xonotic%2Fxonstat.git 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. --- 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: + +