X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fserver_info.mako;h=d01296b2a8644be626663244835150c9c75cc1f6;hb=5d112375c8f8d653a3d3e7b5654be3ae6b7b51ee;hp=4567c5838e90cc1355ab2be679d9057618d5b2de;hpb=6cc52ee0a9bad9b68e77e3a33f2ed94a0cead665;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index 4567c58..d01296b 100755 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -13,17 +13,17 @@ ${parent.title()}

Sorry, that server wasn't found!

% else: -

Server Detail

- +

${server.name}

+IP Address: ${server.ip_addr}
+Revision: ${server.revision}
+Created: ${server.create_dt.strftime('%m/%d/%Y at %I:%M %p')}
+ +% if recent_games: +

Recent Games

+% for (game, theserver, map) in recent_games: + #${game.game_id}: ${map.name} +
+% endfor +More games played on ${server.name}... +% endif % endif