From 91c32bce7e26683d02854f84a2b35d8461e16699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 10 May 2010 19:57:43 +0200 Subject: Show details --- templates/root.mako | 5 +++++ templates/show.mako | 14 ++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'templates') diff --git a/templates/root.mako b/templates/root.mako index 627d14a..25fd2a4 100644 --- a/templates/root.mako +++ b/templates/root.mako @@ -2,6 +2,7 @@ + ${self.js()} ${self.title()} ${self.style()} @@ -45,6 +46,10 @@ +<%def name="js()"> + + + <%def name="footer()"> powered by mako & web.py | © 2010. All Rights Reserved. René Neumann | diff --git a/templates/show.mako b/templates/show.mako index 270477a..97c2731 100644 --- a/templates/show.mako +++ b/templates/show.mako @@ -9,6 +9,15 @@ % endfor Constant: ${e.const}
In Summa: ${e.sum}

+ +

Details

+
+ +
% endfor <%def name="heading()"> @@ -23,3 +32,8 @@ <%def name="get_d(e)"> ${e.date.year}/${e.date.month} + +<%def name="js()"> + ${parent.js()} + + -- cgit v1.2.3