X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fmap_info.mako;h=5fd152d5ac543e1ebf91c893da3a64235ea342bf;hb=990f7f2514e87b0cdb10255bae48ee7f87d1bdef;hp=4394721f3dfd171265c7d1837cf2b59c2e3ec455;hpb=ed32fac23d415ca3f50cb2f6f0bc1049a509f7c9;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index 4394721..5fd152d 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -30,12 +30,12 @@ ${parent.title()}

Top Scoring Players

- +
- - - + + + @@ -44,9 +44,9 @@ ${parent.title()} % if score_player_id != '-': - + % else: - + % endif @@ -59,12 +59,12 @@ ${parent.title()}

Most Active Players

-
#NickScore#NickScore
${i}${score_nick|n}${score_nick|n}${score_nick}${score_nick}${score_value}
+
- - - + + + @@ -73,9 +73,9 @@ ${parent.title()} % if player_id != '-': - + % else: - + % endif @@ -88,12 +88,12 @@ ${parent.title()}

Most Active Servers

-
#NickPlaying Time#NickPlaying Time
${i}${nick|n}${nick|n}${nick}${nick}${alivetime}
+
- - - + + + @@ -101,7 +101,7 @@ ${parent.title()} % for (server_id, name, times_played) in top_servers: - + <% i = i+1 %> @@ -111,11 +111,17 @@ ${parent.title()} +
+
+

*Most active stats are from the past 7 days

+
+
+ % if len(captimes) > 0:

Best Flag Capture Times

-
#NameTimes Played#Name# Games
${i}${name}${name} ${times_played}
+
@@ -154,7 +160,7 @@ ${parent.title()}

Most Recent Games

-
Nick
+
@@ -167,11 +173,11 @@ ${parent.title()} % for rg in recent_games: - - + + -
ViewView ${rg.server_name} ${rg.fuzzy_date} + % if rg.player_id > 2: ${rg.nick_html_colors|n} % else: @@ -182,6 +188,7 @@ ${parent.title()} % endfor
+

More...

% endif