📄 viper_info.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>VIP会员详细信息</title>
<link href="text.css" rel="stylesheet" type="text/css">
</head>
<!--#include file="conn.asp" -->
<%
uid = request("uid")
if uid="" then
bShowUserInfo = 0
else
sqlstr = "select * from userinfo where userid = '"&uid&"'"
rs.open sqlstr,conn,1,1
if not rs.bof or rs.eof then
bShowUserInfo = 1
else
bShowUserInfo = 0
rs.close
end if
end if
%>
<body>
<%if bShowUserInfo then%>
<TABLE cellSpacing=0 cellPadding=0 width=570 border=0>
<TR>
<TD align=middle height=25><img height=20 src="images/show_border1.gif" width=570></TD>
</TR>
<TR>
<TD align=middle height=25><div align="left" class="12p">[<%=rs("usernetname")%>] 详细档案</div></TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=224 border=0>
<TBODY>
<TR>
<TD height=25 background=images/zl_bg.gif class="12p">用户档案</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD align=middle background=images/show_border_bg.gif>
<TABLE cellSpacing=0 cellPadding=0 width=555 border=0>
<TR>
<TD width=118 rowSpan=7 align=middle ><div align="center"><A href="vv.jpg" target=_blank><IMG height=90 src="vv.jpg" width=80 border=1></A>
</div></TD>
<TD width=84 height=18 bgColor=#f8f8f8 class="12p" > <IMG height=11 src="images/arrow2.gif" width=11> 昵 称:</TD>
<TD width=131 bgColor=#f8f8f8 class="12p" ><span class="bt3"><%=rs("usernetname")%></span></TD>
<TD width=89 bgColor=#f8f8f8 class="12p" ><IMG height=11 src="images/arrow2.gif" width=11> 体形:</TD>
<TD width=133 bgColor=#f8f8f8 class="12p" ><span class="bt3"><%=rs("tixin")%></span></TD>
</TR>
<TR>
<TD height=18 class="12p" > <IMG height=11 src="images/arrow2.gif" width=11> 性别:</TD>
<TD class="12p" ><span><%=rs("xingbie")%></span></TD>
<TD class="12p" ><IMG height=11 src="images/arrow2.gif" width=11> 出生日期:</TD>
<TD class="12p" ><span><%=rs("shengri")%></span></TD>
</TR>
<TR>
<TD height=18 bgColor=#f8f8f8 class="12p" > <IMG height=11 src="images/arrow2.gif" width=11> 交友目的:</TD>
<TD bgColor=#f8f8f8 class="12p" ><span><%=rs("mudi")%></span></TD>
<TD bgColor=#f8f8f8 class="12p" ><IMG height=11 src="images/arrow2.gif" width=11> 交友取向:</TD>
<TD bgColor=#f8f8f8 class="12p" ><span><%=rs("quxiang")%></span></TD>
</TR>
<TR>
<TD height=18 class="12p" > <IMG height=11 src="images/arrow2.gif" width=11> 魅力值:</TD>
<TD class="12p" ><span class="bt3"><%=rs("meilizhi")%></span></TD>
<TD class="12p" ><IMG height=11 src="images/arrow2.gif" width=11> 地 区:</TD>
<TD class="12p" ><span class="bt3"><%=rs("diqu")%></span></TD>
</TR>
<TR>
<TD height=18 bgColor=#f8f8f8 class="12p" > <IMG height=11 src="images/arrow2.gif" width=11> 点击数:</TD>
<TD bgColor=#f8f8f8 class="12p" ><span ><%=rs("dianjishu")%></span></TD>
<TD bgColor=#f8f8f8 class="12p" ><IMG height=11 src="images/arrow2.gif" width=11> 所属俱乐部:</TD>
<TD bgColor=#f8f8f8 class="12p" ><span><%=rs("jvlebu")%></span></TD>
</TR>
</table>
</TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=560 border=0>
<TR>
<TD background=images/midium_line.gif colSpan=4 height=7></TD>
</TR>
<TR class="12p">
<TD colSpan=4><STRONG><FONT color=#666666 size=2>兴趣与爱好:</FONT></STRONG></TD>
</TR>
<TR class="12p" >
<TD width=110 bgColor=#f8f8f8 height=18> <IMG height=11 src="images/arrow2.gif" width=11> 教育程度:</TD>
<TD width=166 bgColor=#f8f8f8><span ><%=rs("jiaoyu")%></span></TD>
<TD width=93 bgColor=#f8f8f8><IMG height=11 src="images/arrow2.gif" width=11> 婚姻状况:</TD>
<TD width=191 bgColor=#f8f8f8><span ><%=rs("hunyin")%></span></TD>
</TR>
<TR class="12p" >
<TD height=18> <IMG height=11 src="images/arrow2.gif" width=11> 职 业:</TD>
<TD><span><%=rs("zhiye")%></span></TD>
<TD><IMG height=11 src="images/arrow2.gif" width=11> 性 格:</TD>
<TD><span ><%=rs("xingge")%></span></TD>
</TR>
<TR class="12p" >
<TD bgColor=#f8f8f8> <IMG height=11 src="images/arrow2.gif" width=11> 月收入</TD>
<TD bgColor=#f8f8f8><span ><%=rs("shoulu")%></span></TD>
<TD bgColor=#f8f8f8> </TD>
<TD bgColor=#f8f8f8> </TD>
</TR>
<TR class="12p" >
<TD > <IMG height=11 src="images/arrow2.gif" width=11> 人生格言:</TD>
<TD colSpan=3><span ><%=rs("zhuye")%></span></TD>
</TR>
<TR class="12p" >
<TD > <IMG height=11 src="images/arrow2.gif" width=11> 个人性格:</TD>
<TD colSpan=3><span ><%=rs("gexing")%></span></TD>
</TR>
<TR class="12p" >
<TD bgColor=#f8f8f8> <IMG height=11 src="images/arrow2.gif" width=11> 个人爱好:</TD>
<TD bgColor=#f8f8f8 colSpan=3><span ><%=rs("aihao")%></span></TD>
</TR>
<TR class="12p" >
<TD > <IMG height=11 src="images/arrow2.gif" width=11> 心灵日记</TD>
<TD colSpan=3><span ><%=rs("riji")%></span></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD><IMG height=20 src="images/show_border2.gif" width=570></TD>
</TR>
</TABLE>
<table width="570" border="3" cellpadding="0" cellspacing="0" bordercolor="#F4F4F4">
<form name="form" method="post" action="liuyan.asp?uid=<%=request("uid")%>">
<tr>
<td><blockquote>
<blockquote>
<p class="12p">给该VIP用户留言:</p>
<p class="12p">
<textarea name="context" cols="50" rows="5"></textarea>
</p>
</blockquote>
</blockquote>
<div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div>
</div></td>
</tr></form>
</table>
<p> </p>
<p>
<%else%>
</p>
<p ><font color = "red" class = 12p>没有给定会员ID,或给定的会员不存在,请确认会员ID是有效的!</font></p>
<%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -