tazpanel annotate styles/default/footer.html @ rev 381

More reliable menu.d calls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 06 00:45:40 2014 +0100 (2014-01-06)
parents 7d549f711862
children 106b85c1951c
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">
pascal@348 6 $(gettext 'Copyright') &copy; $(date +%Y)
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