tazpanel diff styles/default/footer.html @ rev 411

boot.cgi: display log files in tabs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 18 18:59:01 2015 +0100 (2015-01-18)
parents 972b3169b3e4
children 299f204b8f1f
line diff
     1.1 --- a/styles/default/footer.html	Sun Feb 17 12:53:34 2013 +0100
     1.2 +++ b/styles/default/footer.html	Sun Jan 18 18:59:01 2015 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4 +export TEXTDOMAIN='tazpanel'
     1.5  cat << EOT
     1.6  <!-- End of content-->
     1.7  </div>
     1.8  
     1.9 -<div id="footer">
    1.10 +<footer>
    1.11  	$(gettext 'Copyright') &copy; $(date +%Y)
    1.12  	<a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    1.13  	- <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
    1.14 -</div>
    1.15 +</footer>
    1.16  
    1.17  <script type="text/javascript">
    1.18  	window.onbeforeunload = null;