ZIS9000.tpl
3.98 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
<div class="SimMiddle">
<small><br></small>
<div class="SimTitle"><font size="5px">椽年彩誊办枉</font></div>
<br>
<table width="99%">
<TR>
<TD align="right">
<table>
<TR>
<TD width="20px">
<table cellpadding="1" cellspacing="1" bgcolor="#000000" width="100%"><TR><TD class="ZISMst2Td"> </TD></TR></table>
</TD>
<TD>¨</TD>
<TD>稼数</TD>
<TD width="20px">
<table cellpadding="1" cellspacing="1" bgcolor="#000000" width="100%"><TR><TD class="ZISMst3Td"> </TD></TR></table>
</TD>
<TD>¨</TD>
<TD>逻数</TD>
</TR>
</table>
</TD>
</TR>
</table>
<table width="99%">
<TR>
<TD align="left">
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<th align="center" class="ConfKubunTh">络惰尸</th>
<th align="center" class="ConfKubunTh">面惰尸</th>
<th align="center" class="ConfKubunTh">井惰尸</th>
<th align="center" class="ConfKubunTh">彩誊</th>
<th align="center" class="ConfKubunTh">惰尸</th>
<th align="center" class="ConfKubunTh">蝗脱</th>
<!--
<th align="center" class="ConfKubunTh">山绩界</th>
-->
</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] != ""}
<td class="{$Kanjyo_Data[idx][16]}" align="left" {$Kanjyo_Data[idx][17]} >{$Kanjyo_Data[idx][10]}</td>
{/if}
<!-- 妈2超霖 -->
{if $Kanjyo_Data[idx][20] != ""}
<td class="{$Kanjyo_Data[idx][26]}" align="left" {$Kanjyo_Data[idx][27]} >{$Kanjyo_Data[idx][20]}</td>
{elseif $Kanjyo_Data[idx][27] == "row"}
<td class="{$Kanjyo_Data[idx][26]}" align="left"></td>
{/if}
<!-- 妈3超霖 -->
{if $Kanjyo_Data[idx][30] != ""}
<td class="{$Kanjyo_Data[idx][36]}" align="left" {$Kanjyo_Data[idx][37]} >{$Kanjyo_Data[idx][30]}</td>
{elseif $Kanjyo_Data[idx][37] == "row"}
<td class="{$Kanjyo_Data[idx][36]}" align="left"></td>
{/if}
<!-- 妈4超霖 -->
{if $Kanjyo_Data[idx][40] != ""}
<td class="{$Kanjyo_Data[idx][46]}" align="left" {$Kanjyo_Data[idx][47]} >{$Kanjyo_Data[idx][40]}</td>
<td class="{$Kanjyo_Data[idx][46]}" align="center" {$Kanjyo_Data[idx][47]} >{$Kanjyo_Data[idx][49]}</td>
<td class="{$Kanjyo_Data[idx][46]}" align="center" {$Kanjyo_Data[idx][47]} >
<input type="checkbox" name="chkDisp_{$lineCnt}" id="chkDisp_{$Kanjyo_Data[idx][41]}_{$Kanjyo_Data[idx][42]}_{$Kanjyo_Data[idx][43]}_{$Kanjyo_Data[idx][44]}_{$Kanjyo_Data[idx][45]}" onClick="Disp_Update({$lineCnt},'{$Kanjyo_Data[idx][41]}','{$Kanjyo_Data[idx][42]}','{$Kanjyo_Data[idx][43]}','{$Kanjyo_Data[idx][44]}','{$Kanjyo_Data[idx][45]}')" {$Kanjyo_Flg[idx][41]}>
</td>
<!--
<td class="{$Kanjyo_Data[idx][46]}" align="center" {$Kanjyo_Data[idx][47]} >{$Kanjyo_Data[idx][48]}</td>
-->
{elseif $Kanjyo_Data[idx][47] == "row"}
<td class="{$Kanjyo_Data[idx][46]}" align="left"></td>
<td class="{$Kanjyo_Data[idx][46]}" align="center"></td>
<td class="{$Kanjyo_Data[idx][46]}" align="center"></td>
<!--
<td class="{$Kanjyo_Data[idx][46]}" align="center"></td>
-->
{/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="">
</TD>
</TR>
</table>
<br>
<br>
</div>