tazpanel annotate 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
rev   line source
domcox@300 1 cat << EOT
domcox@300 2 <!-- End of content-->
domcox@300 3 </div>
domcox@300 4
domcox@300 5 <div id="footer">
domcox@300 6 $(gettext 'Copyright') &copy; 2012
domcox@300 7 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
domcox@300 8 - <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
domcox@300 9 </div>
domcox@300 10
border@335 11 <script type="text/javascript">
border@335 12 window.onbeforeunload = null;
border@335 13 </script>
domcox@300 14 </body>
domcox@300 15 </html>
domcox@300 16 EOT