OSDN Git Service

Ver.1.4.0: Add client watch with HTTP Keep-Alive, alternate to the watch with java...
[opengate/opengate.git] / opengate / javahtml / en / accept-java.html
diff --git a/opengate/javahtml/en/accept-java.html b/opengate/javahtml/en/accept-java.html
new file mode 100644 (file)
index 0000000..e809a07
--- /dev/null
@@ -0,0 +1,59 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>Opengatemain</title>
+</head>
+<body>
+
+<p>You can use the network. 
+
+<p>When you finish to use the network, stop your WEB browser. 
+You will be disconnected from the network automatically.</p>
+
+<script language="JavaScript">
+<!--
+if(!navigator.javaEnabled()){
+    document.write("<p><b>Java is disabled.</b></p>");
+}
+//-->
+</script>
+<noscript>
+<p><b>JavaScript is disabled. Change it.</b></p>
+</noscript>
+
+<hr />
+<div align="center">
+   <applet code="Opengate.class" archive="Opengate.jar"
+    codebase="%%OPENGATEDIR%%" width="600" height="30" >
+    <param name=port value="%%OPENGATEPORT%%">
+    <param name=user value="%%USERID%%">
+    <param name=lang value="%%LANGUAGE%%">
+   </applet>
+</div>
+
+<hr />
+
+<p>If yellow bar is not displayed between above two lines, Java does not run. 
+Please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a>, 
+ close your browser, and try to select HTTP in authentication page. 
+Java will run, if you download JavaPlugIn from <a href=http://java.com/ja/index.jsp><b>java.com</b></a>.</p>
+
+
+<SCRIPT LANGUAGE="JavaScript">
+<!--
+  window.open("%%STARTURL%%","window1");
+//-->
+</SCRIPT>
+
+<table bgcolor="lightyellow" border="1">
+<tr><td>
+Please leave this window as it is (or minimized), and work on another window. 
+If another working window is not popped up, 
+click <a href="%%STARTURL%%" target="_blank"><h3>[Start Page]</h3></a>
+ to open.
+</td></tr>
+</table>
+
+</BODY>
+</HTML>
+