login-h.html
1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<hetm>
<head>
<meta http-equiv="Content-Type" content="text/html; cahrset=EUC-JP">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="help.css">
<title>ログイン - ヘルプ</title>
</head>
<body class="info_font_90_n">
<a href="#help1" name="help0">・ログイン </a>
<hr>
<a name="help1">■ログインについて</a><br>
<br>
1.各入力項目を入力します
<table>
<tr>
<td> </td>
<td>
<table border="1" cellpadding="2" cellspacing="0" bordercolor="#89BD13" class="info_font_80_n">
<tr>
<td>グループID</td>
<td>
<input type="text" value=" "> を入力して下さい
</td>
</tr>
<tr>
<td>グループPW</td>
<td>
<input type="text" value=" "> を入力して下さい
</td>
</tr>
</table>
</td></tr>
</table>
2.各入力項目を入力後、<input type="button" value=" ログイン "> を押してください
<table width = "100%" class="info_font_90_n">
<tr>
<td align="left"><a href="#help0">↑先頭へ</a></td>
<td align="right"><a href="javascript:window.close()">×閉じる</a></td>
</tr>
</table>
</body>
</html>