📄 gggl.asp
字号:
<%
if session("ymadminok")<>"true" then '管理员身份验证
response.redirect "error.asp?errorid=8"
end if
%>
<!--#include file="conn.asp"-->
<%
dim sql
dim rs
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟</title>
<style>
a{text-decoration:none}
a{color:#000000}
td{font-size:9pt}
.stedit { background-color:#cccccc;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; border-color: #333333;font-color:#ffffff;}
</style>
<script>
function winpop()
{
window.open("aboutme.htm","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=370,top=0,left=0")
}
</script>
</head>
<body topmargin=0 leftmargin=0 bgcolor="#000000">
<!--#include file="head.asp"-->
<div align="center">
<center>
<table width=776 cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td width=778 height=10 bgcolor=#999999></td></tr>
<tr><td width=778 height=20>
<table width=778 cellspacing=0 cellpadding=0>
<tr><td width=450 bgcolor=#666666 rowspan=2>
<font color=#cccccc> 当前位置>> <a href="manage.asp" style="color:#ffffff">批复站点</a>------<a href="news.asp?user=mmpchome" style="color:#ffffff">发布公告</a>------<a href="cygl.asp" style="color:#ffffff">成员管理</a>------<a href="cygl.asp" style="color:#ffffff">酷站推荐</a></td>
<td bgcolor=#999999>
<img src="pic/j5.gif"></td>
</tr>
<tr><td height=12 bgcolor=#666666></td></tr>
</table>
</td></tr>
<tr><td width=778 height=10 bgcolor=#666666></td></tr>
<tr><td width=778 height=200 valign=top bgcolor=#cccccc>
<table width=100% cellspacing=0 cellpadding=5>
<%
sql="select * from news where username='mmpchome'"
set rs=conn.execute(sql)'从新闻表里选出用户=mmpchome的新闻
if rs.eof and rs.bof then
response.write "还没有公告"
else
do while not rs.eof
%>
<tr><td width=30 align=center><font color="#666666"><%=rs("id")%></font></td><td width=560><font color=#333333><%=rs("content")%></font></td><td align=center><%=formatdatetime(rs("time"),1)%></td><td><a href="deleds.asp?id=<%=rs("id")%>&class=gg" style="color:#333333">删除</a></td></tr>
<%
rs.movenext
loop
rs.close
end if
%>
</table>
</td></tr>
<tr><td height=10 bgcolor=#666666 width="778"></td></tr>
<tr><td height=15 bgcolor=#999999 width="778"></td></tr>
</table>
</center>
</div>
<div align="center">
<center>
<table width=778 valign=bottom cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td bgcolor=#999999 width="778"><img src="pic/bottom2.gif" align="right"></td></tr>
</table>
</center>
</div>
<div align="center">
<center>
<table width=779 height="45" bgcolor="#000000" cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td align="center" align="center" width="779"><font color="#ffffff">Modification And Program By : 52CM工作室</font></td></tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -