%%FC^FC2^FC2E1456%%SIM0010.tpl.php
2.17 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?PHP /* Smarty version 2.6.22, created on 2009-06-10 09:11:26
compiled from SIM0010.tpl */ ?>
<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 echo $this->_tpl_vars['PHP_SYSNAME']; ?>
</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>
<body>
<div class="LoginBody">
<form name= "frm" method="post" action="SIM0011.php">
<div class="LoginHeader">
<span class="VerticalMiddle"><img src="./templates/img/logo.gif" alt="<?PHP echo $this->_tpl_vars['PHP_SYSNAME']; ?>
" border="0"></span>
</div>
<div class="MenuUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "<?PHP echo $this->_tpl_vars['DEFARR'][2]; ?>
" target="_blank">ヘルプ</a>
</span>
</div>
<div class="LoginMain">
<table>
<tr>
<td>所属グループ:</td>
<td>
<?PHP echo $this->_tpl_vars['PHP_GROUP_NAME']; ?>
</td>
<td rowspan="4">
<div id="UsloginSub" >
ユーザー名を選択してください<br><br>
ユーザーパスワードを入力し<br>ログインボタンを押してください
</div>
</td>
</tr>
<tr>
<td>ユーザ名:</td>
<td>
<select size=7 name="useq">
<?PHP echo $this->_tpl_vars['userCMB']; ?>
</select>
</td>
</tr>
<tr>
<td>パスワード:</td>
<td><input type="password" name="upw"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="ログイン"></td>
</tr>
</table>
<br>
</div>
<div class="MenuUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "<?PHP echo $this->_tpl_vars['DEFARR'][1]; ?>
" target="_blank">ホームページへ</a>
</span>
</div>
<div class="LoginFooter">
<a href="<?PHP echo $this->_tpl_vars['DEFARR'][3]; ?>
" target="_blank" title="メディアテック(株)ホームページへ">© Copyright2006-2009 All rights reserved by Mediatech. Co., Ltd.</a>
</div>
<input type="hidden" name="gid" value="<?PHP echo $this->_tpl_vars['gid']; ?>
">
<input type="hidden" name="gpw" value="<?PHP echo $this->_tpl_vars['gpw']; ?>
">
</form>
</div>
</body>
</html>