📄 left.asp
字号:
<!--#include file="load.asp"-->
<!--#include file="Inc/SchoolSelect.asp"-->
<TABLE id=table22 cellSpacing=0 cellPadding=0
width="100%" border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=173
border=0>
<TBODY>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>会 员 登 录</DIV></TD></TR>
<TR>
<TD>
<%
if session("user_id")<>empty then
call load2()
else
call load1()
end if
%></TD></TR>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>店 铺 分 类</DIV></TD></TR>
<TR>
<TD>
<TABLE width="100%" border=0 height="100">
<TBODY>
<TR>
<TD align=center>
<a href=ShopList.asp?zu=1>电脑配件</a></TD>
<TD align=center>
<a href=ShopList.asp?zu=2>时尚用品</a></TD>
</TR>
<TR>
<TD align=center height="20">
<a href=ShopList.asp?zu=3>电子产品</a></TD>
<TD align=center height="20">
<a href=ShopList.asp?zu=4>卡类票类</a></TD>
</TR>
<TR>
<TD align=center>
<a href=ShopList.asp?zu=5>手机通讯</a> </TD>
<TD align=center>
<a href=ShopList.asp?zu=6>生活用品</a></TD>
</TR>
<TR>
<TD align=center><a href=ShopList.asp?zu=7>房屋租赁</a></TD>
<TD align=center><a href=ShopList.asp?zu=8>各类图书</a></TD>
</TR>
</TBODY>
</TABLE></TD></TR>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>二 手 导 航</DIV></TD></TR>
<TR>
<TD>
<table width="100%" border="0" id="table23" cellpadding="3">
<TR>
<TD align=center>
<a href="sechand.asp?id=1&classid=1">
电脑配件 </a></TD>
<TD align=center>
<a href="sechand.asp?id=5&classid=5">
电子产品</a></TD>
</TR>
<TR>
<TD align=center height="20">
<a href="sechand.asp?id=18&classid=18">
生活用品</a></TD>
<TD align=center height="20">
<a href="sechand.asp?id=8&classid=8">
租房信息</a></TD>
</TR>
<TR>
<TD align=center>
<a href="sechand.asp?id=9&classid=9">
各类图书</a> </TD>
<TD align=center>
<a href="sechand.asp?id=10&classid=10">
兼职招聘</a></TD>
</TR>
<TR>
<TD align=center>
<a href="sechand.asp?id=13&classid=13">
手机通讯</a></TD>
<TD align=center>
<a href="sechand.asp?id=14&classid=14">
游戏动漫</a></TD>
</TR>
<TR>
<TD align=center>
<a href="sechand.asp?id=15&classid=15">
时尚用品</a></TD>
<TD align=center>
<a href="sechand.asp?id=20&classid=20">
五花八门</a></TD>
</TR>
</table>
</TD></TR>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>新 手 上 路</DIV></TD></TR>
<TR>
<TD>
<table width="100%" border="0" id="table23" cellpadding="3">
<tr>
<td width="78" align="center"><a href=first0.asp?action=First1>注册会员</a></td>
<td align="center"><a href=first0.asp?action=First2>申请开店</a></td>
</tr>
<tr>
<td width="78" align="center"><a href=first0.asp?action=First3>通过审核</a></td>
<td align="center"> <a href=first0.asp?action=First4>免费认证</a></td>
</tr>
<tr>
<td width="78" align="center"><a href=first0.asp?action=First5>推荐店铺</a></td>
<td align="center"> <a href=first0.asp?action=First6>评定星级</a></td>
</tr>
<tr>
<td width="78" align="center"><a href=first0.asp?action=First7>如何交易</a></td>
<td align="center"> <a href=first0.asp?action=First8>联系留言</a></td>
</tr>
</table>
</TD></TR> <TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>学 校 列 表</DIV></TD></TR>
<TR>
<TD>
<table border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td>
<%set rs11=server.createobject("adodb.recordset")
sql11="select top 16 * from school order by id desc"
rs11.open sql11,conn,1,1
if rs11.eof then
response.write"暂时没有学校"
else
i=0
do while not rs11.eof
%>
<a href="shopschool.asp?school=<%=rs11("id")%>" target="_blank"><%=rs11("name")%></a>
<%
i=i+1
if i mod 2=0 then
%><br><%end if
rs11.movenext
loop
end if
rs11.close
set rs11=nothing%>
</td>
</tr>
</table>
</TD></TR> <tr>
<td align=right><a href="school.asp"><img src=images/more.gif width=31 height=11 border=0></a></td>
</tr>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>搜 索 宝 贝</DIV></TD></TR>
<TR>
<TD>
<TABLE width="100%" align=center border=0>
<TBODY>
<TR>
<TD> <form action="search.asp" method="post" name="form" id="form">
<table width="100%" border="0" cellpadding="2">
<tr>
<td>
商品名称:<INPUT size=15 name=keyword></td>
</tr>
<tr>
<td align="center">
<input type="submit" name="Submit" value="搜索看看" class=input2></td>
</tr>
</table>
</form>
</TD>
</TR>
</TABLE><TABLE width="100%" align=center border=0>
<TBODY>
<TR>
<TD> <form action="shopsearch.asp" method="post" name="form1" id="form1">
<table width="100%" border="0" cellpadding="2">
<tr>
<td>
店铺名称:<INPUT size=15 name=keyword></td>
</tr>
<tr>
<td align="center">
<input type="submit" name="Submit" value="多多找找" class=input2></td>
</tr>
</table>
</form>
<form name="form3" method="post" action="sechond.asp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>类型:
<select name="lx" id="select4">
<option value="">选择</option>
<option value="1">出售</option>
<option value="2">求购</option>
<option value="3">出租</option>
<option value="4">求租</option>
<option value="5">求职</option>
<option value="6">招聘</option>
</select> </td>
</tr> <tr>
<td>学校:
<select name="dq" id="select5" size="1">
<%=schoolselect%> </select></td>
</tr>
<tr>
<td>物品:
<input name="title" type="text" id="title" class=input2 size="15"></td>
</tr>
<tr>
<td><div align="center">
<input type=submit value=提交 name=Submit2 class=input2>
<input type=reset value=重置 name=Submit3 class=input2>
</div></td>
</tr>
</table>
</form>
</TD>
</TR>
</TABLE></TD></TR>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>最 新 会 员</DIV></TD></TR>
<TR>
<TD>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="table24" >
<%
Set rs= conn.execute("select * from dduser order by user_id desc" )
do while not rs.eof
%>
<tr>
<td height=18 >·<a href=userinfo.asp?user_id=<%=rs("user_id")%>><%=rs("user_name")%></a> [<%=FormatDateTime(rs("user_Date"),vbshortdate)%>]</td>
<% b=b+1
if b>=8 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
</tr>
<tr>
<td align=right><a href=user_list.asp><img src=images/more.gif width=31 height=11 border=0></a></td>
</tr>
</table></TD></TR>
<TR>
<TD class=th>
<DIV style="FONT-WEIGHT: bold; COLOR: #ffffff"
align=center>友 情 连 接</DIV></TD></TR>
<TR>
<TD align=middle>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" >
<%
Set rs= conn.execute("select * from links order by id desc" )
do while not rs.eof
%>
<tr>
<td height=18 >·<a href=linkurl.asp?id=<%=rs("id")%> target=_blank><%=rs("title")%></a></td>
<% c=c+1
if c>=8 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
</tr> <tr>
<td align=right><a href=link_list.asp><img src=images/more.gif width=31 height=11 border=0></a></td>
</tr>
</table>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -