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

Small improvements: no need HTML "meta charset" (it's done in HTTP headers); no need "$SCRIPT_NAME" in links; use HTML "&" in links; hide Wi-Fi password in the page; fix month selector in the date settings; use HTML5 plain "header" and "footer"; use "printf"'s loop nature; fix "1" message in page loading break.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 03 17:11:14 2015 +0200 (2015-01-03)
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	Sat Jan 03 17:11:14 2015 +0200
     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;