📄 whosonline.htm
字号:
{template header}
<div class="subtable nav" style="width: {TABLEWIDTH}">
<a href="$indexname">$bbname</a> » {lang whosonline}
</div>
<table width="{TABLEWIDTH}" cellspacing="0" cellpadding="0" align="center" style="margin-bottom: {TABLESPACE}px">
<tr><td valign="bottom">$multipage</td></tr>
</table>
<!--{if $allowviewip}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header">
<td align="center" nowrap>{lang username}</td>
<td align="center" nowrap>{lang time}</td>
<td align="center" nowrap>{lang online_action}</td>
<td align="center" nowrap>{lang online_in_forum}</td>
<td align="center" nowrap>{lang online_in_thread}</td>
<td align="center" nowrap>{lang online_ip}</td>
</tr>
<!--{loop $onlinelist $online}-->
<tr align="center" class="row" onMouseOver="this.className='row1'" onMouseOut="this.className='row'">
<td><!--{if $online['uid']}--><a href="viewpro.php?uid=$online[uid]">$online[username]</a><!--{else}-->{lang guest}<!--{/if}--> </td>
<td>$online[lastactivity] </td>
<td>$online[action] </td>
<td><!--{if $online['fid']}--><a href="forumdisplay.php?fid=$online[fid]">$online[name]</a><!--{/if}--> </td>
<td class="subject"><!--{if $online['tid']}--><a href="viewthread.php?tid=$online[tid]">$online[subject]</a><!--{/if}--> </td>
<td>$online[ip] </td>
</tr>
<!--{/loop}-->
</table>
<!--{else}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header">
<td align="center" nowrap>{lang username}</td>
<td align="center" nowrap>{lang time}</td>
<td align="center" nowrap>{lang online_action}</td>
<td align="center" nowrap>{lang online_in_forum}</td>
<td align="center" nowrap>{lang online_in_thread}</td>
</tr>
<!--{loop $onlinelist $online}-->
<tr align="center" class="row" onMouseOver="this.className='row1'" onMouseOut="this.className='row'">
<td><!--{if $online['uid']}--><a href="viewpro.php?uid=$online[uid]">$online[username]</a><!--{else}-->{lang guest}<!--{/if}--> </td>
<td>$online[lastactivity] </td>
<td>$online[action] </td>
<td><!--{if $online['fid']}--><a href="forumdisplay.php?fid=$online[fid]">$online[name]</a><!--{/if}--> </td>
<td class="subject"><!--{if $online['tid']}--><a href="viewthread.php?tid=$online[tid]">$online[subject]</a><!--{/if}--> </td>
</tr>
<!--{/loop}-->
</table>
<!--{/if}-->
<div class="subtable" style="width: {TABLEWIDTH}; margin-top: {TABLESPACE}px">
$multipage
</div>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -