From 63ae50fc433d3bf1e8335a443751512dfbb03508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 22:11:11 +0200 Subject: Add structural comments --- templates/pages/screenshots.mako | 21 +++++++++++++-------- templates/root.mako | 2 ++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/pages/screenshots.mako b/templates/pages/screenshots.mako index e3083ef..a212653 100644 --- a/templates/pages/screenshots.mako +++ b/templates/pages/screenshots.mako @@ -3,6 +3,19 @@ %> <%inherit file="/page.mako" /> +## content + +
+ % for (f,t,d),i in h.it.izip(h.getImages("static/images/screens/", "static/images/tmp/", (150,150)), h.it.count()): + + Screenshot + + % endfor +
+
+ +## functions + <%def name="style()"> ${parent.style()} @@ -21,11 +34,3 @@ -
- % for (f,t,d),i in h.it.izip(h.getImages("static/images/screens/", "static/images/tmp/", (150,150)), h.it.count()): - - Screenshot - - % endfor -
-
diff --git a/templates/root.mako b/templates/root.mako index 3d2a486..5997ad9 100644 --- a/templates/root.mako +++ b/templates/root.mako @@ -36,6 +36,8 @@ +## functions + <%namespace name="_hl" module="highlighting"/> <%def name="hl(lang)"> -- cgit v1.2.3