area.tpl.php

来自「采用模块化开发」· PHP 代码 · 共 27 行

PHP
27
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>
<table cellpadding="2" cellspacing="1" class="tableborder">
  <tr>
    <th colspan=7>鍦板尯绠$悊</th>
  </tr>
<form method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=listorder&channelid=<?=$channelid?>">
<tr align="center">
<td width="15%" class="tablerowhighlight">鎺掑簭</td>
<td width="15%" class="tablerowhighlight">ID</td>
<td width="25%" class="tablerowhighlight">鍦板尯鍚嶇О</td>
<td class="tablerowhighlight">绠$悊鎿嶄綔</td>
</tr>
<?=$areas?>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="30">
  <tr>
    <td><input name="submit" type="submit" size="4" value=" 鏇存柊鎺掑簭 "></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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