X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_index.mako;h=c991f70c683398aa88b9f772c94d7ebda55aaa7a;hb=88c6b64b7916a86a1c95005c01758044f3499b9b;hp=320437b8e3bbb8af3a3c1f9aae501173a0457960;hpb=7c5316b773629190d25089000b95c9e6ad6517a0;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/player_index.mako b/xonstat/templates/player_index.mako index 320437b..c991f70 100644 --- a/xonstat/templates/player_index.mako +++ b/xonstat/templates/player_index.mako @@ -3,38 +3,56 @@ <%namespace file="navlinks.mako" import="navlinks" /> <%block name="navigation"> -${nav.nav('players')} + ${nav.nav('players')} <%block name="title"> -Player Index + Player Index % if not players: -

Sorry, no players yet. Get playing!

+

Sorry, no players yet. Get playing!

% else: -
-
-
- - - -
- - - - - - % for player in players: - - - % endfor -
NickJoined
${player.nick_html_colors()|n} - ${player.joined_pretty_date()} -
-% endif +
+
+ +
+
+
+ + +
+
+ +
+
+
- ${navlinks("player_index", players.page, players.last_page)} -
-
+ + + + + + + + + + % for player in players: + + + + % endfor +
Player IDNickJoined
${player.player_id} + ${player.nick_html_colors()|n} + ${player.fuzzy_date()} + + + + +
+ + ${navlinks("player_index", players.page, players.last_page)} +
+
+% endif