⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userdetail.asp

📁 SUZI网络订房系统
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
id=request("id")
set rs=server.createobject("adodb.recordset")
sqltext="select * from userb where id="&id
rs.open sqltext,conn,1,1
%>
<html>
<head>
<title>会员信息详情</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css"></head>

<body  text="#000000">
      <div align="center">
        <center>
            <TABLE cellSpacing=1 cellPadding=4 width=445 bgColor=#416327 height="144">
              <TBODY>
        </center>
              <tr>
                <TD class=main1 width=419 bgColor=#1f60a0 height=25 align="right" colspan="2">
                  <p align="left"><font color="#FFFFFF">基本资料</font></TD>
              </tr>
        <center>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">用户名:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("userid")%></TD>            
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">电子邮件:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("email")%></TD>            
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">性别:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("sex")%></TD>                                 
              </tr>
              <tr>
                <TD class=main1 width=419 bgColor=#1f60a0 height=25 align="right" colspan="2">
        </center>
                <p align="left"><font color="#FFFFFF">联系信息</font></TD>
              </tr>
        <center>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">真实姓名:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("username")%></TD>                  
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">邮政编码:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("zip")%></TD>                  
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">联系地址:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("address")%></TD>    
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">联系电话:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("telphone")%></TD>  
              </tr>
        </center>
              <tr>
                <TD class=main1 width=419 bgColor=#1F60A0 height=25 align="right" colspan="2">
                  <p align="left"><font color="#FFFFFF">补充信息</font></TD>
              </tr>
        <center>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">身份证号码:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("idcard")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">生日:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%if rs("birthday")="" then%><%=rs("birthday")%><%else%>未知<%end if%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">职业:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("work")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">月收入:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("income")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><SPAN 
                  class=main1><font color="#FFFFFF">学历:</font></SPAN></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("knowledge")%></TD>
              </tr>
        </center>
              <tr>
                <TD class=main1 width=419 bgColor=#1F60A0 height=25 align="right" colspan="2">
                  <p align="left"><font color="#FFFFFF">其他信息</font></TD>
              </tr>
        <center>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><font color="#FFFFFF">积分数:</font></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("point")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><font color="#FFFFFF">上站次数:</font></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("loginnum")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><font color="#FFFFFF">上次上站日期:</font></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("pretime")%></TD>
              </tr>
              <tr>
                <TD class=main1 width=102 bgColor=#6688CC height=25 align="right"><font color="#FFFFFF">注册日期:</font></TD>
                <TD class=main1 width=317 height=25 bgcolor="#e1f0ff"> <%=rs("regtime")%></TD>
              </tr>
              <TR vAlign=top bgColor=#e1f0ff>
                <TD class=main1 colSpan=2 width="431" height="15"></TD></TR>
              <TR bgColor=#e1f0ff>
                <TD class=main1 colSpan=2 width="431" height="27">
                  <p align="center">
<INPUT class=main type=button size=3 value='返回'  onclick="javascript:window.history.go(-1)">   
                </TD></TR>
              <TR bgColor=#e1f0ff>
                <TD class=main1 colSpan=2 width="431" height="4" bgcolor="#1f60a0"></TD></TR></TBODY></TABLE>
        </center>
      </div>
      <p align="center"> 
</body>
</html>
<%
rs.close
conn.close
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -