⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trade.tpl.php

📁 采用模块化开发
💻 PHP
字号:
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>
<table cellpadding="2" cellspacing="1" class="tableborder">
  <tr>
    <th colspan=7><?=$LANG["script_$script"]?>鏍忕洰绠$悊</th>
  </tr>
<form method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=listorder&script=<?=$script?>">
<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>
<?=$trades?>
</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -