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