⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 playlog.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:
<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">&nbsp;</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">&nbsp;</td>
  </tr>
</table>

⌨️ 快捷键说明

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