📄 help.asp
字号:
<!-- #include file="include/con_help.asp" -->
<%
index_url="help"
tit_fir="帮助中心"
select case action
case "register"
tit="注册说明"
case "put"
tit="发布信息"
case "mail"
tit="站内短信"
case "forum"
tit="论坛帮助"
case "ubb"
tit="UBB语法"
case else
tit="网站介绍"
end select
call web_head(0,0,0,0,0)
'----------------------------左边 开始----------------------------
call left_help()
call left_action()
'----------------------------左边 结束----------------------------
call web_center(0)
'----------------------------中间 开始----------------------------
%>
<table cellspacing=1 cellpadding=4 class=table>
<tr><td class=td0> <%response.write img_skin("m_help")&tit%></td></tr>
<tr class=bg_td><td align=center>
<%
select case action
case "register"
call help_redister()
case "put"
call help_put()
case "mail"
call help_mail()
case "forum"
call help_forum()
case "ubb"
call help_ubb()
case else
call help_main()
end select
%>
</td></tr>
</table>
<%
response.write ukong
'----------------------------中间 结束----------------------------
call web_end(0,0)
sub help_main()
%>
<!-- #include file="include/inc_about.inc" -->
</td></tr>
<tr><td class=td0> <%response.write img_skin("m_help")%>联系方式</td></tr>
<tr class=bg_td><td align=center>
<!-- #include file="include/inc_contact.inc" -->
</td></tr>
<%
if format_mid_num(37)=1 then
%>
<tr><td class=td0> <%response.write img_skin("m_help")%>网站SKIN</td></tr>
<tr class=bg_td><td>
<table border=0>
<tr>
<td>可选SKIN:</td>
<%
sql="select s_dir,s_name from jk_skin"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
response.write vbcrlf&"<td> "&img_skin("m_help2")&"<a href='skins.asp?action="&rs("s_dir")&"'>"&rs("s_name")&"</a> </td>"
rs.movenext
loop
rs.close
%>
</tr>
</table>
</td></tr>
<%
end if
%>
<tr class=bg_td><td>
<table border=0>
<tr>
<td><a href='skins.asp?action=cookies_clear'>清空您在本网站留下的所有Cookies信息</a></td>
</tr>
</table>
<%
end sub
sub help_redister()
%>
<table border=0 width=450 cellspacing=0 cellpadding=0>
<tr><td height=10></td></tr>
<tr><td class=htd>
<!-- #include file="include/inc_register.inc" -->
</td></tr>
<form name=form_reg action='register.asp?' method=get>
<input type=hidden name=action value='main'>
<tr><td height=50 align=center><input type=submit value="我已阅读并同意以上条款"> <input type=button value="不同意" onclick="javascript:document.location.href='index.asp';"></td></tr>
</form>
</table>
<%
end sub
sub help_put()
%>
<table border=0 width='80%'>
<tr><td class=htd> 您可以在本站发布一些如文章或软件等图文信息,但必须等待管理员的审核通过才可以正式的在网站里体现出来。<br> 请在发布信息前先<a href='login.asp?action=register'>注册</a>并且<a href='login.asp'>登陆</a>本站,这样您才能正常的进行信息发布。</td></tr>
</table>
<table border=0 width='80%'>
<tr><td height=1 width=15></td><td width=*></td></tr>
<tr><td colspan=2 height=20><%response.write img_skin("m_help2")%><a href='user_put.asp?action=news' class=blue>发布我的新闻</a></td></tr>
<tr><td></td><td class=htd>发布相关的新闻动态,具体内容有:标题、类型、出处、关键字、推荐、内容、图片(上传)等,须管理审核。</td></tr>
<tr><td height=5></td></tr>
<tr><td colspan=2 height=20><%response.write img_skin("m_help2")%><a href='user_put.asp?action=art' class=blue>发表我的文章</a></td></tr>
<tr><td></td><td class=htd>发布相关的技术文章,具体内容有:标题、类型和内容等,须管理审核。</td></tr>
<tr><td height=5></td></tr>
<tr><td colspan=2 height=20><%response.write img_skin("m_help2")%><a href='user_put.asp?action=down' class=blue>添加我的软件</a></td></tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -