area.tpl.php
来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 23 行
PHP
23 行
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<form method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=listorder">
<table cellpadding="0" cellspacing="1" class="table_list">
<caption>鍦板尯绠$悊</caption>
<tr>
<th width="8%"><strong>鎺掑簭</strong></th>
<th width="8%"><strong>ID</strong></th>
<th><strong>鍦板尯鍚嶇О</strong></th>
<th width="30%"><strong>绠$悊鎿嶄綔</strong></th>
</tr>
<?=$areas?>
</table>
<div class="button_box">
<input name="submit" type="submit" size="4" value=" 鏇存柊鎺掑簭 ">
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?