30 lines
2.2 KiB
PHP
30 lines
2.2 KiB
PHP
<?php /* Smarty version 2.6.26, created on 2020-04-18 12:45:04
|
|
compiled from gong/huan.tpl */ ?>
|
|
<table width="100%" class="xmt-10">
|
|
<?php $_from = $this->_tpl_vars['kind']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['foo'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['foo']['total'] > 0):
|
|
foreach ($_from as $this->_tpl_vars['j'] => $this->_tpl_vars['v']):
|
|
$this->_foreach['foo']['iteration']++;
|
|
?>
|
|
<?php $this->assign('i', ($this->_foreach['foo']['iteration']-1)); ?>
|
|
<tr class="xlh-25 <?php if ($this->_tpl_vars['GG']['kid'] == $this->_tpl_vars['j']): ?>hy_bj<?php else: ?><?php if ($this->_tpl_vars['i']%2 == 0): ?> xb-ef<?php endif; ?><?php endif; ?>">
|
|
<td> <?php echo $this->_tpl_vars['v']; ?>
|
|
</td>
|
|
<td align=right <?php if ($this->_tpl_vars['GG']['kid'] == $this->_tpl_vars['j'] && $this->_tpl_vars['GG']['tys'] == 'limit'): ?>class="xc-red"<?php endif; ?> onclick="huan('<?php echo $this->_tpl_vars['v']; ?>
|
|
','<?php echo $this->_tpl_vars['j']; ?>
|
|
','limit','<?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['UnionGoldLimit']; ?>
|
|
');"><?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['UnionGoldLimit']; ?>
|
|
分进场限制 </td>
|
|
<!--td align=right <?php if ($this->_tpl_vars['GG']['kid'] == $this->_tpl_vars['j'] && $this->_tpl_vars['GG']['tys'] == 'score'): ?>class="xc-red"<?php endif; ?> onclick="huan('<?php echo $this->_tpl_vars['v']; ?>
|
|
','<?php echo $this->_tpl_vars['j']; ?>
|
|
','score','<?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['ScoreMultiple']; ?>
|
|
');">欢乐分<?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['ScoreMultiple']; ?>
|
|
倍 </td-->
|
|
<td align=right <?php if ($this->_tpl_vars['GG']['kid'] == $this->_tpl_vars['j'] && $this->_tpl_vars['GG']['tys'] == 'gold'): ?>class="xc-red"<?php endif; ?> onclick="huan('<?php echo $this->_tpl_vars['v']; ?>
|
|
','<?php echo $this->_tpl_vars['j']; ?>
|
|
','gold','<?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['GameGold']; ?>
|
|
');">手续<?php echo $this->_tpl_vars['data'][$this->_tpl_vars['j']]['GameGold']; ?>
|
|
分/房卡 </td>
|
|
</tr>
|
|
<?php endforeach; endif; unset($_from); ?>
|
|
</table>
|