oscam-2.26.01-11942-802-wit.../webif/shutdown/shutdown.html

6 lines
454 B
HTML
Raw Normal View History

##TPLHEADERSHORT##
<script type="text/javascript">var count = 10;var redirect="./status.html";function countDown(){if (count <=0){window.location = redirect;}else{count--;document.getElementById("timer").innerHTML = "<BR><P CLASS='text-large-red'>OSCam Restart/Shutdown in " +count+ " Seconds</P><BR><BR>";setTimeout("countDown()", 1000)}}</script>
##TPLBODY##
<SPAN ID="timer"><SCRIPT type="text/javascript">countDown();</SCRIPT></SPAN>
##TPLFOOTER##