pay_type.tpl.php

来自「phpcms2007很好的cms内容管理系统,操作方便」· PHP 代码 · 共 30 行

PHP
30
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>
<form name="myform" method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=<?=$action?>">

<table align="center" cellpadding="2" cellspacing="1" class="tableborder">
  <tr>
    <th colspan="6">璐㈠姟鎿嶄綔绫诲瀷绠$悊</th>
  </tr>
<tr align="center">
<td class="tablerowhighlight">鍒犻櫎</td>
<td class="tablerowhighlight">ID</td>
<td class="tablerowhighlight">鎺掑簭</td>
<td class="tablerowhighlight">鎿嶄綔鍚嶇О</td>
<td class="tablerowhighlight">璧勯噾鎿嶄綔鏂瑰紡</td>
</tr>
<?php 
	foreach($types as $id=>$type)
	{ 
?>
<tr align="left" onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5'>
<td align="center"><input type="checkbox" name="delete[<?=$id?>]" id="typeid<?=$id?>" value="1" /></td>
<td align="center"><?=$id?></td>
<td align="center"><input type="text" name="listorder[<?=$id?>]" value="<?=$type['listorder']?>" size="3"></td>
<td align="center"><input type="text" name="name[<?=$id?>]" value="<?=$type['name']?>" size="20"></td>
<td align="center">
<input type="radio" name="operation[<?=$id?>]" value="+" <?php if($type['operation'] == '+'){ ?>checked<?php } ?>> 鍏ユ

⌨️ 快捷键说明

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