index_hotthreads.htm

来自「这个版本只是修正了一些BUG」· HTM 代码 · 共 20 行

HTM
20
字号
<table id="singleframe" border="0" cellspacing="0" cellpadding="0" width="100%" align=center>
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class=header>
 <td align=center>={lang wtitle_hotthreads}=</td></tr>
 <!--{eval $bgcolor=ALTBG1;}-->
<!--{loop $bbs_hotthreads_list $key $hotthreads}-->
<!--{if ($bgcolor==ALTBG1)}-->
<!--{eval $bgcolor=ALTBG3;}-->
<!--{else}-->
<!--{eval $bgcolor=ALTBG1;}-->
<!--{/if}-->
<tr><td vAlign=top bgcolor="$bgcolor">
	<a href="$bbs_url/viewthread.php?tid=$hotthreads['tid']"><b>$hotthreads['subject']</b></a><br>
	由 <a href="$bbs_url/viewpro.php?username=$hotthreads['author']">$hotthreads['author']</a> 发表<br>
	回复:$hotthreads[replies] 查看:$hotthreads[views]
</td></tr>
<!--{/loop}-->
</table>
</td></tr></table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?