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

fix bug 45: ask confirmation during page load
author border
date Fri Dec 21 01:49:21 2012 -0500 (2012-12-21)
parents b3c93e4a8acc
children 972b3169b3e4
line source
1 cat << EOT
2 <!-- End of content-->
3 </div>
5 <div id="footer">
6 $(gettext 'Copyright') &copy; 2012
7 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
8 - <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
9 </div>
11 <script type="text/javascript">
12 window.onbeforeunload = null;
13 </script>
14 </body>
15 </html>
16 EOT