📄 top.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body topmargin="0">
<table width="100%">
<tr bgcolor="#A8D104">
<td height="28" align="left">
<a href="index.asp"><font color="#FFFFFF">首页</font></a> | <a href="http://www.hikers.cn/blog/user1/hikers/index.html" target="_blank"><font color="#FFFFFF">博客</font></a> | <a href="contactus.asp"><font color="#FFFFFF">联系我们</font></a> | <a href="help.asp"><font color="#FFFFFF">FAQ</font></a> | <a href="http://www.hikers.cn" target="_blank"><font color="#FFFFFF">中国驴友网</font></a> |<a href="rank.asp"><font color="red"><strong>排性榜</strong></font></a>| <a target="_blank" href="http://wpa.qq.com/msgrd?V=1&Uin=150154016&Site=客户服务&Menu=yes"><font color="#FF0000">QQ留言</font></a> <script src='http://s6.cnzz.com/stat.php?id=1565&web_id=5674&online=1&show=line' language='JavaScript' charset='gb2312'></script> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><a href="index.asp"><img src="images/logo.gif" alt="返回『驴友俱乐部』首页" width="180" border="0"></a></td>
<td><table width="803" >
<tr>
<td width="407">
<table><tr>
<td><font color="#009900">自由</font>:超大100 x 100像素格子,广告更加无拘无束!</td>
<td><font color="#009900">免费</font>:大小网站,<a href="join.asp"><font color="#FF0000">均可申请!</font></a></td>
<td><font color="#009900">条件</font>: 在你站加本站Logo,每被点击,你在本站格子就排第一!</td>
<td><font color="#009900">目标</font>:打造互联网上最大的驴友基地!</td>
</tr>
</table>
</td>
<td width="234"> 真诚付出,铸就<font color="#FF0000">ChinaHikersClub</font>百万流量!本站已在百度,Google,雅虎,中国驴友网等站优势位置投放广告!</td>
<TD width=146 bgColor=#ffffff height=46><IMG height=56 src="images/counter.gif" width=135></TD>
</tr>
</table></td>
</tr>
</table>
<table width="100%">
<tr bgcolor="#A8D104">
<td height="28" align="left">
<a href="index.asp"></a><a href="login.asp"><font color="#FFFFFF">登陆管理</font></a> |
<a href="join.asp"><font color="#FF0000">免费申请</font></a> | <strong><font color="#FFFFFF">驴友格子</font></strong>
V1.4 [<a href="http://www.hikers.cn/hikersgezi.rar">点击下载</a>]
<strong><font color="#FFFFFF">驴友格子v1.4 SQL版:¥300元,提供一年的技术支持,免费升级!黄金广告位优惠出售,仅售80元/月!</font></strong> </td>
</tr>
</table>
<!--#include file="ad.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td height="28" colspan="2" bgcolor="#F5F5F5" >
<!--CLASS ADD-->
<%
dim rs1,sql1,row_count
dim pass,nopass
pass=conn.execute("select count(*) from G_user where G_validate=1")(0)
nopass=conn.execute("select count(*) from G_user where G_validate=0")(0)
set rs1=server.CreateObject("adodb.recordset")
sql1="select top 15 * from G_class order by G_classid asc"
rs1.open sql1,conn,1,1%>
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<%row_count=1 %>
<tr align="center"><%if rs1.eof and rs1.bof then
response.write (" ")
else
Do While Not rs1.EOF%>
<td align="left"><table width="65" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height="26" align="center"> <a href="class.asp?id=<%=rs1("G_classid")%>"><%=rs1("G_class")%></a></td>
</tr>
</table></td>
<% if row_count mod 15 =0 then%>
</tr><%end if
rs1.MoveNext
row_count=row_count+1
Loop
rs1.close
end if%>
</table>
<!--CLASS END-->
</td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#CCCCCC"></td>
</tr>
</table>
<DIV style="LEFT: 880px; POSITION: absolute; TOP: 46px; height: 36px;"><FONT
color="FFFFFF">已加入:</FONT><FONT id=statgreen><%=pass%></FONT><BR>
<FONT
color="FFFFFF">审核中:</FONT><FONT id=statgreen><%=nopass%></FONT> </DIV>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -