📄 jd.asp
字号:
<!--#include file="config.asp"-->
<html>
<head><title>反对票排行</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<LINK href="css.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.line00{text-decoration:none;}
.titlelink {font-size:14px;line-height:22px;}
.linkred{color:#ff3300;}
.linkred:link{color:#ff3300;}
a.linkred:hover{color:#666666; text-decoration: none;}
.linkred:visited{color:#ff3300;}
.ygr1{color:#ff3300; text-decoration:none;}
a.subnav:link{color:#ff9900;}
a.subnav:visited{color:#ff9900;}
a {color:#124ABB;}
a:hover {color:#f03;}
.focus {background-color:#D9D3EA;}
.imgslide {background-color:#999999;}
.spcr {margin:0 0 10 0px;}
.title-left { background-color:#8e7fbb;}
.title-right { background-color:#80C2D0;}
.left-bg { background-color:#F1F1FD;}
.right-bg { background-color:#E3F3F3;}
a.barlink{ color:#ffffff; width:100%; text-decoration:none;}
a.barlink:hover{ color:#E5F7E5; text-decoration:none;}
a.barlink:visted{ color:#ffffff; width:100%; text-decoration:none;}
-->
</style>
</head><body style="text-align:center"><center>
<table width='183' height='363' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td valign='top'><img src='skins/1/zt1.gif' width='183' height='5'></td>
</tr>
<tr>
<td valign='top' background='skins/1/zz1.gif'>
<table width='174' height='23' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr><td background='skins/1/hb1.gif'><div align='left'><span class='STYLE7'> 反票排名</span> 截至 <%=time()%> </div></td>
</tr>
</table>
<div class='spr'></div>
</td>
</tr>
<tr>
<td valign='top' background='skins/1/zz1.gif'>
<table width='174' height='318' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr align='center'>
<td width='30'><strong>名次</strong></td>
<td><strong>姓名</strong></td>
<td><strong>反票数</strong></td>
</tr>
<%rs.open "select top 10 id,realname,jdcount from [user] where ishc=1 order by jdcount desc,id desc",conn,1,1
If Rs.eof and Rs.bof Then
Response.Write("<tr><td>暂无成员</td></tr>")
else
i=1
do while not rs.eof%>
<tr align='center'>
<td><div class='STYLE9'> <%=i%> </div></td>
<td width='58'>
<div class='STYLE8'><A href="hcview.asp?id=<%=rs("id")%>" target=_blank><span class="xiahua"><%=rs("realname")%></span></a></div>
</td>
<td><%=rs("jdcount")%></td>
</tr> <%i=i+1
rs.movenext
loop
end if
rs.close%>
</table></td>
</tr>
<tr>
<td valign='top'><img src='skins/1/zx1.gif' width='183' height='5'></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -