playlog.tpl.php
来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 35 行
PHP
35 行
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="<?php echo $this->basedir;?>templates/member/images/list_title_bg.gif"><img src="<?php echo $this->basedir;?>templates/member/images/charge_title.png" width="759" height="50" /></td>
</tr>
<tr>
<td background="<?php echo $this->basedir;?>templates/member/images/title_line_bg.gif"> </td>
</tr>
<tr>
<td><table width="98%" border="1" align="center" cellpadding="5" cellspacing="0" bordercolor="#F6F6F6">
<tr>
<td width="33%" align="center" bgcolor="#EBEBEB">观看影片</td>
<td width="27%" align="center" bgcolor="#EBEBEB">观看时间</td>
<td width="23%" align="center" bgcolor="#EBEBEB">客户IP</td>
<td width="17%" align="center" bgcolor="#EBEBEB">动作</td>
</tr>
<?php foreach($this->rows as $rs){?>
<tr>
<td align="center"><a href="<?php echo mlink($rs['movid']);?>"><?php echo $rs['movie'];?></a></td>
<td align="center"><?php echo date('Y-m-d H:i:s',$rs['addtime']);?></td>
<td align="center"><?php echo long2ip($rs['userip']);?></td>
<td align="center"><?php echo $rs['action'];?></td>
</tr>
<?php }?>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php echo $this->printpage;?></td>
</tr>
</table></td>
</tr>
<tr>
<td background="<?php echo $this->basedir;?>templates/member/images/title_line_bg.gif"> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?