OSDN Git Service

Ver.1.5.39 Fixed link error
[opengate/opengate.git] / opengate / javahtml / en / accept-http.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 align=center>You can use the network. 
11
12 <script language="JavaScript">
13 <!--
14 // usually the page is jumped to httpkeep.html
15 setTimeout("location.replace(%%HTTPKEEPURL%%)",3000);
16 location.replace(%%HTTPKEEPURL%%);
17 //-->
18 </script>
19 <noscript>
20 <p align=center><b>JavaScript is disabled.</b>  
21 Please enable Javascript and reload the browser.</p>
22 </noscript>
23
24 <p align=center>If you use the network without enabling JavaScript, 
25 the network will be closed after <b>%%DURATION%% minutes</b>.</p>
26
27 <p>
28 <TABLE cellSpacing=0 cellPadding=10 
29 align=center bgColor=lightyellow border=1>
30 <TR><TD>
31 <p align=center><a href="%%STARTURL%%" target=_blank>
32 <b>Portal Site &gt;</b></a></p>
33 </TD></TR>
34 </TABLE>
35
36 <p>
37 <TABLE borderColor=red cellSpacing=0 cellPadding=10 
38 align=center bgColor=lightyellow border=3>
39 <TR><TD>
40
41 <p align=center>
42 <font color=red>WARNING</font>
43 </p>
44
45 <p align=center>
46 The network is kept open for %%DURATION%% minutes. </p>
47 <p align=center>
48 This will keep your session open for the indicated time period. 
49 If you leave without closing your session, others could use it illegally!  
50 To avoid trouble with hijacking, click the TERMINATE link on the accept page 
51 when you want to stop using the network. 
52 </p>
53
54 <p align=center><a href="%%TERMINATEURL%%">TERMINATE</a></p>
55 </TD></TR>
56 </TABLE>
57 </p>
58
59 </BODY>
60 </HTML>