X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fserver_info.mako;h=c85e2569e885b464d00d2886e12b8eb5a2cb13d7;hb=75e7a7632daf429eb04b102c2710967553dd6ad1;hp=70f005357e38ab766dd21eeaa9beb261d4e7b916;hpb=43b31d8ec1bb4ed6a1ac95e3b3f220243c88d745;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index 70f0053..c85e256 100644 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -35,12 +35,12 @@ Server Information

Top Scoring Players

- +
- - - + + + @@ -49,9 +49,9 @@ Server Information % if score_player_id != '-': - + % else: - + % endif @@ -64,12 +64,12 @@ Server Information

Most Active Players

-
#NickScore#NickScore
${i}${score_nick|n}${score_nick|n}${score_nick}${score_nick}${score_value}
+
- - - + + + @@ -78,9 +78,9 @@ Server Information % if player_id != '-': - + % else: - + % endif @@ -93,12 +93,12 @@ Server Information

Most Active Maps

-
#NickPlaying Time#NickPlaying Time
${i}${nick|n}${nick|n}${nick}${nick}${alivetime}
+
- - - + + + @@ -107,9 +107,9 @@ Server Information % if map_id != '-': - + % else: - + % endif @@ -120,13 +120,18 @@ Server Information +
+
+

*Most active stats are from the past 7 days

+
+
- +% if len(recent_games) > 0:

Most Recent Games

-
#Map# Games#Map# Games
${i}${name}${name}${name}${name}${count}
+
@@ -139,11 +144,11 @@ Server Information % for rg in recent_games: - - + + - - +
ViewView ${rg.map_name}${rg.fuzzy_date} + ${rg.fuzzy_date} % if rg.player_id > 2: ${rg.nick_html_colors|n} % else: @@ -154,8 +159,10 @@ Server Information % endfor
+

More...

+% endif % endif