index.tpl
1.3 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
<body>
<div class="LiteBody">
<form name= "frm" method="post" action="SIM0010.php">
<div class="LiteHeader">
<img src="./templates/img/logo.gif" alt="{$PHP_SYSNAME}" border="0">
</div>
<div class="LiteUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "{$DEFARR[2]}" target="_blank">ヘルプ</a>
</span>
</div>
<div class="LiteMiddle">
<br>
<div class="LiteMain">
<br><br>
<table id="GrloginFrm">
<tr>
<td align="right"><font size="2"><b>グループID :</b></font></td>
<td><input type="text" name="gid" value="{$cookGroupID}"></td>
</tr>
<tr>
<td align="right"><font size="2"><b>グループPW:</b></font></td>
<td><input type="password" name="gpw" value="{$cookGroupPW}"></td>
</tr>
<tr>
<td colspan=2 align="Center"><input type="submit" value="ログイン"></td>
</tr>
<tr align="Center">
<td colspan="2">
<font size="2" color="#ff0000">※グループIDとパスワードを入力しログインボタンを押してください</font>
</td>
</tr>
</table>
<br>
{include_php file="inc/info.inc"}
<br>
<br>
</div>
<br>
</div>
<div class="LiteUserinfo">
<span class="NameText"></span>
</div>
{include_php file="inc/copyright.inc"}
<input type="hidden" name="backurl" value="index">
</form>
</div>
</body>
</html>