block_manage.tpl.php
来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 27 行
PHP
27 行
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<form method="post" name="myform" action="?mod=<?=$mod?>&file=<?=$file?>&action=manage">
<table cellpadding="0" cellspacing="1" class="table_list">
<caption>纰庣墖绠$悊</caption>
<tr>
<th width="5%">閫変腑</th>
<th width="5%">鎺掑簭</th>
<th>纰庣墖鍚嶇О</th>
<th width="25%">璋冪敤浠g爜</th>
<th width="20%">绠$悊鎿嶄綔</th>
</tr>
<?php
if(is_array($data)){
foreach($data as $r){
?>
<tr>
<td class="align_c"><input type="checkbox" name="blockid[<?=$r['blockid']?>]" value="<?=$r['blockid']?>" id="block_<?=$r['blockid']?>" /></td>
<td class="align_c"><input type="text" name="info[<?=$r['blockid']?>]" value="<?=$r['listorder']?>" size="5"></td>
<td><?=$r['name']?></td>
<td>{block('<?=$r['pageid']?>', <?=$r['blockno']?>)}</td>
<td class="align_c">
<a href="?file=<?=$file?>&action=update&blockid=<?=$r['blockid']?>">鏇存柊</a> |
<a href="?file=<?=$file?>&action=edit&blockid=<?=$r['blockid']?>">淇
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?