<?
if (!defined("_GNUBOARD_")) exit; // 俺喊 其捞瘤 立辟 阂啊
?>
<style>
.n_title1 { font-family:蹈框; font-size:9pt; color:#FFFFFF; }
.n_title2 { font-family:蹈框; font-size:9pt; color:#5E5E5E; }
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4" height="33" bgcolor="#7BB2D6"><img src="<?=$connect_skin_path?>/img/list_top_01.gif" width="4" height="33"></td>
<td width="60" align="center" bgcolor="#7BB2D6"><font class=n_title1><strong>锅龋</strong></font></td>
<td width="5" align="center" valign="middle" bgcolor="#7BB2D6"><img src="<?=$connect_skin_path?>/img/list_top_02.gif" width="5" height="33"></td>
<td width="5" align="center" valign="middle" bgcolor="#EEEEEE"><img src="<?=$connect_skin_path?>/img/list_top_03.gif" width="5" height="33"></td>
<td width="" align="center" bgcolor="#EEEEEE"><font class=n_title2><strong>捞抚</strong></font></td>
<td width="500" align="center" bgcolor="#EEEEEE"><font class=n_title2><strong>傅农</strong></font></td>
<td width="4" bgcolor="#EEEEEE"><img src="<?=$connect_skin_path?>/img/list_top_04.gif" width="4" height="33"></td>
</tr>
<?
for ($i=0; $i<count($list); $i++)
{
echo <<<HEREDOC
<tr>
<td colspan=3 align='center' height='30'>{$list[$i][num]}</td>
<td colspan=2 align='center'>{$list[$i][name]}</td>
HEREDOC;
$location = conv_content($list[$i][lo_location], 0);
// 弥绊包府磊俊霸父 倾侩
// 捞 炼扒巩篮 啊瓷茄 函版窍瘤 付绞矫坷.
if ($list[$i][lo_url] && $is_admin == "super")
echo "<td colspan=2> <a href='{$list[$i][lo_url]}'>{$location}</a></td>";
else
echo "<td colspan=2> {$location}</td>";
echo <<<HEREDOC
</tr>
<tr><td colspan='7' height='1' background='{$connect_skin_path}/img/dot_bg.gif'></td></tr>
HEREDOC;
}
if ($i == 0)
echo "<tr><td colspan=7 height=50 align=center>泅犁 立加磊啊 绝嚼聪促.</td></tr>";
?>
<tr>
<td colspan="7" height="30" align="center"><?=$write_pages;?></td>
</tr>
</table>