?? 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 ──┘
%>
<html>
<head>
<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 bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<!--#include file="Top.asp"-->
<table align="center" border="0" width="760" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<p align="center"><img height="14" src="images/pic_top_01.gif" width="760" border="0"></td>
</tr>
</table>
<div align="center">
<center>
<table id="AutoNumber8" style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0" width="760" border="0">
<tbody>
<tr>
<td vAlign="top" width="1" background="images/space_01.gif"><img height="1" src="images/space_01.gif" width="1" border="0"></td>
<td vAlign="top" width="10"><img height="1" src="images/space.gif" width="10" border="0"></td>
<td vAlign="top" width="580">
<div align="center">
<center>
<table id="AutoNumber12" style="BORDER-COLLAPSE: collapse" height="103" cellSpacing="0" cellPadding="0" width="580" border="0">
<tbody>
<tr>
<td vAlign="top" height="3"></td>
<tr>
<td vAlign="top" height="100">
<a target="_blank" href="http://www.byqingyuan.com/xinlt">
<img src="images/ad_01.gif" width="580" height="100" alt="一號廣告位" border="0"></a></td></tr></tbody></table></center></div>
<div align="center">
<center>
<table id="AutoNumber11" style="BORDER-COLLAPSE: collapse" height="73" cellSpacing="0" cellPadding="0" width="580" border="0">
<tbody>
<tr>
<td vAlign="center" background="images/bg_quick_search_01.gif" height="63" align="center"><!--#include file="Common/Inc_Search.asp"--></td>
</tr>
<tr>
<td vAlign="top" height="10"></td></tr></tbody></table></center></div>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="25">
<tr>
<td width="100%" height="30">
<%
Dim intClsId,MemberKey
MemberKey = Replace(Trim(Request("id")),"'","")
if memberkey="" then
memberkey=0
end if
intClsId = Replace(Request("n"),"'","")
intClsId = Replace(Request("n")," ","")
if intClsId = "" then intClsId = 0
%>
您的位置:<a href="index.asp" class="links">首 頁</a> ->>
<font color="#FF0000">信息管理</font></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" background="images/002.gif" height="25">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="62%"><font color="#FFFFFF"> 信 息 主 題</font></td>
<td width="11%" align="center"><font color="#FFFFFF">狀 態</font></td>
<td width="9%" align="center"><font color="#FFFFFF">編輯</font></td>
<td width="7%" align="center"><font color="#FFFFFF">刪除</font></td>
<td width="10%" align="center"><font color="#FFFFFF">瀏覽/回復</font></td>
</tr>
</table>
</td>
</tr>
</table>
<div align="center">
<center>
<table borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" bordercolordark="#FFFFFF" borderColorLight="#3986CE" border="1"><tbody>
<tr>
<td vAlign="top" width="100%">
<table width="100%" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" valign="top">
<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 tj,InfoKey Desc"
else
set rdsTotalRec = Conn.Execute("Select Count(InfoKey) From Dat_Information Where MemberKey="& MemberKey &" and ClsId = "& intClsId &" And State = 1")
intTotalRec = rdsTotalRec(0)
sqlInfo = "Select * From Dat_Information Where ClsId = "& intClsId &" and MemberKey="& MemberKey& " And State = 1 Order By tj,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
if rdsInfo("InfoClass") = 1 then
strInfoClass = "<font color=#009933>[供]</font>"
else
strInfoClass = "<font color=#ff0000>[求]</font>"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -