From: azucaro Date: Thu, 5 May 2011 16:30:45 +0000 (-0400) Subject: Add template for server_info view. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=34d5591bb86dd205d1ba18b81048c13bb0372c38;p=xonotic%2Fxonstat.git Add template for server_info view. --- diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako new file mode 100755 index 0000000..4567c58 --- /dev/null +++ b/xonstat/templates/server_info.mako @@ -0,0 +1,29 @@ +<%inherit file="base.mako"/> + +<%block name="title"> +% if server: +Server Information for ${server.name} - +% endif + +${parent.title()} + + + +% if server is None: +

Sorry, that server wasn't found!

+ +% else: +

Server Detail

+ +% endif