📄 top.asp
字号:
<%
if request.Cookies("Userid")="" then
Response.Write "<script>alert('发布信息出错,下面是产生错误的可能原因:\n\n·对不起,您没有权限在本圈子管理');history.go(-1);</Script>"
Response.End
end if
set rss=server.createobject("adodb.recordset")
sql="select * from "&WebSqlType&"_Cmember where "&WebSqlType&"_Cid="&id&" and "&WebSqlType&"_Cuserid="&request.Cookies("Userid")&" and ( "&WebSqlType&"_key=1 or "&WebSqlType&"_key=2)"
rss.open sql,conn,1,1
if rss.eof and rss.bof then
Response.Write "<script>alert('发布信息出错,下面是产生错误的可能原因:\n\n·对不起,您没有权限在本圈子管理');history.go(-1);</Script>"
Response.End
rss.close
end if
%>
<%
Function bottom()
rs.close
response.Write(" <div id='bot'><span>copyright 2008 <a href='http://www.TaoJin2008.com/'>TaoJin2008.Com</a> Limited,All Rights Reserved 版权所有 <a href='http://www.TaoJin2008.com/'>开发团队</a> <script type='text/javascript' src='http://js.tongji.yahoo.com.cn/1/125/169/ystat.js'></script><noscript><a href='http://js.tongji.yahoo.com.cn'><img src=http://js.tongji.yahoo.com.cn/1/125/169/ystat.gif></a></noscript></span></div>")
End Function
%>
<div id="top">
<div id="logo"><%=title%>管理中心</div>
<div id="top-menu">[ <strong><%=request.Cookies("username")%></strong> -
<a href="../logout.asp">退出</a> ] <a href="http://www.TaoJin2008.cn">首页</a> - <a href="<%=usertwourl%>">圈子首页</a> - <a href="/person/index.asp">个人中心</a> - <a href="../help.asp">帮助</a> </div></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -