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

📄 superman_scan.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:

<html>
<head>
<title>vodcms.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../../images/admin/public.css" rel="stylesheet" type="text/css" />
<link href="../../images/admin/style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/calendar.js" language="javascript"></script>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
  <tr align="center" valign="top">
    <td width="*" align="center" valign="top"><!-- ######### begin ######### -->
      <div class="Block">
        <div class="BlockBar">添加新用户</div>
        <table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" class="tab">
          <tr class="sub">
            <td width="13%" align="center">编号</td>
            <td width="37%" align="center">模块名/模块说明</td>
            <td width="39%" align="center">方法名/方法说明</td>
            <td width="11%" align="center">管理</td>
          </tr>
          <?php
		  foreach($this->listmethod as $row){?>
          <tr class="row">
            <td><?php echo $row['id'];?></td>
            <td><?php echo $row['controller'];?>/<?php echo $row['method'];?></td>
            <td><?php echo $row['name'];?>/<?php echo $row['comment'];?></td>
            <td align="center"><a href="<?php echo $this->installdir;?>?mod=superman&action=scan&do=modify&id=<?php echo $row['id'];?>">修改</a> <a href="<?php echo $this->installdir;?>?mod=superman&action=scan&do=delete&id=<?php echo $row['id'];?>" onClick="return confirm('确认删除吗?')">删除</a></td>
          </tr>
          <?php
  }?>
        </table>
		<table width="98%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><?php echo $this->printpage;?></td>
  </tr>
</table>

      </div>
      <div id="App-Version-Prompt" style="display:none;">
        <div class="space"></div>
        <div class="Block">
          <div class="BlockBar">版本更新信息</div>
          <div class="BlockContent" id="App-Version-Prompt-Body" style="padding:20px 5px 20px 5px; text-align:center; background:#FFFFCC;">loading...</div>
        </div>
      </div>
      <!-- ########## end ########## -->
    </td>
  </tr>
</table>
<?php
echo $this->render('copyright');
?>
</body>
</html>

⌨️ 快捷键说明

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