%%cd^cda^cda5dfef%%log.html.php

来自「STCMS 音乐系统 v2.5 build 090501: 为达到最佳效果」· PHP 代码 · 共 44 行

PHP
44
字号
<?php /* Smarty version 2.6.19, created on 2009-04-11 01:59:40         compiled from log.html */ ?><?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');smarty_core_load_plugins(array('plugins' => array(array('modifier', 'truncate', 'log.html', 21, false),)), $this); ?><?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "head.html", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?>
<div class="title">璁板綍鍒楄〃</div>
<div class="content">
	<form name="logListForm">
	<table>
    	<tr>
        	<td>閫夋嫨</td>
        	<td>ID</td>
        	<td>URL</td>
            <td>IP</td>
            <td>Msg</td>
            <td>Time</td>
            <td>鎿嶄綔</td>
        </tr>
    	<?php $_from = $this->_tpl_vars['log']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):    foreach ($_from as $this->_tpl_vars['list']):?>
        <tr>
        	<td><input type="checkbox" id="id" value="<?php echo $this->_tpl_vars['list']['id']; ?>" /></td>
        	<td><?php echo $this->_tpl_vars['list']['id']; ?></td>
            <td><?php echo $this->_tpl_vars['list']['url']; ?></td>
            <td><?php echo $this->_tpl_vars['list']['ip']; ?></td>
            <td><font color="#FF0000"><?php echo ((is_array($_tmp=$this->_tpl_vars['list']['msg'])) ? $this->_run_mod_handler('truncate', true, $_tmp, 150) : smarty_modifier_truncate($_tmp, 150)); ?></font></td>
        	<td><?php echo $this->_tpl_vars['list']['time']; ?></td>
            <td><input value="鍒犻櫎" onclick="del('log.php','<?php echo $this->_tpl_vars['list']['id']; ?>')" type="button" /></td>
        </tr>
        <?php endforeach; endif; unset($_from); ?>
    </table>
    <input value="鍏ㄩ

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?