X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fbase.mako;h=580d4f3f74ec566b4e447d662871703169f1faca;hb=4489ed57dc1eb34146183f93ba763e133c466364;hp=068e56174b497c91a294704f4471ad492e33dec1;hpb=5d112375c8f8d653a3d3e7b5654be3ae6b7b51ee;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako old mode 100755 new mode 100644 index 068e561..580d4f3 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -1,39 +1,76 @@ - - - - <%block name="title">XonStat - Player Statistics for Xonotic</%block> - <%block name="css"> - - - - - -
-
-

Player Statistics for Xonotic

- -
- ${self.body()} -
-
- -
- <%block name="js"> - - - - - +<%namespace name="nav" file="nav.mako"/> + + + + + XonStat: Player Statistics for Xonotic + + + + + + + + <%block name="css"> + + + + + + + <%block name="navigation"> + ${nav.nav("leaderboard")} + + +
+ + <%block name="hero_unit"> + + +
+
+
<%block name="title">
+ ${self.body()} +
+
+ + <%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!

+
+
+ + + <%block name="js"> + + + + + + + + + +