tazpanel view 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 source
1 export TEXTDOMAIN='tazpanel'
2 cat << EOT
3 <!-- End of content-->
4 </div>
6 <footer>
7 $(gettext 'Copyright') &copy; $(date +%Y)
8 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
9 - <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
10 </footer>
12 <script type="text/javascript">
13 window.onbeforeunload = null;
14 </script>
15 </body>
16 </html>
17 EOT