OSDN Git Service

eb69a9077e4c5609c261b7c083172c1fbdc45834
[opengate/opengate.git] / opengate / javahtml / en / httpkeep.html
1 <html>
2 <head>
3 <link rel="shortcut icon" href="http://%%OPENGATESERVERNAME%%%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
4 <link rel="icon" href="http://%%OPENGATESERVERNAME%%%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <title>Http Keep-Alive</title>
8
9 <script type="text/JavaScript" src="%%HTTPKEEPJSURL%%"></script>
10 <script type="text/JavaScript" src="%%MD5JSURL%%"></script>
11
12 </head>
13
14 <body onunload="endHttpkeep();alert('[The End of Network Use]\n\nThe network is closed when the page with a yellow bar is closed.\nDo not close the page during the network use.')">
15
16
17 <p>You can use the network.</p>
18 <p>When you'd like to finish using the network, close your WEB browser. 
19 You will be disconnected from the network automatically.</p>
20
21 <noscript>
22 <p><b>JavaScript is disabled. Change it.</b></p>
23 </noscript>
24
25 <p>
26 <TABLE cellSpacing=0 cellPadding=10 
27 align=center bgColor=lightyellow border=1>
28 <TR><TD>
29 <b>
30 <P align=center>
31 If you use this window for browsing or close this page, 
32 the network will be closed.<p>
33
34 <P align=center>
35 Click below button to create a new window for browsing.</p>
36
37 <FORM onclick='window.open("%%STARTURL%%")'>
38 <div align=center><INPUT TYPE="button" VALUE="     START BROWSING     "></div>
39 </FORM>
40
41 <noscript>
42 <p align=center><a href="%%STARTURL%%" target=_blank>START BROWSING</a></p>
43 </noscript>
44
45 <P align=center>
46 Or, minimize this page and load other network programs.</p>
47 </b>
48 </TD></TR>
49 </TABLE>
50 </p>
51
52 <hr />
53 <p>
54 <div id="watchdog" align="center">
55 <table width="60%" bgcolor="yellow" >
56 <tr>
57 <td align='center'>Authenticated for network use </td>
58 <td align='center'>User name %%USERID%%</td>
59 <td align='center'>Confirmation </td>
60 <td align='center'><div id="dispmsg">Starting...</div> </td>
61 </tr>
62 </table>
63 </div>
64 </p>
65 <hr />
66
67
68 <p>If yellow bar is not displayed between above two lines 
69 or other malfunction is occured, 
70 click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
71  and close your browser.
72 If authentication page is not displayed, access to other web page.</p>
73
74 <script type="text/JavaScript">
75 //<!--
76   window.open("%%STARTURL%%","window1");
77
78   applet  =' <applet code="Opengate.class" archive="Opengate.jar" ';
79   applet +='  codebase="http://%%OPENGATESERVERNAME%%%%OPENGATEDIR%%" width="600" height="30" > ';
80   applet +='  <param name=port value="%%OPENGATEPORT%%"> ';
81   applet +='  <param name=user value="%%USERID%%"> ';
82   applet +='  <param name=sessionid value="%%SESSIONID%%"> ';
83   applet +='  <param name=lang value="%%LANGUAGE%%"> ';
84   applet +=' </applet> ';
85
86   initHttpkeep("%%HTTPHELLOURL%%",applet, "%%SESSIONID%%");
87 //-->
88 </script>
89
90 </body>
91 </html>