📄 me.asp
字号:
<!--#include file="Common/inc_usercheck.asp"-->
<!--#include file="Common/Inc_DatConn.asp"-->
<!--#include file="Common/Inc_Config.asp"-->
<!--#include file="Common/Inc_Function.asp"-->
<%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│【版权声明】 │
'│ │
'│ 本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│ │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│ │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%><%
Dim intClsId,MemberKey
MemberKey =Session("intMemberKey")
intClsId =RtnReplaceInt(request("bid"),0)
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title><% =strSiteName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="分类,供求信息,北方供求,整站出售,免费源码,交友, 征友, 风云在线, 约会, 聊天, 征婚, 婚介, 爱情, 友情, 友谊, 朋友, 伙伴, 情人, 伴侣, 同性, 异性, 女人, 男士, 女士, 男孩, 女孩, 帅哥, 美女, 单身, 独身, 性感, 浪漫, 激情, 手机交友, 手机, 短信, 彩信, 铃声, 图片, 照片, 靓照, 贴图, 语音, 视频, 搜索, 文章, 商城" name="keywords">
<link href="Common/Style.css" type="text/css" rel="stylesheet">
<script language="javascript">
function edit_Info(ID) {
popupWin = window.open('edit_info.asp?Id='+ ID,'','width=495,height=500,scrollbars=yes')
}
function askdel_Info(ID) {
popupWin = window.open('del_Info.asp?Id='+ ID,'','width=190,height=160,scrollbars=yes')
}
</script>
</head>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<!--#include file="Top.asp"-->
<div align="center">
<table cellSpacing="0" cellPadding="0" width="760" border="0">
<tr vAlign="top">
<td width="170" bgcolor="#F3F5F5">
<!--#include file="left.asp"-->
</td>
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td>
<img height="39" src="images/jiansuo.gif.gif" width="587"></td>
</tr>
<tr>
<td background="images/lhtbg.gif.gif">
<table cellSpacing="0" cellPadding="0" width="550" align="center" border="0">
<tr>
<td><!--#include file="Common/Inc_Search.asp"--></td>
</tr>
<tr>
<td height="6"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgColor="#85bdef" height="1"></td>
</tr>
</table>
<table height="3" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top">
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="587" height="32" background="images/vxinxi.gif" align="center">
<font color="#000080"><b>会员如何积分</b></font></td>
</tr>
</table>
<table cellSpacing="1" cellPadding="0" width="586" bgColor="#a8d70c" border="0">
<tr>
<td bgColor="#ffffff">
<table cellSpacing="0" cellPadding="0" width="100%" bordercolordark="#FFFFFF" borderColorLight="#3986CE" border="0">
<tbody>
<tr>
<td vAlign="top" width="100%" align="center">
<table width="100%" height="20" border="0" cellpadding="4" cellspacing="1" bgcolor="#FFFFFF">
<%
Dim rdsInfo
Dim sqlInfo
Dim strInfoClass '/供求信息类型/
Dim rdsTotalRec
Dim intPage '/当前页/
Dim intTotalRec '/所有记录/
Dim intInfoCount
Dim n,p,ii '/定义一些临时变量/
Dim strTopic
intPage = Replace(Trim(Request("Page")),"'","")
intPage = Replace(Trim(Request("Page"))," ","")
if intPage = "" then
intPage = 1
else
intPage = Clng(intPage)
end if
set rdsInfo = Server.CreateObject("ADODB.Recordset")
if intClsId = 0 then
set rdsTotalRec = Conn.Execute("Select Count(InfoKey) From Dat_Information Where MemberKey="& MemberKey &" and State = 1")
intTotalRec = rdsTotalRec(0)
sqlInfo = "Select * From Dat_Information Where MemberKey="& MemberKey &" Order By InfoKey Desc"
else
set rdsTotalRec = Conn.Execute("Select Count(InfoKey) From Dat_Information Where MemberKey="& MemberKey &" and bid='"& intClsId &"' And State = 1")
intTotalRec = rdsTotalRec(0)
sqlInfo = "Select * From Dat_Information Where bid= '"& intClsId &"' and MemberKey="& MemberKey& " And State = 1 Order By InfoKey Desc"
end if
rdsInfo.Open sqlInfo,Conn,1,1
if not rdsInfo.EOF then
if intTotalRec mod intInfoCot = 0 then
n = intTotalRec \ intInfoCot
else
n = intTotalRec \ intInfoCot + 1
end if
rdsInfo.MoveFirst
if intPage > n then intPage = n
if intPage < 1 then intPage = 1
rdsInfo.Move (intPage - 1) * intInfoCot
do while not rdsInfo.EOF and intInfoCount < Clng(intInfoCot)
intInfoCount = intInfoCount + 1
xxlx=rdsInfo("InfoClass")
if len(rdsInfo("Topic")) > 21 then
strTopic = left(rdsInfo("Topic"),21) &"..."
else
strTopic = rdsInfo("Topic")
end if
strcolor = rdsInfo("color")
%>
<tr>
<td width="56%" height="20" class="F16"><%if rdsInfo("tj")=true then%> <img border="0" src="images/arrow.gif" alt="推荐信息"><%else%> <img border="0" src="images/tu33.gif" alt="一般信息"><%end if%> <font color="#478B47"><span style="font-size: 9pt"><%call gqlx(2,xxlx)%></span></font><span style="font-size: 9pt"> </span>
<a href="View_Info.asp?Id=<% = rdsInfo("InfoKey")%>" target="_blank" class="a01"><span style="font-size: 9pt"><%if strcolor<>"" then%><font color="#<%=strcolor%>"><% = strTopic%></font><%else%><% = strTopic%><%end if%></span></a></td>
<td width="10%" align="center"><%if rdsInfo("state")=1 then%><img border="0" src="images/unlock.gif" alt="开通" width="15" height="16"><%else%><font color="#FF0000"><img border="0" src="images/lock.gif" width="15" height="16" alt="关闭,请用固定电话拨打1603审请开通,您的信息ID为<% = rdsInfo("InfoKey")%>"><%end if%></font></td>
<td width="9%" align="center">
<a href="javascript:edit_Info(<% = rdsInfo("InfoKey")%>)">
<img border="0" src="images/view.gif" alt="编辑信息" width="15" height="16"></a></td>
<td width="6%" align="center"><a href="javascript:askdel_Info(<% = rdsInfo("InfoKey")%>)">
<img border="0" src="images/del.gif" width="15" height="16" alt="删除此信息!" onclick="{if(confirm('确定删除选定的纪录吗?')){return true;}return false;}"></a></td>
<td width="8%" align="center"><% = rdsInfo("Hits")%>/<% = rdsInfo("hf")%></td>
</tr>
<tr>
<td width="100%" colspan="5" height="1" background="images/dotline.gif"></td>
</tr>
<%
rdsInfo.MoveNext
loop
else
%>
<tr>
<td width="100%" colspan="5" height="25"> <font color="#FF0000">对不起!本系统没有您的任何供求信息</font>...</td>
</tr>
<%
end if
rdsInfo.Close
set rdsInfo = nothing
if intPage - 1 mod 10 = 0 then
p = (intPage - 1) \ 10
else
p = (intPage - 1) \ 10
end if
%>
</table>
<table border="0" width="98%" cellspacing="0" cellpadding="0" align="center">
<form method="post" action="?" name="Form2">
<input type="hidden" name="KeyWord" value="<% = strKeyWord%>">
<tr>
<td width="30%" height="30" valign="middle">页次:<b><%= intPage %></b>/<b><%= n %></b>页 每页<b><%= intInfoCot %></b>条 共<b><%= intTotalRec %></b>条</td>
<td width="70%" height="30" valign="middle"><div align="right">分页:
<%
if intPage = 1 then
Response.Write "<font face=webdings>9</font> "
else
Response.Write "<a href='?Page=1&KeyWord="& strKeyWord &"' title=首页><font face=webdings>9</font></a> "
end if
if p * 10 > 0 then Response.Write "<a href='?Page="&Cstr(p*10)&"&KeyWord="& strKeyWord &"' title=上十页><font face=webdings>7</font></a> "
Response.Write "<b>"
for ii = p * 10 + 1 to P * 10 + 10
if ii = intPage then
Response.Write "<font color=""#FF0000"">"+Cstr(ii)+"</font> "
else
Response.Write "<a href='?Page="&Cstr(ii)&"&KeyWord="& strKeyWord &"'>"+Cstr(ii)+"</a> "
end if
if ii = n then exit for
next
Response.Write "</b>"
if ii < n then Response.Write "<a href='?Page="&Cstr(ii)&"&KeyWord="& strKeyWord &"' title=下十页><font face=webdings>8</font></a> "
if intPage=n then
Response.Write "<font face=webdings>:</font> "
else
Response.Write "<a href='?Page="&Cstr(n)&"&KeyWord="& strKeyWord &"' title=尾页><font face=webdings>:</font></a> "
end if
%>
转到:<input type="text" name="Page" size="2" maxlength="10" value="<%= intPage %>" class="face"> <input type="submit" value="Go" name="submit" class="button">
</div></td>
</tr>
</form>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table height="6" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table></div>
<!--开始-->
<div align="center">
<table border="0" style="border-collapse: collapse" width="760">
<tr>
<td background="hy/img/2005_soft_mainbg.gif" height="7"></td>
</tr> </table>
</div>
<!--结束-->
<!--#include file="end.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -