source: trunk/root/templates/includes/footer.tt @ 427

Last change on this file since 427 was 427, checked in by misc, 14 years ago
  • move the date/time to the bottom of the page, so the upper corner is

free to place something else

  • Property svn:keywords set to Id Rev
File size: 410 bytes
Line 
1<!-- $Id$ -->
2<div id="footer">
3<div id="now">[% l('Page generated the [_1]', c.model('Vote').dbtime) | html %]</div>
4<div id="catalyst_logo">
5<a href="http://forge.ipsl.jussieu.fr/epoll"> Epoll [% Vote.VERSION | html %]</a>
6<a href="http://www.catalystframework.org/"><img alt="Powered by Catalyst" src="[% c.uri_for('/static', 'images', 'btn_88x31_powered_shadow.png') %]"></a>
7</div>
8</div>
9</body>
10</html>
Note: See TracBrowser for help on using the repository browser.