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

    <%@language="VBScript"%>
<!--#include file="title.asp" -->
<%
if gbmaduser="" then
call connclose
Response.Redirect "login.asp"
end if
contents=contents &"<title>"& caption &"</title>"&_
"</head>"&_
"<body>"&_
"<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"">"&_
"<tr>"&_
"<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"" class=""tdc"">"&_
"<tr class=""toptr""><td class=""tdc"" height=""20"" background="""& theme &"02.gif"">  "& gbmaduser &" 欢迎来到"& caption &"</td></tr>"&_
"<tr class=""tds""><td>"&_
"<table border=""0"" cellspacing=""0"" cellpadding=""0"" width=""100%"" height=""300"">"&_
"<tr>"&_
"<td align=""center""><a href=""service.asp"" >进入个人控制面版</a></td>"&_
"</tr>"&_
"<tr>"&_
"<td align=""center""><a href=""sendmessage.asp?username=admin"" >如果有需要请随时联系管理员</a></td>"&_
"</tr>"&_
"</table>"&_
"</td></tr>"&_
"</table>"&_
""
%>
<!--#include file="bottom.asp"-->