📄 category.tpl.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -