📄 manage.tpl.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -