From a45d465ee47a473ea2228e5ac5fdeb4b4241d220 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 28 Feb 2015 16:57:17 -0500 Subject: [PATCH] Port the footer. --- xonstat/templates/base.mako | 10 +++----- xonstat/templates/footer.mako | 47 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 7 deletions(-) create mode 100644 xonstat/templates/footer.mako diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index a30dff1..281b582 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -1,4 +1,6 @@ <%namespace name="nav" file="nav.mako"/> +<%namespace name="footer" file="footer.mako" /> + @@ -38,13 +40,7 @@ - <%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!

-
-
- + ${footer.footer()} <%block name="js"> diff --git a/xonstat/templates/footer.mako b/xonstat/templates/footer.mako new file mode 100644 index 0000000..2f9f45a --- /dev/null +++ b/xonstat/templates/footer.mako @@ -0,0 +1,47 @@ +<%def name="footer()"> + + + + -- 2.39.2