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

📄 d_man.asp

📁 房地产信息管理平台
💻 ASP
字号:
<!-- #include File=../../showsort/showsort(man).asp -->
<%
   set rs=server.createobject("ADODB.Recordset")
   rs.Open "Select * from manage_user where id='"&request("id")&"'",source,3,3%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../../font.css">
</head>
<body text="#000000" bgproperties="fixed">
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolorlight="#CCCCCC" bordercolordark="#FFFFFF">
  <tr> 
    <td width="72%" height="23"><font size="2">工号: </font><font size="2" color="green"> 
      <%if rs("code")<>"" then%> <%=rs("code")%> <%end if%> </font></td>
    <td width="9%" height="86" rowspan="6" valign="top"><font size="2">相片</font></td>
    <td width="19%" height="86" rowspan="6"> 
      <%if rs("picture")<>"" then%>
      <img src="../man/picture/<%=rs("picture")%>" width="90" height="105"> 
      <%else%>
      &nbsp; 
      <%end if%>
    </td>
  </tr>
  <tr> 
    <td width="72%" height="23"><font size="2">姓名:</font><font size="2" color="green"> 
      <%if rs("name")<>"" then%> <%=rs("name")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td width="72%" height="23"><font size="2">性别: </font><font size="2" color="green"> 
      <%if rs("sex")<>"" then%> <%=rs("sex")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td width="72%" height="23"><font size="2">职务:</font> <font size="2" color="green"> 
      <%if rs("duty")<>"" then%> <%=rs("duty")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td width="72%" height="23"><font size="2">电子邮件: </font><font size="2" color="green"> 
      <%if rs("email")<>"" then%> <%=rs("email")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td width="72%" height="23"><font size="2">Oicq号码: </font><font size="2" color="green"> 
      <%if rs("oicq")<>"" then%> <%=rs("oicq")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td colspan="3" height="23"><font size="2">联系电话:</font> <font size="2" color="green"> 
      <%if rs("phone")<>"" then%> <%=rs("phone")%> <%end if%> </font></td>
  </tr>
  <tr> 
    <td colspan="3" height="23"><font size="2">现住址:</font> <font size="2" color="green"> 
      <%if rs("addr")<>"" then%> <%=rs("addr")%> <%end if%> </font></td>
  </tr>
</table>
<%rs.close%>
  
<div align="right"> <img src="../../images/i_button_3.gif" width="37" height="18" onclick="window.close()"></div>
</body>
</html>

⌨️ 快捷键说明

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