ZIS0130.tpl
3.96 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
<div width="95%"><font size="5px">資金収支実績表</font></div>
<div width="95%"><font size="5px"> ({$years_lst[0]}.{$months_lst[0]} 〜 {$years_lst[11]}.{$months_lst[11]})</font></div>
<table class="needless">
<tr><td>
<input type="button" class="btnTemp" value="印刷" onclick="printer();">
<input type="button" class="btnCancel" value="キャンセル" onclick="winClose();">
</td></tr>
</table>
<div style="font-size:0.9em; width:90%; text-align:right;">(単位:{$strUnit}{if $strUnit!=="円"}円{/if})</div>
<table width="95%" style="font-size:9pt; border-collapse:collapse;" border="1" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF" >
<tr>
<th align="center" style="border:1px #000 solid;">大区分</th>
<th align="center" style="border:1px #000 solid;">中区分</th>
<th align="center" style="border:1px #000 solid;">小区分</th>
<th align="center" style="border:1px #000 solid;">科目</th>
<th align="center" style="border:1px #000 solid;">繰越金</th>
<th align="center" style="border:1px #000 solid;">区分</th>
{section name=mon loop=$months_lst}
<th align="center" style="border:1px #000 solid;">{$months_lst[mon]}月</th>
{/section}
</tr>
{assign var="lineCnt" value=0}
{section name=idx loop=$Kanjyo_Data}
{math equation="x + 1" x=$lineCnt assign=lineCnt}
<tr>
<!-- 第1階層 -->
{if $Kanjyo_Data[idx][10] != ""}
<th width="8%" style="border:1px #000 solid;" border="1" align="left" {$Kanjyo_Data[idx][17]} >{$Kanjyo_Data[idx][10]}</th>
{/if}
<!-- 第2階層 -->
{if $Kanjyo_Data[idx][20] != ""}
<th width="8%" style="border:1px #000 solid;" border="1" align="left" {$Kanjyo_Data[idx][27]} >{$Kanjyo_Data[idx][20]}</th>
{elseif $Kanjyo_Data[idx][27] == "row"}
<th width="8%" style="border:1px #000 solid;" border="1" align="left"></td>
{/if}
<!-- 第3階層 -->
{if $Kanjyo_Data[idx][30] != ""}
<th width="13%" style="border:1px #000 solid;" border="1" align="left" {$Kanjyo_Data[idx][37]} >{$Kanjyo_Data[idx][30]}</th>
{elseif $Kanjyo_Data[idx][37] == "row"}
<th width="13%" style="border:1px #000 solid;" border="1" align="left"></td>
{/if}
<!-- 第4階層 -->
{if $Kanjyo_Data[idx][40] != ""}
<td width="13%" style="border:1px #000 solid;" border="1" align="left" {$Kanjyo_Data[idx][47]} >
{$Kanjyo_Data[idx][40]}
</td>
<td border="1" style="border:1px #000 solid;" align="center" {$Kanjyo_Data[idx][47]} >
{$Kanjyo_Money[0][idx][2]|number_format}
</td>
<td border="1" style="border:1px #000 solid;" align="center" {$Kanjyo_Data[idx][47]} >{$Kanjyo_Data[idx][49]|replace:"方":""}</td>
{section name=mon loop=$months_lst}
<td width="4%" style="border:1px #000 solid;" border="1" align="center" {$Kanjyo_Data[idx][47]} >
{$Kanjyo_Money[mon][idx][1]|number_format}
</td>
{/section}
{elseif $Kanjyo_Data[idx][47] == "row"}
<td width="13%" style="border:1px #000 solid;" border="1" align="left"></td>
<td style="border:1px #000 solid;" border="1" align="center"></td>
<td style="border:1px #000 solid;" border="1" align="center"></td>
{section name=mon loop=$months_lst}
<td width="4%" style="border:1px #000 solid;" border="1" align="center"></td>
{/section}
{/if}
</tr>
<!-- <tr><td class="ConfKubunTd" align="left" colspan="16"><div id="input_{$lineCnt}"></div></td></tr> -->
{/section}
</table>
<input name="div_count" type="hidden" value="{$lineCnt}">
<input name="pMode" type="hidden" value="">
<input name="pRank" type="hidden" value="">
<input name="pkseq1" type="hidden" value="">
<input name="pkseq2" type="hidden" value="">
<input name="pkseq3" type="hidden" value="">
<input name="pkseq4" type="hidden" value="">
<input name="pkseq5" type="hidden" value="">
<input name="dispStart" type="hidden" value="{$dispStart}">
<input name="zis_unit" type="hidden" value="{$zis_unit}">