80 lines
3.7 KiB
PHP
80 lines
3.7 KiB
PHP
<?php /* Smarty version 2.6.26, created on 2018-02-14 12:21:03
|
|
compiled from user/del.tpl */ ?>
|
|
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
|
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'count', 'user/del.tpl', 23, false),array('modifier', 'number_format', 'user/del.tpl', 31, false),)), $this); ?>
|
|
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
|
$this->_smarty_include(array('smarty_include_tpl_file' => 'top.tpl', 'smarty_include_vars' => array()));
|
|
$this->_tpl_vars = $_smarty_tpl_vars;
|
|
unset($_smarty_tpl_vars);
|
|
?>
|
|
<?php $this->assign('key', $this->_tpl_vars['GG']['username']); ?>
|
|
<script>
|
|
$("document").ready(function(){
|
|
$("#gop").click(function(){
|
|
var page=$("#gopage").val();
|
|
location.href='?<?php echo $this->_tpl_vars['Link']; ?>
|
|
&page='+page;
|
|
});
|
|
});
|
|
</script>
|
|
<style>
|
|
.nr_nr {line-height:18px;}
|
|
</style>
|
|
<div id=in>
|
|
<table width="100%" align=center border="0" cellspacing="1" cellpadding="0" class=nr>
|
|
<tr class=gy>
|
|
<td height=25 class=nr_nr>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class=nr>
|
|
<tr><td colspan=13 class=bt height=30><b>Êý¾Ýͳ¼Æ</b> (<?php echo count($this->_tpl_vars['info']); ?>
|
|
)</td></tr>
|
|
<tr>
|
|
<td class=bb><b>Êý¾Ý</b></td>
|
|
<td class=bb><b>Ãû³Æ</b></td>
|
|
<td width=45 class=bb><b>²Ù×÷</b></td>
|
|
</tr>
|
|
<?php unset($this->_sections['loop']);
|
|
$this->_sections['loop']['name'] = 'loop';
|
|
$this->_sections['loop']['loop'] = is_array($_loop=$this->_tpl_vars['info']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
|
|
$this->_sections['loop']['show'] = true;
|
|
$this->_sections['loop']['max'] = $this->_sections['loop']['loop'];
|
|
$this->_sections['loop']['step'] = 1;
|
|
$this->_sections['loop']['start'] = $this->_sections['loop']['step'] > 0 ? 0 : $this->_sections['loop']['loop']-1;
|
|
if ($this->_sections['loop']['show']) {
|
|
$this->_sections['loop']['total'] = $this->_sections['loop']['loop'];
|
|
if ($this->_sections['loop']['total'] == 0)
|
|
$this->_sections['loop']['show'] = false;
|
|
} else
|
|
$this->_sections['loop']['total'] = 0;
|
|
if ($this->_sections['loop']['show']):
|
|
|
|
for ($this->_sections['loop']['index'] = $this->_sections['loop']['start'], $this->_sections['loop']['iteration'] = 1;
|
|
$this->_sections['loop']['iteration'] <= $this->_sections['loop']['total'];
|
|
$this->_sections['loop']['index'] += $this->_sections['loop']['step'], $this->_sections['loop']['iteration']++):
|
|
$this->_sections['loop']['rownum'] = $this->_sections['loop']['iteration'];
|
|
$this->_sections['loop']['index_prev'] = $this->_sections['loop']['index'] - $this->_sections['loop']['step'];
|
|
$this->_sections['loop']['index_next'] = $this->_sections['loop']['index'] + $this->_sections['loop']['step'];
|
|
$this->_sections['loop']['first'] = ($this->_sections['loop']['iteration'] == 1);
|
|
$this->_sections['loop']['last'] = ($this->_sections['loop']['iteration'] == $this->_sections['loop']['total']);
|
|
?>
|
|
<tr class=gy>
|
|
<td class=nr_nr align=right><?php echo ((is_array($_tmp=$this->_tpl_vars['info'][$this->_sections['loop']['index']]['Count'])) ? $this->_run_mod_handler('number_format', true, $_tmp) : number_format($_tmp)); ?>
|
|
</td>
|
|
<td class=nr_nr><?php echo $this->_tpl_vars['info'][$this->_sections['loop']['index']]['Name']; ?>
|
|
<br><font color="#999"><?php echo $this->_tpl_vars['info'][$this->_sections['loop']['index']]['Table']; ?>
|
|
</font></td>
|
|
<td class=nr_nr align=center></td>
|
|
</tr>
|
|
<?php endfor; endif; ?>
|
|
</table>
|
|
</div>
|
|
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
|
$this->_smarty_include(array('smarty_include_tpl_file' => 'bottom.tpl', 'smarty_include_vars' => array()));
|
|
$this->_tpl_vars = $_smarty_tpl_vars;
|
|
unset($_smarty_tpl_vars);
|
|
?>
|
|
</body>
|
|
</html>
|