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

📄 pay_type.tpl.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -