OSDN Git Service

Ver.1.4.20: Modify web pages to guide the users to the right way.
[opengate/opengate.git] / opengate / javahtml / en / accept-java.html
1 <html>
2 <head>
3 <link rel="shortcut icon" href="%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
4 <link rel="icon" href="%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
6 <title>Opengatemain</title>
7 </head>
8 <body>
9
10 <p>You can use the network. 
11
12 <p>When you finish to use the network, stop your WEB browser. 
13 You will be disconnected from the network automatically.</p>
14
15 <script language="JavaScript">
16 <!--
17 if(!navigator.javaEnabled()){
18     document.write("<p><b>Java is disabled. Change it.</b></p>");
19 }
20 //-->
21 </script>
22 <noscript>
23 <p><b>JavaScript is disabled. Change it.</b></p>
24 </noscript>
25
26
27 <p>
28 <TABLE cellSpacing=0 cellPadding=10 
29 align=center bgColor=lightyellow border=1>
30 <TR><TD>
31 <b>
32 <P align=center>
33 If you move or close this page, the network is closed.<p>
34
35 <P align=center>
36 Click below button to create a new window for browsing.</p>
37
38 <FORM onclick='window.open("%%STARTURL%%")'>
39 <div align=center><INPUT TYPE="button" VALUE="     START BROWSING     "></div>
40 </FORM>
41
42 <noscript>
43 <p align=center><a href="%%STARTURL%%" target=_blank>START BROWSING</a></p>
44 </noscript>
45
46 <P align=center>
47 Or, minimize this page and load other network programs.</p>
48 </b>
49 </TD></TR>
50 </TABLE>
51 </p>
52
53 <hr />
54 <div align="center">
55    <applet code="Opengate.class" archive="Opengate.jar"
56     codebase="%%OPENGATEDIR%%" width="600" height="30" >
57     <param name=port value="%%OPENGATEPORT%%">
58     <param name=user value="%%USERID%%">
59     <param name=sessionid value="%%SESSIONID%%">
60     <param name=lang value="%%LANGUAGE%%">
61    </applet>
62 </div>
63
64 <hr />
65
66 <p>If yellow bar is not displayed between above two lines, Java does not run. 
67 In this case, please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
68  and close your browser. 
69 Or you can run Java, if you download JavaPlugIn from 
70 <a href=http://java.com/ja/index.jsp><b>java.com</b></a>, and enable it.
71 If authentication page is not displayed, access to other web page.</p>
72
73
74 <script language="JavaScript">
75 <!--
76   window.open("%%STARTURL%%","window1");
77 //-->
78 </script>
79
80 </body>
81 </html>
82