Changeset 427 for trunk/root/templates


Ignore:
Timestamp:
10/07/10 02:29:01 (14 years ago)
Author:
misc
Message:
  • move the date/time to the bottom of the page, so the upper corner is

free to place something else

Location:
trunk/root/templates/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/footer.tt

    r344 r427  
    11<!-- $Id$ --> 
    2 <div id="footer" style="clear: both"> 
     2<div id="footer"> 
     3<div id="now">[% l('Page generated the [_1]', c.model('Vote').dbtime) | html %]</div> 
     4<div id="catalyst_logo"> 
    35<a href="http://forge.ipsl.jussieu.fr/epoll"> Epoll [% Vote.VERSION | html %]</a> 
    46<a href="http://www.catalystframework.org/"><img alt="Powered by Catalyst" src="[% c.uri_for('/static', 'images', 'btn_88x31_powered_shadow.png') %]"></a> 
    57</div> 
     8</div> 
    69</body> 
    710</html> 
  • trunk/root/templates/includes/header.tt

    r422 r427  
    2222<div id="header"> 
    2323    <p id="title"><b>Epoll:</b> [% l('Web voting system') %]</p> 
    24     <p id="now" style="float: right">[% l('Page generated the [_1]', c.model('Vote').dbtime) | html %]</p> 
    2524        <form style="float: right" action="[% c.uri_for('/', c.req.path) %]" method="POST"> 
    2625        [% INCLUDE 'includes/locale_select.tt' %] 
Note: See TracChangeset for help on using the changeset viewer.