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

libtazpanel: show carrier (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 12 13:54:08 2015 +0200 (2015-05-12)
parents 08526cd36495
children 470ab4241de5
rev   line source
al@406 1 export TEXTDOMAIN='tazpanel'
domcox@300 2 cat << EOT
domcox@300 3 <!-- End of content-->
domcox@300 4 </div>
domcox@300 5
al@463 6 </td></tr></table>
al@463 7
al@406 8 <footer>
pascal@445 9 $(gettext 'Copyright') &copy; $(date +%Y)
al@419 10 <a href="http://www.slitaz.org/" target="_blank">SliTaz GNU/Linux</a>
al@419 11 - <a href="index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
al@406 12 </footer>
domcox@300 13
border@335 14 <script type="text/javascript">
border@335 15 window.onbeforeunload = null;
al@419 16 dupTableHead();
border@335 17 </script>
domcox@300 18 </body>
domcox@300 19 </html>
domcox@300 20 EOT