Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / dashboard / templates / footer.html @ 805cc54a

History | View | Annotate | Download (576 Bytes)

1
<html xmlns:py="http://genshi.edgewall.org/"
2
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
      py:strip="">
4
<py:def function="footer">
5
<div id="footer"> 
6
  <div class="flogo">
7
    <img src="${tg.url('/images/under_the_hood_blue.png')}" alt="TurboGears" />
8
    <p><a href="http://www.turbogears.org/2.0/">Powered by TurboGears 2</a></p>
9
  </div>
10
  <div class="foottext">
11
    <p>TurboGears is a open source front-to-back web development
12
      framework written in Python. Copyright (c) 2005-2008 </p>
13
  </div>
14
  <div class="clearingdiv"></div>
15
</div>
16
</py:def>    
17
</html>