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

Change icons presentation in code - free to use anywhere, simplify icons substitution, minify html, misc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 10 04:11:45 2015 +0200 (2015-12-10)
parents aaf630cf6a8b
children
rev   line source
al@525 1 # Footer of TazPanel html page
al@525 2
al@406 3 export TEXTDOMAIN='tazpanel'
al@519 4 cat <<EOT
domcox@300 5 <!-- End of content-->
domcox@300 6 </div>
domcox@300 7
border@335 8 <script type="text/javascript">
border@335 9 window.onbeforeunload = null;
al@519 10 if (ajaxLoader == 0) statusbar('');
al@419 11 dupTableHead();
border@335 12 </script>
domcox@300 13 </body>
domcox@300 14 </html>
domcox@300 15 EOT