%%74^743^7435012F%%SIM0821.tpl.php
2.14 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
<?PHP /* Smarty version 2.6.22, created on 2009-11-12 12:56:30
compiled from SIM0821.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
<?PHP echo $this->_tpl_vars['DEFARR'][7]; ?>
設定画面
</div>
<div class="ConfMain">
<table>
<tr>
<td style="width:420px;">
<div class="SimCommentBox" style="width:370px;">
※ご注意<br>
「入力金額に消費税を加算する」にチェックした場合<br>
入力金額には税抜き金額を入力します。<br>
資金繰表へのアクセス権が有る場合、資金繰表には<br>
消費税を加算した金額での合計金額が表示されます。
</div>
</td>
<td>
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</td>
</tr>
</table>
<table class="ConfTable">
<tr>
<th class="ConfKubunTh"><?PHP echo $this->_tpl_vars['DEFARR'][5]; ?>
</th>
<th class="ConfKubunTh"><?PHP echo $this->_tpl_vars['DEFARR'][6]; ?>
</th>
<th class="ConfKubunTh"><?PHP echo $this->_tpl_vars['DEFARR'][7]; ?>
の名称</th>
<th class="ConfKubunTh">入力金額に消費税を<br>加算する</th>
</tr>
<tr>
<td class="ConfKubunTd"><?PHP echo $this->_tpl_vars['kParent']; ?>
</td>
<td class="ConfKubunTd"><?PHP echo $this->_tpl_vars['kParentD']; ?>
</td>
<td class="ConfKubunTd"><input type="text" size="30" name="kName" value="<?PHP echo $this->_tpl_vars['kName']; ?>
"></td>
<td class="ConfKubunTd" style="text-align:center;">
<?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>
<div style="margin-left:80px;">
<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='SIM0820.php'"><br>
</div>
</div>
<br>
</div>