admin_purview_category.php

来自「phpcms网站管理系统  很不错的 有需要的就下载看看八 」· PHP 代码 · 共 21 行

PHP
21
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="2">
  <tr>
    <td></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder" align=center>
  <tr>
    <th width="10%" align="center">选中</th>
    <th width="90%">栏目名称</th>
  </tr>
<form method="post" name="myform" action="">
<?=$categorys?>
</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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