X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fbase.mako;h=2618936d5267af14d825b4991b2611dd2f56ed89;hb=629b80cbc3a306d9e7f023966095150e08952e9c;hp=4b95949720668fc73fec0e346820084368eb4965;hpb=4b51a7392a0756996381545994decac020c2c782;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index 4b95949..2618936 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -1,77 +1,66 @@ <%namespace name="nav" file="nav.mako"/> +<%namespace name="footer" file="footer.mako" /> + - - XonStat: Player Statistics for Xonotic - - + + + + - + XonStat: Player Statistics for Xonotic - + <%block name="css"> - - - + + + + + + <%block name="headjs"> + <%block name="navigation"> - ${nav.nav("leaderboard")} + ${nav.nav("leaderboard")} -
- - <%block name="hero_unit"> - + <%block name="hero_unit"> + -
-
-
<%block name="title">
- ${self.body()} -
-
+
+
+
+ <%block name="title"> +
- <%block name="footer"> -

XonStat is an open source (GPLv2) project created by Antibody. Fork it on Github!
Questions? Check the FAQ first.
Issues? Log them either here or here - I check both!

- + ${self.body()} - <%block name="js"> - - +
+
- - + ${footer.footer()} - - + + + - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); + + - - +