Files
wnmj-normal/GonghuiWeb/www/m/gh/huan.tpl
2026-03-03 13:56:44 +08:00

11 lines
1.0 KiB
Smarty

<table width="100%" class="xmt-10">
<!--{foreach key=j item=v from=$kind name=foo}-->
<!--{assign var="i" value=$smarty.foreach.foo.index}-->
<tr class="xlh-25 <!--{if $GG.kid == $j}-->hy_bj<!--{else}--><!--{if $i%2==0 }--> xb-ef<!--{/if}--><!--{/if}-->">
<td>&nbsp;<!--{$v}--></td>
<td align=right <!--{if $GG.kid == $j and $GG.tys == 'limit'}-->class="xc-red"<!--{/if}--> onclick="huan('<!--{$v}-->','<!--{$j}-->','limit','<!--{$data[$j].UnionGoldLimit}-->');"><!--{$data[$j].UnionGoldLimit}-->分进场限制&nbsp;</td>
<td align=right <!--{if $GG.kid == $j and $GG.tys == 'score'}-->class="xc-red"<!--{/if}--> onclick="huan('<!--{$v}-->','<!--{$j}-->','score','<!--{$data[$j].ScoreMultiple}-->');">欢乐分<!--{$data[$j].ScoreMultiple}-->倍&nbsp;</td>
<td align=right <!--{if $GG.kid == $j and $GG.tys == 'gold'}-->class="xc-red"<!--{/if}--> onclick="huan('<!--{$v}-->','<!--{$j}-->','gold','<!--{$data[$j].GameGold}-->');">每场手续<!--{$data[$j].GameGold}-->分&nbsp;</td>
</tr>
<!--{/foreach}-->
</table>