tazpanel view 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
line source
1 # Footer of TazPanel html page
3 export TEXTDOMAIN='tazpanel'
4 cat <<EOT
5 <!-- End of content-->
6 </div>
8 <script type="text/javascript">
9 window.onbeforeunload = null;
10 if (ajaxLoader == 0) statusbar('');
11 dupTableHead();
12 </script>
13 </body>
14 </html>
15 EOT