3 <meta http-equiv='content-type' content='text/html;charset=utf-
8'
>
4 <meta name='robots' content='noindex,nofollow'
>
5 <title>[<%
ident(); %>] Rebooting...
</title>
6 <script type='text/javascript'
>
7 var n
= 50 + parseInt('0<% nv("wait_time"); %>');
10 var e
= document
.getElementById('continue');
16 if (n
== 19) e
.disabled
= false;
17 setTimeout(tick
, 1000);
21 window
.location
.replace('/');
28 e
= document
.getElementById('msg');
35 <body style='background:#fff' onload='init()'
><table style='width:
100%;height:
100%'
>
36 <tr><td style='text-align:center;vertical-align:middle;font:
12px sans-serif'
><form>
37 <div style='width:
600px;border-bottom:
1px solid #aaa;margin:
5px auto;padding:
5px
0;font-size:
14px;display:none;font-weight:bold' id='msg'
></div>
38 Please wait while the router reboots...
39 <input type='button' value='' style='font:
12px sans-serif;width:
80px;height:
24px' id='continue' onclick='go()' disabled
>
41 </table></body></html>