%%19^191^191ED93E%%SIM0931.tpl.php
3.4 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?PHP /* Smarty version 2.6.22, created on 2009-05-11 11:31:38
compiled from SIM0931.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">
<?PHP echo '
<script language="javascript">
function data_chk(seq,mode,kmode){
if(document.frm.kName.value == ""){
alert("名称を入力してください");
return false;
}
document.frm.action = "SIM0932.php?mode="+mode+"&seq="+seq+"&kmode="+kmode;
document.frm.method="POST";
document.frm.submit();
}
</script>
'; ?>
<title><?PHP echo $this->_tpl_vars['PHP_SYSNAME']; ?>
</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>
<body>
<form name="frm" method="post">
<div class="LoginBody">
<div class="LoginHeader">
<img src="./templates/img/logo.gif" alt="<?PHP echo $this->_tpl_vars['PHP_SYSNAME']; ?>
" border="0">
</div>
<div class="MenuUserinfo">
<span class="NameText"><?PHP echo $this->_tpl_vars['PHP_GROUP_NAME']; ?>
/ <?PHP echo $this->_tpl_vars['PHP_BUMON_NAME']; ?>
/ <?PHP echo $this->_tpl_vars['PHP_USER_NAME']; ?>
</span>
<span class="LinkText">
<a href = "./help/HELP0931.html" target="_blank">ヘルプ</a> /
<a href = "SIM9999.php">ログアウト</a>
</span>
</div>
<div class="ConfOutline">
<div class="ConfTitle">
<?PHP echo $this->_tpl_vars['DEFARR'][7]; ?>
設定画面
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table class="ConfSubTable">
<tr>
<th><?PHP echo $this->_tpl_vars['DEFARR'][5]; ?>
</th>
<th><?PHP echo $this->_tpl_vars['DEFARR'][6]; ?>
</th>
<th><?PHP echo $this->_tpl_vars['DEFARR'][7]; ?>
の名称</th>
<th>入力金額に消費税を<br>加算する</th>
</tr>
<tr>
<td><?PHP echo $this->_tpl_vars['kParent']; ?>
</td>
<td><?PHP echo $this->_tpl_vars['kParentD']; ?>
</td>
<td><input type="text" size="30" name="kName" value="<?PHP echo $this->_tpl_vars['kName']; ?>
"></td>
<td>
<?PHP if ($this->_tpl_vars['kzei'] == 1): ?>
<input type="checkbox" name="kzei" checked>
<?PHP else: ?>
<input type="checkbox" name="kzei">
<?PHP endif; ?>
</td>
</tr>
</table>
<br>
<input type="button" class="SimOkButton" value=" <?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk('<?PHP echo $this->_tpl_vars['seq']; ?>
', '<?PHP echo $this->_tpl_vars['mode']; ?>
', '<?PHP echo $this->_tpl_vars['kMode']; ?>
')">
<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0930.php'"><br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
</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>
</div>
</form>
</body>
</html>