EOT;
}
else{
print <<
添加新连接 |
| I D |
网站名称 |
网址 |
LOGO |
排序 |
审核 |
操作 |
EOT;
while ($List = sql_return($query,'FetchRow')){
$l_id = $List['l_id'];
$l_title = $List['l_title'];
$l_url = $List['l_url'];
$l_presentation = $List['l_presentation'];
$l_sort = $List['l_sort'];
$List['l_review'] ? $l_review = '已审核' : $l_review = '未审核';
$List['l_img_true'] ? $l_img_url = "
"
: $l_img_url = '非圖片鏈接';
print <<
$l_id |
$l_title |
$l_url |
$l_img_url |
$l_sort |
$l_review |
修改 删除 |
| $l_presentation |
EOT;
}
print <<
EOT;
}
?>