📄 topsysop.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<style>
a{text-decoration:none}
a{color:#000000}
td{font-size:9pt}
body{font-size:9pt}
</style>
</head>
<body topmargin=2 leftmargin=0 bgcolor=#333333>
<%
dim sql
dim rs
dim sys
sql="select top 5 * from news where username='mmpchome' order by time desc"
set rs=conn.execute(sql)
%>
<table width=404 cellspacing=0 cellpadding=5>
<tr>
<td nowrap>
<%if rs.eof and rs.bof then%>
<%response.write "<center>暂时联盟还没有公告</center>"%>
<%else
do while not rs.eof
sys=rs("content")
%>
<font color=#eeeeee>■ <%=formatdatetime(rs("time"),2)%>:</font> <font color="#aaaaaa"><a href="#" title="<%=sys%>" style="color:#cccccc"><%=left(trim(sys),26)%>...</a><br>
..................................................................</font><br>
<%
rs.movenext
loop
end if
rs.close
%>
</td>
</tr>
</table>
<center>
<script src="http://www.52cm.com/kuxing/count/count/mystat.asp?style=icon"></script>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -