tazpanel view styles/default/footer.html @ rev 516

Makefile add install_extra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 02 20:24:23 2015 +0200 (2015-08-02)
parents 7ca14d55e705
children aaf630cf6a8b
line source
1 export TEXTDOMAIN='tazpanel'
2 cat << EOT
3 <!-- End of content-->
4 </div>
6 <script type="text/javascript">
7 window.onbeforeunload = null;
8 statusbar('');
9 dupTableHead();
10 </script>
11 </body>
12 </html>
13 EOT