📄 usertop.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="../inc/userchk.asp"-->
<script language="javascript">
function CheckAll(form)
{
for (var i=0;i<form.elements.length;i++)
{
var e = form.elements[i];
if (e.name != 'chkall')
e.checked = form.chkall.checked;
}
}
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户管理面板</title>
<link type="text/css" rel="stylesheet" href="inc/style.css" />
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class=page>
<tr>
<td>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD height="9" width="360"><FONT color=RED><B>今天是:</B></FONT><FONT
color=#505050>
<SCRIPT language=JavaScript>
d = new Date();
document.write((d.getYear())+"年"+(d.getMonth()+1)+"月"+d.getDate()+ "日");
</SCRIPT></FONT><FONT color=#000000>
<SCRIPT language=JavaScript>
d = new Date();
switch (d.getDay()) {
case 0:
strweek="日";
break;
case 1:
strweek="一";
break;
case 2:
strweek="二";
break;
case 3:
strweek="三";
break;
case 4:
strweek="四";
break;
case 5:
strweek="五";
break;
case 6:
strweek="六";
break;
}
document.write("星期"+ strweek);
</SCRIPT>
</FONT></TD>
<TD height="9" align="right" width="400"> <A onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.vertigohome.net/dian/')"
href="javascript:;">设为首页</a> <A
href="javascript:window.external.addFavorite('http://www.vertigohome.net/dian/'','jjyy二手市场')"
target=_self>加入收藏</a> <A
href="mailto:xxzn@itxxzn.com">网站信箱</a> <A
href="help.asp">帮助中心</a></TD>
</TR>
<TR>
<TD height="1" align=middle bgcolor="#FF8F2A" colspan="2"></TD>
</TR>
</TBODY>
</TABLE>
<div align="center">
<TABLE width=760 border=0 cellPadding=0 cellSpacing=0 height="77">
<TBODY>
<TR >
<TD width="172" align="center"> <a href=../><img border="0" src="../img/logo.gif" width="151" height="60"></a></TD>
<TD align="center" width="468">
<img border="0" src="../images/banner.gif" width="468" height="60"></TD>
<TD align="center">
<div align="center">
<table border="0" width="90%" cellspacing="0" cellpadding="0" id="table1" height="69">
<tr>
<td height="22" align="center"><a href="http://www.vertigohome.net/dian/products.asp">
</a></td>
</tr>
<tr>
<td height="25" align="center"><a href="http://www.vertigohome.net/dian/price.asp">
</a>服务热线:</td>
</tr>
<tr>
<td align="center"><a href="http://www.vertigohome.net/dian/contact.asp"><font color="#008000">
</font></a></td>
</tr>
</table>
</div>
</TD>
</TR>
</TBODY>
</TABLE>
</div>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD height="28" align=middle background=images/t1.gif>
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD>
<a href="index.asp"><font color=#ffffff>首页</font></a><font color="#FFFFFF">
| 二手分类 | 发布信息 | <a href=../Reg.asp><font color="#FFFFFF">注册会员</font></a> | <a href=login.asp>
<font color="#FFFFFF">会员登陆</font></a> | <a href=law.asp>
<font color="#FFFFFF">发布规则</font></a> | <a href=../dian1/gbook/>
<font color="#FFFFFF">请您留言</font></a></font></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD height="28" align=middle >
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD>
<font color="#FF0000">二手导航:</font><%
SqlStr = "Select Unid,Classname from 2s_class where flag = 0 order by orderflag asc"
set RsStr = conn.execute(SqlStr)
if not RsStr.eof then
do while not RsStr.eof
for i = 1 to 12
SqlStrs = "SELECT classid, Count(classid) FROM 2s_list where classid ="& RsStr(0) &" GROUP BY classid"
set RsStrs = conn.execute(SqlStrs)
if not RsStrs.eof then
classids="("&RsStrs(1)&")"
RsStrs.close : set RsStrs = nothing
else
classids="(0)"
end if
Response.write "<a href=index.asp?id="& RsStr(0) &"&classid="& RsStr(0) &">" &RsStr(1) & "</font> | "
RsStr.movenext
if RsStr.eof then exit for
next
Response.write "<br>"
loop
else
Response.write ""
end if
RsStr.close
%></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<TR>
<TD height="1" align=middle bgcolor="#FF8F2A" colspan="2"></TD>
</TR>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -