⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.asp

📁 购物网站源码有需要的赶快下载机不可失
💻 ASP
字号:
<!--#include file="main.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title><%=citytitle%></title>
</hand>

<body topmargin="0">
<%SMT_TOP%>
<table width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" align="center">
  <tr>
    <td width="150" valign=top bgcolor=#fafafa style="border-right:1px #cc3300 solid">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr><td height=5></td></tr>
<tr><td height=30 bgcolor=efefef style="border-bottom:1px #cc3300 solid" class=f14> <strong>1,</strong><a href=about.asp>关于我们</a></td></tr>
<tr><td height=5></td></tr>
<tr><td height=30 bgcolor=efefef style="border-bottom:1px #cc3300 solid" class=f14> <strong>2,</strong><a href=about.asp?action=contact>联系方式</a></td></tr>
<tr><td height=5></td></tr>
<tr><td height=30 bgcolor=efefef style="border-bottom:1px #cc3300 solid" class=f14> <strong>3,</strong><a href=about.asp?action=ads>广告合作</a></td></tr>
<tr><td height=5></td></tr>
<tr><td height=30 bgcolor=efefef style="border-bottom:1px #cc3300 solid" class=f14> <strong>4,</strong><a href=about.asp?action=buy>付款方式</a></td></tr>
<tr><td height=5></td></tr>
<tr><td height=30 bgcolor=efefef style="border-bottom:1px #cc3300 solid" class=f14> <strong>5,</strong><a href=help.asp>帮助中心</a></td></tr>
<tr><td height=20></td></tr>
</table>
	</td>
    <td width="610" valign=top>
<!---=====================================-->
<table width="80%" align=center border="0" cellspacing="0" cellpadding="0">
<%if request("action")="buy" then%>
  <tr><td class=f18 height=80><strong>付款方式:</strong></td></tr>
  <tr><td><p style="line-height:180%"><%=code_jk(citybuy)%></td></tr>
<%elseif request("action")="contact" then%>
  <tr><td class=f18 height=80><strong>联系方式:</strong></td></tr>
  <tr><td><p style="line-height:180%"><%=code_jk(citycontact)%></td></tr>
<%elseif request("action")="ads" then%>
  <tr><td class=f18 height=80><strong>广告列表:</strong></td></tr>
  <tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=center>
  <tr>
    <td>
<!---=======-->
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor=#cc3300 align="center">
  <tr bgcolor=#efefef align=center>
    <td width="6%" height=30><strong>编号</strong></td>
    <td width="30%"><strong>位置说明</strong></td>
    <td width="15%"><strong>广告尺寸</strong></td>
    <td width="7%"><strong>状态</strong></td>
    <td width="12%"><strong>价格</strong></td>
  </tr>
<%set rs2=server.createobject("adodb.recordset")
sql2 ="SELECT  * From SMT_price order by SMT_priceid"
rs2.open sql2,Conn,1,1		
do while not rs2.eof

set rs=server.createobject("adodb.recordset")
sql ="SELECT  * From SMT_place where SMT_priceid="&rs2("SMT_priceid")&" order by SMT_placeID"
rs.open sql,Conn,1,1%>
  <tr bgcolor=#cc3300 align=center>
    <td height=25 colspan=5 style="color:#FFFFFF"><%=rs2("SMT_price")%></td>
  </tr>
<%do while not rs.eof
'==========
set rs1=server.createobject("adodb.recordset")
sql1="select * from SMT_ads where SMT_place="&rs("SMT_place")&" and SMT_priceid="&rs("SMT_priceid")&" and SMT_act=1 order by SMT_id desc"
rs1.open sql1,conn,1,1
if not rs1.eof then
sum="<strong>√</strong>"
color="efefef"
else
sum="<strong><font color=red>×</font></strong>"
color="F9C802"
end if
'================
%>
  <tr bgcolor=<%=color%> align=center>
    <td height=30><strong><%=rs("SMT_placeid")%></strong></td>
    <td><%=rs("SMT_placename")%></td>
    <td><%=rs("SMT_cc")%></td>
    <td><%=sum%></td>
    <td>¥<%=rs("SMT_jg")&"/"&rs("SMT_jgg")%></td>
  </tr>
<%rs.MoveNext
Loop
rs.close
rs2.MoveNext
Loop
rs2.close%>
</table>
<!---=======-->
	</td>
  </tr>
</table>
  </td></tr>
<%else%>
  <tr><td class=f18 height=80><strong>关于我们:</strong></td></tr>
  <tr><td><p style="line-height:180%"><%=code_jk(cityabout)%></td></tr>
<%end if%>
  <tr><td height=100></td></tr>
</table>
<!---=====================================-->
</td>
  </tr>
</table>
<!--####################################################################-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=5></td></tr>
<tr><td height=2 bgcolor=#cc3300></td></tr>
  <tr>
    <td align="center" height=80><%=citybottom%></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -