File tree 1 file changed +54
-0
lines changed 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ <html >
2
+ <head >
3
+
4
+ <!-- CSS -->
5
+ <script type =" text/javascript" src =" /lang/b28n.js" ></script >
6
+ <meta http-equiv =" Content-Type" content =" text/html; charset=utf-8" />
7
+ <title >Test ....</title >
8
+
9
+ <script language =" JavaScript" type =" text/javascript" >
10
+
11
+ Butterlate .setTextDomain (" alarm" );
12
+
13
+
14
+ function initTranslation ()
15
+ {
16
+ }
17
+
18
+ var test_run= 1 ;
19
+ var test_msg= ' ' ;
20
+
21
+ function page_init ()
22
+ {
23
+ initTranslation ();
24
+
25
+ if ( test_run == 0 )
26
+ {
27
+ document .getElementById (" msg" ).innerHTML = test_msg;
28
+ document .getElementById (" btn_close" ).style .display = " block" ;
29
+ }
30
+ else
31
+ {
32
+ setTimeout (' refresh_page()' , 1500 );
33
+ }
34
+ }
35
+
36
+ function refresh_page ()
37
+ {
38
+ location .reload ();
39
+ }
40
+
41
+ </script >
42
+
43
+ </head >
44
+
45
+ <body onload =" page_init()" bgcolor =" #c0cad9" >
46
+
47
+ <div style =" text-align : center " >
48
+ <div id =" msg" >Test is runing, Please waiting....</div >
49
+ <input id =" btn_close" type =" button" value =" close" onclick =" window.close();"
50
+ style =" width : 160px ; display : none ;" />
51
+ </div >
52
+
53
+ </body >
54
+ </html >
You can’t perform that action at this time.
0 commit comments