summaryrefslogtreecommitdiffstats
path: root/israwhidebroken/templates/footer.html
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-10 17:26:22 -0400
committerWill Woods <wwoods@redhat.com>2009-09-10 17:26:22 -0400
commitff56c13d124a947a2a5c8ca9f6df411e63a8ed44 (patch)
tree382b57b6706245f76d5c83f85bcbb3a14d52180e /israwhidebroken/templates/footer.html
parentabad8db8160fef1cd9c5ed8898ad72453b8b440e (diff)
downloadisrawhidebroken-ff56c13d124a947a2a5c8ca9f6df411e63a8ed44.tar.gz
israwhidebroken-ff56c13d124a947a2a5c8ca9f6df411e63a8ed44.tar.xz
israwhidebroken-ff56c13d124a947a2a5c8ca9f6df411e63a8ed44.zip
Switch to Genshi templates and FAS2 visit/identity
Diffstat (limited to 'israwhidebroken/templates/footer.html')
-rw-r--r--israwhidebroken/templates/footer.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/israwhidebroken/templates/footer.html b/israwhidebroken/templates/footer.html
new file mode 100644
index 0000000..c703769
--- /dev/null
+++ b/israwhidebroken/templates/footer.html
@@ -0,0 +1,17 @@
+<html xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ py:strip="">
+<py:def function="footer">
+<div id="footer">
+ <div class="flogo">
+ <img src="${tg.url('/static/images/under_the_hood_blue.png')}" alt="TurboGears" />
+ <p><a href="http://www.turbogears.org/2.0/">Powered by TurboGears 2</a></p>
+ </div>
+ <div class="foottext">
+ <p>TurboGears is a open source front-to-back web development
+ framework written in Python. Copyright (c) 2005-2008 </p>
+ </div>
+ <div class="clearingdiv"></div>
+</div>
+</py:def>
+</html>