📄 site_list.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<?=$menu?>
<table cellpadding="2" cellspacing="1" class="tableborder"><form method="post" name="myform">
<tr>
<th colspan=14><a href="?mod=<?=$mod?>&file=<?=$file?>&action=manage"><font color="white">閲囬泦绔欑偣绠$悊</font></a></th>
</tr>
<tr align="center">
<td width="5%" class="tablerowhighlight">閫変腑</td>
<td width="5%" class="tablerowhighlight">ID</td>
<td width="*" class="tablerowhighlight">绔欑偣鍚嶇О</td>
<td width="20%" class="tablerowhighlight">绔欑偣URL</td>
<td width="20%" class="tablerowhighlight">绔欑偣鎻忚堪</td>
<td width="33%" class="tablerowhighlight">绠$悊鎿嶄綔</td>
</tr>
<?php
if(is_array($sites)){
foreach($sites as $site){
?>
<tr align="center" onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5'>
<td><input type="checkbox" name="siteid[]" id="siteid[]" value="<?=$site['Id']?>"></td>
<td><?=$site['Id']?></td>
<td> <A HREF="?mod=spider&file=sitemgr&action=modify&siteid=<?=$site['Id']?>" title="缂栬緫璇ョ珯鐐硅
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -