tazpanel view 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 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