OSDN Git Service

Ver.1.4.9: Change hello timing control from client side to server side.
[opengate/opengate.git] / opengate / javahtml / en / httpkeep.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
4 <title>Http Keep-Alive</title>
5
6 <script type="text/JavaScript" src="%%HTTPKEEPJSURL%%"></script>
7 <script type="text/JavaScript" src="%%MD5JSURL%%"></script>
8
9 </head>
10
11 <body>
12
13
14 <p>You can use the network.</p>
15 <p>When you finish to use the network, stop your WEB browser. 
16 You will be disconnected from the network automatically.</p>
17
18 <noscript>
19 <p><b>JavaScript is disabled. Change it.</b></p>
20 </noscript>
21
22 <hr />
23 <p>
24 <div id="watchdog" align="center">
25 <table width="60%" bgcolor="yellow" >
26 <tr>
27 <td align='center'>Authenticated for networt use </td>
28 <td align='center'>User name %%USERID%%</td>
29 <td align='center'>Confirmation </td>
30 <td align='center'><div id="dispmsg">Started</div> </td>
31 </tr>
32 </table>
33 </div>
34 </p>
35 <hr />
36
37
38 <p>If yellow bar is not displayed between above two lines 
39 or other malfunction is occured, 
40 click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
41  close your browser, and try to select other watch mode
42  in authentication page.</p>
43
44 <table bgcolor="lightyellow" border="1">
45 <tr><td>
46 <b>Please keep this window 'as it is' or 'in minimized mode'. 
47 Start browsers or other applications for network usage. </b> 
48 Or click <a href="%%STARTURL%%" target="_blank"><b>[Start Page]</b></a> 
49 to start browsing 
50 (If the page is not opened by CLICK, push SHIFT key and CLICK.
51 The window can be popped up automatically, if it is
52 permited in the browser setting).  
53 </td></tr> 
54 </table>
55
56 <script type="text/JavaScript">
57 //<!--
58   window.open("%%STARTURL%%","window1");
59
60   applet  =' <applet code="Opengate.class" archive="Opengate.jar" ';
61   applet +='  codebase="%%OPENGATEDIR%%" width="600" height="30" > ';
62   applet +='  <param name=port value="%%OPENGATEPORT%%"> ';
63   applet +='  <param name=user value="%%USERID%%"> ';
64   applet +='  <param name=sessionid value="%%SESSIONID%%"> ';
65   applet +='  <param name=lang value="%%LANGUAGE%%"> ';
66   applet +=' </applet> ';
67
68   initHttpkeep("%%HTTPHELLOURL%%",applet, "%%SESSIONID%%");
69 //-->
70 </script>
71
72 </body>
73 </html>