OSDN Git Service

Ver.1.5.13: Added shibboleth and httpbasic auth.
[opengate/opengate.git] / opengate / javahtml / en / accept-http.html
index c5a3aef..76561f4 100644 (file)
@@ -7,61 +7,53 @@
 </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>
+<p align=center>You can use the network. 
 
 <script language="JavaScript">
 <!--
 // usually the page is jumped to httpkeep.html
 location.replace(%%HTTPKEEPURL%%);
-
-// if not jumped, process following 
-if(!navigator.javaEnabled()){
-    document.write("<p><b>Java is disabled. Change it.</b></p>");
-}
 //-->
 </script>
 <noscript>
-<p><b>JavaScript is disabled. Change it.</b></p>
+<p align=center><b>JavaScript is disabled.</b>  
+Please enable Javascript and reload the browser.</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=sessionid value="%%SESSIONID%%">
-    <param name=lang value="%%LANGUAGE%%">
-   </applet>
-</div>
-
-<hr />
-
-<p>If yellow bar is not displayed between above two lines, 
-please click <a href="%%TERMINATEURL%%"><b>TERMINATE</b></a> 
-and close your browser. If authentication page is not displayed, 
-access to other web page.</p>
-
-<SCRIPT LANGUAGE="JavaScript">
-<!--
-  window.open("%%STARTURL%%","window1");
-//-->
-</SCRIPT>
-
-<table bgcolor="lightyellow" border="1">
-<tr><td>
-<b>Please keep this window 'as it is' or 'in minimized mode'. 
-Start browsers or other applications for network usage. </b> 
-Or click <a href="%%STARTURL%%" target="_blank"><b>[Start Page]</b></a> 
-to start browsing 
-(If the page is not opened by CLICK, push SHIFT key and CLICK.
-The window can be popped up automatically, if it is
-permited in the browser setting).  
-</td></tr> 
-</table>
+<p align=center>If you use the network without enabling JavaScript, 
+the network will be closed after <b>%%DURATION%% minutes</b>.</p>
+
+<p>
+<TABLE cellSpacing=0 cellPadding=10 
+align=center bgColor=lightyellow border=1>
+<TR><TD>
+<p align=center><a href="%%STARTURL%%" target=_blank>
+<b>Portal Site &gt;</b></a></p>
+</TD></TR>
+</TABLE>
+
+<p>
+<TABLE borderColor=red cellSpacing=0 cellPadding=10 
+align=center bgColor=lightyellow border=3>
+<TR><TD>
+
+<p align=center>
+<font color=red>WARNING</font>
+</p>
+
+<p align=center>
+The network is kept open for %%DURATION%% minutes. </p>
+<p align=center>
+This will keep your session open for the indicated time period. 
+If you leave without closing your session, others could use it illegally!  
+To avoid trouble with hijacking, click the TERMINATE link on the accept page 
+when you want to stop using the network. 
+</p>
+
+<p align=center><a href="%%TERMINATEURL%%">TERMINATE</a></p>
+</TD></TR>
+</TABLE>
+</p>
 
 </BODY>
 </HTML>