OSDN Git Service

Ver.1.4.19: Modify control of favicon.ico.
[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>
15
16
17 <p>You can use the network.</p>
18 <p>When you finish to use the network, stop 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 <hr />
26 <p>
27 <div id="watchdog" align="center">
28 <table width="60%" bgcolor="yellow" >
29 <tr>
30 <td align='center'>Authenticated for networt use </td>
31 <td align='center'>User name %%USERID%%</td>
32 <td align='center'>Confirmation </td>
33 <td align='center'><div id="dispmsg">Starting...</div> </td>
34 </tr>
35 </table>
36 </div>
37 </p>
38 <hr />
39
40
41 <p>If yellow bar is not displayed between above two lines 
42 or other malfunction is occured, 
43 click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
44  and close your browser.
45 If authentication page is not displayed, access to other web page.</p>
46
47 <table bgcolor="lightyellow" border="1">
48 <tr><td>
49 <b>Please keep this window 'as it is' or 'in minimized mode'. 
50 Start browsers or other applications for network usage. </b> 
51 Or click <a href="%%STARTURL%%" target="_blank"><b>[Start Page]</b></a> 
52 to start browsing 
53 (If the page is not opened by CLICK, push SHIFT key and CLICK.
54 The window can be popped up automatically, if it is
55 permited in the browser setting).  
56 </td></tr> 
57 </table>
58
59 <script type="text/JavaScript">
60 //<!--
61   window.open("%%STARTURL%%","window1");
62
63   applet  =' <applet code="Opengate.class" archive="Opengate.jar" ';
64   applet +='  codebase="http://%%OPENGATESERVERNAME%%%%OPENGATEDIR%%" width="600" height="30" > ';
65   applet +='  <param name=port value="%%OPENGATEPORT%%"> ';
66   applet +='  <param name=user value="%%USERID%%"> ';
67   applet +='  <param name=sessionid value="%%SESSIONID%%"> ';
68   applet +='  <param name=lang value="%%LANGUAGE%%"> ';
69   applet +=' </applet> ';
70
71   initHttpkeep("%%HTTPHELLOURL%%",applet, "%%SESSIONID%%");
72 //-->
73 </script>
74
75 </body>
76 </html>