<!-- 首頁四格代碼開始 -->
<div class="mainbox forumlist">
<table cellspacing="0" cellpadding="0">
<thead class="category">
<tr>
<td align="center" style="padding:1px"><h3>≡ 論壇圖片 ≡</h3></td>
<td align="center" style="padding:1px"><h3>≡ 最新帖子 ≡</h3></td>
<td align="center" style="padding:1px"><h3>≡ 最新回復 ≡</h3></td>
<td align="center" style="padding:1px"><h3>≡ 熱門帖子 ≡</h3></td>
</tr>
</thead>
<tr>
<td width="25%">
<?php
require_once 'pic.php';
?>
</td>
<td width="25%">
<!--{loop $new_post_threadlist $nthread}-->
<table border="0" width="100%" cellspacing="2">
<tr>
<td height="20" width="100%" style="border-top: 0px;padding:1px">
<!--{if $nthread[replies]}-->
<img src="images/picli.gif" border="0" /><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新話題 {LF}所在論壇: $nthread[forumname]{LF}主題標題: $nthread[subject] {LF}主題作者: $nthread[author]{LF}發表時間: $nthread[date]{LF}瀏覽次數: $nthread[views] 次 {LF}回復次數: $nthread[replies] 次{LF}最後回復: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]'>$nthread[view_subject]</a>
<!--{else}-->
<img src="images/picli.gif" border="0" /><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新話題 {LF}所在論壇: $nthread[forumname]{LF}主題標題: $nthread[subject] {LF}主題作者: $nthread[author]{LF}發表時間: $nthread[date]{LF}瀏覽次數: $nthread[views] 次 {LF}回復次數: $nthread[replies] 次{LF}最後回復: 暫時沒有回復'>$nthread[view_subject]</a>
<!--{/if}-->
</td>
</tr>
</table>
<!--{/loop}-->
</td>
<td width="25%">
<!--{loop $new_reply_threadlist $rthread}-->
<table border="0" width="100%" cellspacing="2">
<tr>
<td height="20" width="100%" style="border-top: 0px;padding:1px"><img src="images/picli.gif" border="0" /><a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title='最新回復 {LF}所在論壇: $rthread[forumname]{LF}主題標題: $rthread[subject]{LF}主題作者: $rthread[author]{LF}發表時間: $rthread[date]{LF}瀏覽次數: $rthread[views] 次{LF}回復次數: $rthread[replies] 次{LF}最後回復: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]'>$rthread[view_subject]</a></td>
</tr>
</table>
<!--{/loop}-->
</td>
<td width="25%">
<!--{loop $new_hot_threadlist $mthread}-->
<table border="0" width="100%" cellspacing="2">
<tr>
<td height="20" width="100%" style="border-top: 0px;padding:1px"><img src="images/picli.gif" border="0" /><a href="viewthread.php?tid=$mthread[tid]" $mthread['highlight'] title='熱門話題 {LF}所在論壇: $mthread[forumname]{LF}主題標題: $mthread[subject]{LF}主題作者: $mthread[author]{LF}發表時間: $mthread[date]{LF}瀏覽次數: $mthread[views] 次{LF}回復次數: $mthread[replies] 次{LF}最後回復: $mthread[lastreplytime]{LF}{lang lastpost}: $mthread[lastposter]'>$mthread[view_subject] </a></td>
</tr>
</table>
<!--{/loop}-->
</td>
</tr>
</table>
</div>
<!-- 首頁四格代碼結束 -->
?>
<script type="text/javascript">
var swf_width=255
var swf_height=175
var files='<?=$showpicpics?>'
var links='<?=$showpiclinks?>'
var texts='<?=$showpictexts?>'
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="images/focus.swf" /><param name="quality" value="high" />');
document.write('<param name="menu" value="false" /><param name=wmode value="opaque" />');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'" />');
document.write('<embed src="images/focus.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
</script>