<!--{if $_DCACHE['forumlinks']}-->
<div class="box">
<h4><div style="float: left; padding-top: 10px; width: 30px"><img id="forumlinks_img" src="{IMGDIR}/$collapseimg[forumlinks]" alt="" onClick="toggle_collapse('forumlinks');" style="cursor: pointer;" /></div>
<div>{lang board_links}</div></h4>
<table summary="{lang board_links}" id="forumlinks" cellpadding="0" cellspacing="0" style="$collapse[forumlinks]">
<!--{loop $_DCACHE['forumlinks'] $flink}-->
<tr>
<td>
<!--{if $flink['type'] == 1}--><img src="$flink[logo]" alt="" class="forumlink_logo" /><!--{/if}-->
$flink[content]
</td>
</tr>
<!--{/loop}-->
</table>
</div>
<!--{/if}-->
<!--{if $_DCACHE['forumlinks']}-->
<div class="box">
<span class="headactions"><img id="forumlinks_img" src="{IMGDIR}/$collapseimg[forumlinks]" alt="" onclick="toggle_collapse('forumlinks');" /></span>
<h4>{lang board_links}</h4>
<table summary="{lang board_links}" cellpadding="0" cellspacing="0" style="$collapse[forumlinks]" id="forumlinks">
<tr>
<th style="padding: 0 10px">滾動方向 [<font face="webdings" onMouseOver="if(document.all.ericb.direction == 'left')document.all.ericb.scrollAmount=6;" onMouseOut="document.all.ericb.scrollAmount=4;" onMouseUp="document.all.ericb.scrollAmount=12;"onMouseDown="document.all.ericb.direction='left';document.all.ericb.scrollAmount=10;"> <span style="cursor:pointer;cursor:hand" title="向左滾動">7</span></font> <font face="webdings" onClick="stop=0;document.all.ericb.start();"><span style="cursor:pointer;cursor:hand" title="開始">4</span></font> <font face="webdings" onClick="stop=1;document.all.ericb.stop();"><span style="cursor:pointer;cursor:hand" title="暫停"><</span></font> <font face="webdings" onMouseOver="if(document.all.ericb.direction == 'right') document.all.ericb.scrollAmount=6;"onMouseOut="document.all.ericb.scrollAmount=4;" onMouseUp="document.all.ericb.scrollAmount=12;" onMouseDown="document.all.ericb.direction='right';document.all.ericb.scrollAmount=10;"> <span style="cursor:pointer;cursor:hand" title="向右滾動">8</font> ]</th>
</tr>
<tr>
<td>
<marquee scrollamount="5" id="ericb" name="ericb" onmouseover="this.stop();" onmouseout="this.start();">
<!--{loop $_DCACHE['forumlinks'] $flink}-->
$flink[content]
<!--{/loop}-->
</marquee>
</td>
</tr>
</table>
</div>
<!--{/if}-->