📄 hack_index_hot_topics.htm
字号:
<br><table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" bgcolor="{BORDERCOLOR}"><tr><td>
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" style="table-layout: fixed; word-wrap: break-word" >
<tr class="header">
<td width="16%" align="center">论坛会员爬行榜</td>
<td width="28%" align="center">论坛最新发表主题</td>
<td width="28%" align="center">论坛浏览最多主题</td>
<td width="28%" align="center">论坛回复最多主题</td>
</tr>
<tr>
<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">
<!--{loop $credits $member}-->
<a href="viewpro.php?username=$member[username]">$member[username]</a><font color=red> $member[credit]</font><br>
<!--{/loop}-->
</td>
<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">
<!--{loop $hack_newthreads_threadlist $thread}-->
<a href="viewthread.php?tid=$thread[tid]" title="作者$thread[author]ˇ浏览$thread[views]ˇ回复$thread[replies]">$thread[subject]</a>
<!--{if $thread[creditsrequire]}--> - [{lang credit_title}<span class="bold">$thread[creditsrequire]</span>{lang credit_unit}] <!--{/if}-->
$thread[multipage] <br>
<!--{/loop}-->
</td>
<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">
<!--{loop $threadview $thread}-->
<a href="viewthread.php?tid=$thread[tid]" title="作者$thread[author]ˇ浏览$thread[views]ˇ回复$thread[replies]">$thread[subject]</a>
<!--{if $thread[creditsrequire]}--> - [{lang credit_title}<span class="bold">$thread[creditsrequire]</span>{lang credit_unit}] <!--{/if}-->
$thread[multipage] <br>
<!--{/loop}-->
</td>
<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">
<!--{loop $threadreply $thread}-->
<a href="viewthread.php?tid=$thread[tid]" title="作者$thread[author]ˇ浏览$thread[views]ˇ回复$thread[replies]">$thread[subject]</a>
<!--{if $thread[creditsrequire]}--> - [{lang credit_title}<span class="bold">$thread[creditsrequire]</span>{lang credit_unit}] <!--{/if}-->
$thread[multipage] <br>
<!--{/loop}-->
</td>
</tr>
</table></td></tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -