www.gusucode.com > 仿MOP对开式论坛程序 1.0源码程序 > service.asp

    <%@language="VBScript"%>
<!--#include file="title.asp"-->
<%
contents=contents &"<title>社区服务-"& caption &"</title>"&_
"</head>"&_
"<body>"&_
""&_
"<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"" class=""tdc"">"
if gbmaduser="" then
contents=contents &"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">出错</td></tr><tr><td><br>你还没登陆或者已经掉线。<br>请<a href=""login.asp"">登陆</a>,2秒后自动执行<Script Language=""JavaScript"">setTimeout(""location.href='login.asp'"",3000)</script>。<br><br></td></tr>"
else
contents=contents &"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">论坛须知</td></tr>"&_
"<tr class=""tds""><td>"&_
"<table border=""0"" cellpadding=""3"" cellspacing=""3"" width=""100%"">"&_
"<tr><td width=""64""><a href=""rule.asp"">社区规则</a></td><td class=""otr"">了解社区的基本规则,更好的在社区生活。</td></tr>"&_
"</table>"&_
"</td></tr>"&_
"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">个人设置</td></tr>"&_
"<tr class=""tds""><td>"&_
"<table border=""0"" cellpadding=""3"" cellspacing=""3"" width=""100%"">"&_
"<tr><td width=""64""><a href=""userinfo.asp"">个人资料</a></td><td class=""otr"">如果你想让更多的朋友认识你,填写资料吧。</td></tr>"&_
"<tr><td><a href=""pwdedit.asp"">修改密码</a></td><td class=""otr"">修改自己的登陆密码。</td></tr>"&_
"<tr><td><a href=""pwdsafe.asp"">密码保护</a></td><td class=""otr"">设置密码保护,忘记密码时可以通过密码保护重设置密码。</td></tr>"&_
"<tr><td><a href=""login.asp"">重新登陆</a></td><td class=""otr"">重新登陆站点,当提示验证Cookies出错或者更换用户名时使用。</td></tr>"&_
"</table>"&_
"</td></tr>"&_
"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">个人工具</td></tr>"&_
"<tr class=""tds""><td>"&_
"<table border=""0"" cellpadding=""3"" cellspacing=""3"" width=""100%"">"&_
"<tr><td width=""64""><a href=""message.asp"">短消息</a></td><td class=""otr"">查看、收发自己的短消息。</td></tr>"&_
"<tr><td><a href=""tool.asp"">道具使用</a></td><td class=""otr"">使用社区道具,如用道具设置签名等等。</td></tr>"&_
"<tr><td><a href=""report.asp"">异动报告</a></td><td class=""otr"">查看自己的"& gbname &"异动、黑名单、道具交易记录等等。</td></tr>"&_
"<tr><td><a href=""upload.asp"">文件上传</a></td><td class=""otr"">可以上载文件、图片等,用于自己的签名图等等。</td></tr>"&_
""&_
"</table>"&_
"</td></tr>"&_
"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">基本功能</td></tr>"&_
"<tr class=""tds""><td>"&_
"<table border=""0"" cellpadding=""3"" cellspacing=""3"" width=""100%"">"&_
"<tr><td width=""64""><a href=""#"" target=""_self"" onClick=""javascript:parent."& bbssn &"leftsearch.rows='55%,45%';"">工 具 栏</a></td><td class=""otr"">搜索社区的帖子,查看自己发布/回复的帖子,以及其它的功能。</td></tr>"&_
"<tr><td><a href=""online.asp"">在线列表</a></td><td class=""otr"">查看此时论坛在线人员名单。</td></tr>"&_
"<tr><td><a href=""tool.asp?market=yes"">道具超市</a></td><td class=""otr"">可在这里进行社区道具买卖。</td></tr>"&_
"</table>"&_
"</td></tr>"
end if
contents=contents &"</table>"&_
""
%>
<!--#include file="bottom.asp"-->