source: gutenbach-web/footer.html @ 84ed773

debianmacno-cupsweb
Last change on this file since 84ed773 was 84ed773, checked in by Edward Z. Yang <edwardzyang@…>, 15 years ago

Remove scaffolding we don't know, implement volume output.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

  • Property mode set to 100644
File size: 333 bytes
Line 
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    <p><a href="http://www.turbogears.org/2.0/">Powered by TurboGears 2</a></p>
8  </div>
9  <div class="clearingdiv"></div>
10</div>
11</py:def>   
12</html>
Note: See TracBrowser for help on using the repository browser.