manage.tpl.php

来自「Phpcms2008 是一款基于 PHP+Mysql 架构的网站内容管理系统」· PHP 代码 · 共 29 行

PHP
29
字号
<?php defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<?=$menu?>
<form name="myform" method="post" action="">
<table cellpadding="0" cellspacing="1" class="table_list">
  <caption>鍩烘湰淇℃伅</caption>
    <tr align="center">
		<th width="5%"><strong>閫変腑</strong></th>
        <th width="5%"><strong>鎺掑簭</strong></th>
		<th width="5%"><strong>ID</strong></th>
		<th width="15%"><strong>API鍚嶇О</strong></th>
		<th><strong>URL</strong></th>
		<th width="20%"><strong>鐩稿叧鎿嶄綔</strong></th>
	</tr>
    <?php
		if(is_array($api_info))
		{
			foreach ($api_info as $info)
			{
	?>
    <tr>
    	<td class="align_c"><input type="checkbox" id="checkbox" name="apiid[]" value="<?=$info['apiid']?>"></td>
    	<td class="align_c"><input type="text" name="listorders[<?=$info['apiid']?>]" value="<?=$info['listorder']?>" size="3"></td>
        <td class="align_c"><?=$info['apiid']?></td>
        <td class="align_c"><?=$info['name']?></td>
        <td class="align_c"><?=$info['url']?></td>
        <td class="align_c"><a href="?mod=<?=$mod?>&file=<?=$file?>&action=edit&apiid=<?=$info['apiid']?>" title="淇

⌨️ 快捷键说明

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