?? admin_purview_category.php
字號:
<?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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -