employee_see.asp
来自「适用于网络/信息企业」· ASP 代码 · 共 202 行
ASP
202 行
<!--#include file="../INC/Conn.asp"-->
<!--#include file="inc/Check.asp"-->
<!--#include file="inc/public.asp"-->
<%
dim Makking,day1
Makking = Trim(Request.QueryString("Makking"))
'---------------------------------
select case Makking
case ""
Dim Employee_ID
Dim Compellation
Dim Sex
Dim Identity_Card
Dim Birthday
Dim Stature
Dim Nationality
Dim Nation
Dim Polity
Dim Academic_Credentials
Dim Finish_School
Dim Mail_Address
Dim Family_Address
Dim House_Address
Dim Family_Telephone
Dim House_Telephone
Dim Mobile_Telephone
Dim Education_Background
Dim Work_Experience
Dim Resume_
Dim Job_Time
sql="select * from Employee where Employee_ID='"& Request.QueryString("ID") &"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
Save_title="·对不起,没有找到该用户"
call Save_err()
else
Employee_ID =Rs("Employee_ID")
Compellation =Rs("Compellation")
Sex =Rs("Sex")
Identity_Card =Rs("Identity_Card")
Birthday =Rs("Birthday")
Stature =Rs("Stature")
Nationality =Rs("Nationality")
Nation =Rs("Nation")
Polity =Rs("Polity")
Academic_Credentials=Rs("Academic_Credentials")
Finish_School =Rs("Finish_School")
Mail_Address =Rs("Mail_Address")
Family_Address =Rs("Family_Address")
House_Address =Rs("House_Address")
Family_Telephone =Rs("Family_Telephone")
House_Telephone =Rs("House_Telephone")
Mobile_Telephone =Rs("Mobile_Telephone")
Education_Background=Rs("Education_Background")
Work_Experience =Rs("Work_Experience")
Resume_ =Rs("Resume")
Job_Time =Rs("Job_Time")
END IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>亿博尔</title>
</head>
<link href="Images/Admin.css" rel="stylesheet" type="text/css">
<body>
<table width="98%" height="40" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D8D8D8">
<tr>
<td height="30" align="left" bgcolor="ffffff"><table width="100%" height="100%" border="0" cellpadding="3" cellspacing="0">
<tr bgcolor="eeeeee">
<td width="5%" align="center"><img src="./Images/1.gif" width="13" height="12"></td>
<td width="85%"><span class="style2">管理中心 >>> 查看用户资料</span></td>
<td width="10%" align="right"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" height="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#D8D8D8">
<tr>
<td valign="top" bgcolor="ffffff"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" bgcolor="ffffff">
<br>
<table width=100% border=0 align='center' cellpadding=1
cellspacing=1 bordercolordark=#ffffff bgcolor="#EBEBEB" class='size09'>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">用户ID:</td>
<td width="82%" height="22" bgcolor="ffffff"><%=Employee_ID%>
</td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">姓名:</td>
<td height="22" bgcolor="ffffff"><%=Compellation%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">身份证号:</td>
<td height="22" bgcolor="ffffff"><%=Identity_Card%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">性别:</td>
<td height="22" bgcolor="ffffff"><%if Sex=1 then%>男<%Else%>女<%end if%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">出生日期:</td>
<td height="22" bgcolor="ffffff"><%=Birthday%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">身高:</td>
<td height="22" bgcolor="ffffff"><%=Stature%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">祖籍:</td>
<td height="22" bgcolor="ffffff"><%=Nationality%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">民族:</td>
<td height="22" bgcolor="ffffff"><%=Nation%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">政治面貌:</td>
<td height="22" bgcolor="ffffff"><%=Polity%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">学历:</td>
<td height="22" bgcolor="ffffff"><%=Academic_Credentials%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">毕业学校:</td>
<td height="22" bgcolor="ffffff"><%=Finish_School%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">邮件地址:</td>
<td height="22" bgcolor="ffffff"><%=Mail_Address%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">家庭电话:</td>
<td height="22" bgcolor="ffffff"><%=Family_Telephone%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">现住址电话:</td>
<td height="22" bgcolor="ffffff"><%=House_Telephone%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">移动电话:</td>
<td height="22" bgcolor="ffffff"><%=Mobile_Telephone%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">家庭住址:</td>
<td height="22" bgcolor="ffffff"><%=Family_Address%></td>
</tr>
<tr>
<td width='18%' height="22" align="right" bgcolor="ffffff">现住地址:</td>
<td height="22" bgcolor="ffffff"><%=House_Address%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">教育背景:</td>
<td height="22" bgcolor="ffffff"><%=Education_Background%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">工作经历:</td>
<td height="22" bgcolor="ffffff"> <%=Work_Experience%></td>
</tr>
<tr>
<td height="10" align="right" bgcolor="ffffff">个人简介:</td>
<td height="10" bgcolor="ffffff"><%=Resume_%></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="ffffff">入职时间:</td>
<td height="22" bgcolor="ffffff"><%=Job_Time%> </td>
</tr>
</table>
<p> <a href="javascript:window.colse;"><img src="Images/back.gif" width="36" height="21" border="0"></a></p>
</td>
</tr>
</table> </td>
</tr>
</table>
<%end select
Conn.Close
Set Conn = Nothing
%>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="6"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?