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

📄 type_manage.tpl.php

📁 是一个基于PHP+Mysql架构的开源内容管理系统
💻 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 align="center">
		<th width="5%">鎺掑簭</th>
		<th width="10%">鍒嗙被</th>
		<th width="12%">鍚嶇О</th>
		<th width="12%">瀵嗛挜</th>
		<th>鎻忚堪</th>
		<th width="20%">绠$悊鎿嶄綔</th>
	</tr>
<?php
if(is_array($infos)){
	foreach($infos as $info){
?>
<tr>
<td class="align_c"><input type="text" name="info[<?=$info['type']?>]" value="<?=$info['listorder']?>" size="5"></td>
<td class="align_c"><?=$info['type']?></td>
<td class="align_c"><?=$info['name']?></td>
<td><?=$info['md5key']?></td>
<td><?=$info['description']?></td>
<td class="align_c"><a href="?mod=<?=$mod?>&file=<?=$file?>&action=edit&type=<?=$info['type']?>">淇

⌨️ 快捷键说明

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