📄 con_help.asp
字号:
<!-- #include file="skin.asp" -->
<%
sub left_help()
%>
<table cellspacing=1 cellpadding=4 class=table>
<tr><td class=td0> <%response.write img_skin("m_help")%>帮助中心</td></tr>
<tr class=bg_td><td align=center>
<table border=0>
<tr>
<td><%response.write img_skin("m_help2")%><a href='help.asp'>网站介绍</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='help.asp?action=register'>注册说明</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='help.asp?action=put'>发布信息</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='help.asp?action=mail'>站内短信</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='help.asp?action=forum'>论坛帮助</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='help.asp?action=ubb'>UBB语法</a></td>
</tr>
</table>
</td></tr>
</table>
<%
response.write ukong
end sub
sub left_action()
%>
<table cellspacing=1 cellpadding=4 class=table>
<tr><td class=td0> <%response.write img_skin("m_help")%>功能跳转</td></tr>
<tr class=bg_td><td align=center>
<table border=0>
<tr>
<td><%response.write img_skin("m_help2")%><a href='user_action.asp?action=list'>用户列表</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='user_action.asp?action=emoney'>财富排行</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='user_action.asp?action=top'>发贴排行</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='user_action.asp?action=integral'>积分排行</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=new'>论坛新贴</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=hot'>论坛热贴</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=good'>论坛精华</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=top'>论坛置顶</a></td>
</tr>
<tr>
<td><%response.write img_skin("m_help2")%><a href='online.asp'>与我在线</a></td>
<td width=10></td>
<td><%response.write img_skin("m_help2")%><a href='forum_search.asp'>论坛搜索</a></td>
</tr>
<tr><td colspan=3 align=center><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=my'>我曾经发布的主题</a></td></tr>
<tr><td colspan=3 align=center><%response.write img_skin("m_help2")%><a href='forum_action.asp?action=join'>我曾经参与的主题</a></td></tr>
</table>
</td></tr>
</table>
<%
response.write ukong
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -