category.tpl.php

来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 28 行

PHP
28
字号
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<?=$menu?>
<form method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=listorder">
<table cellpadding="0" cellspacing="1" class="table_list">
  <caption>
  绠$悊鏍忕洰
  </caption>
<tr align="center">
<th width="50">鎺掑簭</th>
<th width="50">ID</th>
<th>鏍忕洰鍚嶇О</th>
<th width="100">璁块棶</th>
<th width="200">绠$悊鎿嶄綔</th>
</tr>
<?=$categorys?>
</table>
<table cellpadding="0" cellspacing="1" border="0" width="100%" height="30">
  <tr>
    <td><input name="dosubmit" type="submit" value=" 鎺掑簭 "></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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