OSDN Git Service

Ver.1.4.20: Modify web pages to guide the users to the right way.
[opengate/opengate.git] / opengate / javahtml / en / index.html
1 <HTML>
2 <link rel="shortcut icon" href="%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
3 <link rel="icon" href="%%OPENGATEDIR%%/favicon.ico" type="image/x-icon">
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
6 <HEAD>
7 <TITLE>OpengateStart</TITLE>
8 </HEAD>
9
10 <BODY>
11 <center>
12
13 <H2 align=center>Network User Authentication</H2>
14
15 <hr>
16 [<a href="http://%%AUTHCGIURL%%?addr=%%ADDR4%%&lang=ja">Japanese version</a>]
17 <hr>
18 <div align=center>
19 <P><font size=+1>You are requested to be authenticated before using network.
20 </font></P>
21
22 <P><font size=+1>You will be authenticated with your user ID and
23 password.  If you do
24 not know your user ID and/or password, please consult CNC.
25 </font></P>
26
27 <P>
28 Please enter your user ID and password in the box below, then press SEND.
29 Please use SSL Authentication as far as possible to prevent wiretapping. 
30 </P>
31 <P><A HREF="https://%%AUTHCGIURL%%?addr=%%ADDR4%%&lang=en">SSL Authentication</A></P>
32
33 <P>
34 <FORM METHOD="POST" ACTION="http://%%CGIURL%%">
35 <INPUT TYPE="HIDDEN" NAME="language" VALUE="en">
36 <INPUT TYPE="HIDDEN" NAME="remote_addr" VALUE="%%ADDR4%%">
37
38 <TABLE BORDER=0>
39 <TR NOWRAP>
40 <TD>User ID:</TD><TD><INPUT TYPE="TEXT" SIZE=15 NAME="userid"></TD>
41 </TR><TR NOWRAP>
42 <TD>Password:</TD><TD><INPUT TYPE="PASSWORD" SIZE=15 NAME="password"></TD>
43 </TR><TR NOWRAP>
44 <TD><INPUT TYPE="SUBMIT" VALUE="  SEND  "></TD>
45 </TR>
46 </TABLE>
47
48 <hr>
49 <b>Use the following only when the network is closed frequently and 
50 cannot be used continuously(unrecommended).</b><br>
51 Required Usage Duration: 
52 <INPUT TYPE="TEXT" SIZE="3" NAME="duration">
53 minutes(range: 1-%%DURATIONMAX%% minutes).  
54 The network is kept in open state during this time under your authentication. 
55 After you go away, others may do an illegal use of your session.  
56 To avoid trouble in hijacking, click the TERMINATE link on the accept page 
57 at the end of your network use. 
58 <hr>
59 </form>
60 </p>
61
62 </center>
63
64 <p><font size=+1>If you have some questions, please contact network administrator.
65
66 <div align=right>Saga University</div>
67
68
69 </BODY>
70
71 </HTML>
72
73
74
75
76
77
78
79
80