oscam-2.26.01-11942-802-wit.../webif/shutdown/shutdown.html
2026-02-23 17:40:08 +01:00

6 lines
454 B
HTML

##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##