From: Ant Zucaro Date: Sun, 25 Nov 2012 15:13:13 +0000 (-0500) Subject: Sprite-ify the map and server info pages too. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=79fb49613d9006d9c84db711958daf3ba57b18f3;p=xonotic%2Fxonstat.git Sprite-ify the map and server info pages too. --- diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index cda2035..4e0e690 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -14,6 +14,10 @@ Map Information ${parent.title()} +<%block name="css"> + ${parent.css()} + + % if gmap is None:

Sorry, that map wasn't found!

@@ -163,7 +167,7 @@ ${parent.title()} % for rg in recent_games: View - ${rg.game_type_cd} + ${rg.server_name} ${rg.fuzzy_date} diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index 7402035..f59a9f8 100644 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -11,6 +11,10 @@ Server Information % endif +<%block name="css"> + ${parent.css()} + + % if server is None:

Sorry, that server wasn't found!

@@ -136,7 +140,7 @@ Server Information % for rg in recent_games: View - ${rg.game_type_cd} + ${rg.map_name} ${rg.fuzzy_date}