SIM0820.tpl
2.66 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
<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>
小区分を削除すると入力済みの金額も削除されます。
</div>
</td>
<td>
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</td>
</tr>
</table>
<table class="ConfTable" style="margin-left:auto;margin-right:auto;">
<tr>
<th class="ConfKubunTh">{$DEFARR[5]}</th>
<th class="ConfKubunTh">{$DEFARR[6]} / {$DEFARR[7]}</th>
</tr>
<!--{section name=item loop=$bName}-->
<tr>
<td class="ConfKubunTd">{$bName[item]}</td>
<td class="ConfKubunTd">
<table>
<!--{section name=item2 loop=$kName[item]}-->
<!--{if $bSeq[item] == $kParent[item][item2] }-->
<tr>
<td class="ConfKubunTd" width="100">
{$kName[item][item2]}
</td class="ConfKubunTd">
<td class="ConfKubunTd">
<input type="button" value="追加" onclick="location.href='SIM0821.php?mode=add&bSeq={$bSeq[item]}&kSeq={$kSeq[item][item2]}'"><br>
</td>
<td class="ConfKubunTd">
<table>
<!--{section name=item3 loop=$cName[item][item2]}-->
<!--{if $kSeq[item][item2] == $cParent[item][item2][item3]}-->
<tr>
<td width="160">
{if $cZeiflg[item][item2][item3] == 1}
<a href="./SIM0821.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=1">{$cName[item][item2][item3]}</a>
{else}
<a href="./SIM0821.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=0">{$cName[item][item2][item3]}</a>
{/if}
</td>
<td width="28">
{if $cZeiflg[item][item2][item3] == 1}
<span class="zei_disp">税抜<BR>入力</span>
{else}
<span class="zei_disp"> </span>
{/if}
</td>
<td>
<input type="button" value="削除" onclick="del_chk({$cSeq[item][item2][item3]}, '{$cName[item][item2][item3]}');">
</td>
<td>
</tr>
<!--{/if}-->
<!--{/section}-->
</table>
</td>
</tr>
<!--{/if}-->
<!--{/section}-->
</table>
</td>
</tr>
<!--{/section}-->
</table>
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
</div>
</div>