📄 threadlist.htm
字号:
{template header}
<table width="100%" cellpadding="0" cellspacing="0" align="center" border="0" width="100%" style="border-collapse: collapse" bordercolor="{OUTBORDERCOLOR}">
<tr>
<td width="26%" valign=top bgcolor="{ALTBG1}" class="leftwin">
{template index_catalog}
</td>
<td valign=top width="74%">
<table id="singleframe" cellspacing="0" cellpadding="0" border="0" width="100%" align=center >
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class='header'>
<td colspan="3"><img border=0 src="{IMGDIR}/nav_m.gif"> {lang bbs_newthread}</td>
</tr>
<!--{loop $bbs_newthreads_list $bbs_newthreads}-->
<tr>
<td width=30 align=right><img src="{IMGDIR}/dot.gif" border=0></td>
<td>
<a href="$bbs_url/viewthread.php?tid=$bbs_newthreads['tid']">$bbs_newthreads['subject'] </a> [<a href="$bbs_url/viewpro.php?username=$bbs_newthreads['author']">$bbs_newthreads['author']</a>]
</td>
</tr>
<!--{/loop}-->
<tr>
<td></td>
<td align=right><a href="$bbs_url"><img border=0 src="{IMGDIR}/more.gif"></a> </td>
</tr>
<tr class='header'>
<td colspan="3"><img border=0 src="{IMGDIR}/nav_m.gif"> {lang bbs_hotthread}</td>
</tr>
<!--{loop $bbs_hotthreads_list $bbs_hotthreads}-->
<tr>
<td width=30 align=right><img src="{IMGDIR}/dot.gif" border=0></td>
<td>
<a href="$bbs_url/viewthread.php?tid=$bbs_hotthreads['tid']">$bbs_hotthreads['subject'] </a> [<a href="$bbs_url/viewpro.php?username=$bbs_hotthreads['author']">$bbs_hotthreads['author']</a>]
</td>
</tr>
<!--{/loop}-->
<tr>
<td></td>
<td align=right><a href="$bbs_url"><img border=0 src="{IMGDIR}/more.gif"></a> </td>
</tr>
</table>
</td></tr></table>
</td></tr>
</table>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -