index.tpl
1.77 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<meta http-equiv="content-type" content="text/html; cahrset=euc-jp">
<meta http-equiv="content-style-type" content="text/css">
<meta name="robots" content="noindex, nofollow">
<title>{$PHP_SYSNAME}</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>
<body>
<div class="LoginBody">
<form name= "frm" method="post" action="SIM0010.php">
<div class="LoginHeader">
<img src="./templates/img/logo.gif" alt="{$PHP_SYSNAME}" border="0">
</div>
<div class="MenuUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "{$DEFARR[2]}" target="_blank">ヘルプ</a>
</span>
</div>
<div class="LoginMain">
<table>
<tr>
<td>グループID:</td>
<td><input type="text" name="gid" value="{$cookGroupID}"></td>
</tr>
<tr>
<td>グループPW:</td>
<td><input type="password" name="gpw" value="{$cookGroupPW}"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="ログイン"></td>
</tr>
</table>
<br>
<table>
<tr>
<td id="GrloginSub">
グループIDとパスワードを入力し<br>ログインボタンを押してください
</td>
</tr>
<tr>
<td id="GrloginTxt">
■ご利用に当たって<br>
・ブラウザは、JavaScriptが利用できる状態にしてください<br>
・推奨ブラウザ:Internet Explorer6.01以降<br>
</td>
</tr>
</table>
</div>
<div class="MenuUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "{$DEFARR[1]}" target="_blank">ホームページへ</a>
</span>
</div>
<div class="LoginFooter">
<a href="{$DEFARR[3]}" target="_blank" title="メディアテック(株)ホームページへ">© Copyright2006-2009 All rights reserved by Mediatech. Co., Ltd.</a>
</div>
<input type="hidden" name="backurl" value="index">
</form>
</div>
</body>
</html>