forumdisplay_subforum.htm
来自「速度很快的PHP论坛源程序」· HTM 代码 · 共 37 行
HTM
37 行
<br>
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header" align="center">
<td width="5%"> </td>
<td width="49%">{lang forum_name}</td>
<td width="8%">{lang forum_threads}</td>
<td width="8%">{lang forum_posts}</td>
<td width="15%">{lang forum_lastpost}</td>
<td width="15%">{lang forum_moderators}</td>
</tr>
<!--{loop $sublist $sub}-->
<!--{if $sub['permission']}-->
<tr>
<td bgcolor="{ALTBG1}" align="center">$sub[folder]</td>
<td bgcolor="{ALTBG2}" align="left" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">
$sub[icon]<a href="forumdisplay.php?fid=$sub[fid]"><span class="bold">$sub[name]</span></a>
<br><span class="smalltxt">$sub[description]</span></td>
<td bgcolor="{ALTBG1}" align="center">$sub[threads]</td>
<td bgcolor="{ALTBG2}" align="center">$sub[posts]</td>
<!--{if $sub['permission'] == 1}-->
<td bgcolor="{ALTBG1}" align="center" class="smalltxt">{lang private_forum}</td>
<!--{else}-->
<!--{if is_array($sub['lastpost'])}-->
<td bgcolor="{ALTBG1}"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td align="right" class="smalltxt" title="{lang forum_lastpost_in}: $sub[lastpost][subject]" nowrap>
$sub[lastpost][dateline]<br>{lang forum_lastpost_by} <!--{if $sub['lastpost']['author']}-->$sub['lastpost']['author']<!--{else}-->{lang guest}<!--{/if}--></td>
<td nowrap> <a href="redirect.php?tid=$sub[lastpost][tid]&goto=lastpost#lastpost"><img src="{IMGDIR}/lastpost.gif" border="0"></a></td>
</tr></table></td>
<!--{else}-->
<td bgcolor="{ALTBG1}" align="center" class="smalltxt">{lang never}</td>
<!--{/if}-->
<!--{/if}-->
<td bgcolor="{ALTBG2}" align="center" style="word-break: keep-all">$sub[moderators]</td>
</tr>
<!--{/if}-->
<!--{/loop}-->
</table><br><br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?