tazpanel view styles/default/footer.html @ rev 445

footer.html: fix year
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 08 15:02:55 2015 +0200 (2015-04-08)
parents 169f1ccfb613
children 7ca14d55e705
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/" target="_blank">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 dupTableHead();
15 </script>
16 </body>
17 </html>
18 EOT