X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_index.mako;h=c991f70c683398aa88b9f772c94d7ebda55aaa7a;hb=88c6b64b7916a86a1c95005c01758044f3499b9b;hp=d23decab93d3891a405a83e78ebaf2af619c41f9;hpb=82f90469bf71496c6e639da83af04488e0979b16;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/player_index.mako b/xonstat/templates/player_index.mako index d23deca..c991f70 100644 --- a/xonstat/templates/player_index.mako +++ b/xonstat/templates/player_index.mako @@ -3,46 +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 -
Player IDNickJoined
${player.player_id} - ${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