From: Ant Zucaro Date: Sun, 19 Apr 2015 12:35:24 +0000 (-0400) Subject: Bundle in Luma. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b42e9c50ecc13479b6ee29b1c2b3454327de089;p=xonotic%2Fxonstat.git Bundle in Luma. --- diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index 1d20c76..11c3114 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -14,9 +14,12 @@ <%block name="css"> - - - + ### FOR DEVELOPMENT ONLY + ### + ### + ### + ### + <%block name="headjs"> diff --git a/xonstat/templates/game_finder.mako b/xonstat/templates/game_finder.mako index e159bf3..9050af6 100644 --- a/xonstat/templates/game_finder.mako +++ b/xonstat/templates/game_finder.mako @@ -6,11 +6,6 @@ ${nav.nav('games')} -<%block name="css"> - ${parent.css()} - - - <%block name="title"> Game Index diff --git a/xonstat/templates/game_index.mako b/xonstat/templates/game_index.mako index 5e2b4ee..d240d78 100644 --- a/xonstat/templates/game_index.mako +++ b/xonstat/templates/game_index.mako @@ -3,11 +3,6 @@ <%namespace file="scoreboard.mako" import="scoreboard" /> <%namespace file="navlinks.mako" import="navlinks" /> -<%block name="css"> -${parent.css()} - - - <%block name="navigation"> ${nav.nav('games')} diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index e64a6e7..02e0b9e 100644 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -7,11 +7,6 @@ ${nav.nav('games')} -<%block name="css"> - ${parent.css()} - - - <%block name="foundation"> + + + +<%block name="title"> +Login + + +
+
+ Hello ${user} + ${request.persona_button} +
+
diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index 642d44b..5f4fa79 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -4,11 +4,6 @@ Leaderboard -<%block name="css"> - ${parent.css()} - - - <%block name="hero_unit">
diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index 0443a5d..6f29540 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -14,11 +14,6 @@ ${parent.title()} -<%block name="css"> - ${parent.css()} - - - % if gmap is None:

Sorry, that map wasn't found!

diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index b44cf3b..69dd9b2 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -2,11 +2,6 @@ <%namespace name="nav" file="nav.mako" /> <%namespace file="navlinks.mako" import="navlinks" /> -<%block name="css"> - ${parent.css()} - - - <%block name="navigation"> ${nav.nav('games')} diff --git a/xonstat/templates/player_hashkey_nicks_text.mako b/xonstat/templates/player_hashkey_nicks_text.mako new file mode 100644 index 0000000..ecd4e27 --- /dev/null +++ b/xonstat/templates/player_hashkey_nicks_text.mako @@ -0,0 +1,3 @@ +% for nick in nicks: +${nick.nick|n} +% endfor diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 99d97f9..744ceea 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -11,7 +11,6 @@ <%block name="css"> ${parent.css()} -