SIM0821.tpl
1.62 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
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
{$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">{$DEFARR[5]}</th>
<th class="ConfKubunTh">{$DEFARR[6]}</th>
<th class="ConfKubunTh">{$DEFARR[7]}の名称</th>
<th class="ConfKubunTh">入力金額に消費税を<br>加算する</th>
</tr>
<tr>
<td class="ConfKubunTd">{$kParent}</td>
<td class="ConfKubunTd">{$kParentD}</td>
<td class="ConfKubunTd"><input type="text" size="30" name="kName" value="{$kName}"></td>
<td class="ConfKubunTd" style="text-align:center;">
{if $kzei == 1}
<input type="checkbox" name="kzei" checked>
{else}
<input type="checkbox" name="kzei">
{/if}
</td>
</tr>
</table>
<div style="margin-left:80px;">
<BR>
<input type="button" class="SimOkButton" value=" {$btnCap} " onclick="data_chk('{$seq}', '{$mode}', '{$kMode}')">
<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0820.php'"><br>
</div>
</div>
<br>
</div>