?>
  <tr>
    <th rowspan="2" nowrap="nowrap"><?php 
        echo $this->_tpl_vars['list']['_roomName'];
        ?>
</th>
    <td><?php 
        echo $this->_tpl_vars['list']['in_room'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['userClassNum'];
        ?>
</td>
    <td><?php 
        echo is_array($_tmp = $this->_tpl_vars['list']['_orderNum']['incomplete']) ? $this->_run_mod_handler('intval', true, $_tmp) : smarty_modifier_intval($_tmp);
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['word_entrance'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['word_exit'];
        ?>
</td>
    <td>
    	<a href="<?php 
        echo $this->_tpl_vars['list']['url_monitor'];
        ?>
"><?php 
        ?>
  <tr>
    <td><?php 
        echo $this->_tpl_vars['list']['Id'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['word_game_type'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['word_operator_name'];
        ?>
</td>
    <td><?php 
        echo is_array($_tmp = $this->_tpl_vars['list']['ordinal']) ? $this->_run_mod_handler('intval', true, $_tmp) : smarty_modifier_intval($_tmp);
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['server_name'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['marking'];
        ?>
</td>
    <td><?php 
        echo $this->_tpl_vars['list']['time_zone'];
        ?>
</td>
    <td><?php 
            ?>
</td>
            <td><?php 
            echo $this->_tpl_vars['vo']['fortuneWheeltime'];
            ?>
</td>
            <td><?php 
            echo $this->_tpl_vars['vo']['evolveStone'];
            ?>
</td>
            <td><?php 
            echo $this->_tpl_vars['vo']['brand'];
            ?>
</td>
            <td><?php 
            echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['vo']['logTime'] / 1000) ? $this->_run_mod_handler('intval', true, $_tmp) : smarty_modifier_intval($_tmp)) ? $this->_run_mod_handler('date_format', true, $_tmp, '%Y-%m-%d %H:%M:%S') : smarty_modifier_date_format($_tmp, '%Y-%m-%d %H:%M:%S');
            ?>
</td>
            <td><div class="AutoNewline"><?php 
            echo $this->_tpl_vars['vo']['optDetail'];
            ?>
</div></td>
          </tr>
          <?php 
        }
    } else {
        ?>
          <tr>
            <th colspan="25"><?php 
        echo $this->_tpl_vars['noData'];
        ?>
            	<?php 
if ($this->_tpl_vars['urlJoin']) {
    ?>
                	<a target="_blank" href="<?php 
    echo $this->_tpl_vars['urlJoin'];
    ?>
">打开新页</a>
                <?php 
}
?>
            </td>
          </tr>
          <tr>
            <th scope="row">返回结果</th>
            <td>
            	<div>
                	<?php 
echo smarty_function_html_radios(array('options' => $this->_tpl_vars['outputTypes'], 'name' => 'outputType', 'selected' => is_array($_tmp = $this->_tpl_vars['_POST']['outputType']) ? $this->_run_mod_handler('intval', true, $_tmp) : smarty_modifier_intval($_tmp)), $this);
?>

                    &nbsp;&nbsp;&nbsp;&nbsp;<a onclick="heighter();" href="javascript:void(0);">加高</a>
                </div>
            	<div><textarea id="returnData" style="width:900px; height:150px;" readonly ><?php 
echo $this->_tpl_vars['data'];
?>
</textarea></div>
            </td>
          </tr>
        </table>
    </form>
</fieldset>