📄 morexinxi.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/conn.asp" -->
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers="1,2"
MM_authFailedURL="index.asp"
MM_grantAccess=false
If Session("MM_Username") <> "" Then
If (false Or CStr(Session("MM_UserAuthorization"))="") Or _
(InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
MM_grantAccess = true
End If
End If
If Not MM_grantAccess Then
MM_qsChar = "?"
If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
MM_referrer = Request.ServerVariables("URL")
if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
Response.Redirect(MM_authFailedURL)
End If
%>
<%
Dim Rsjg__MMColParam
Rsjg__MMColParam = "1"
if (Request.QueryString("ID") <> "") then Rsjg__MMColParam = Request.QueryString("ID")
%>
<%
set Rsjg = Server.CreateObject("ADODB.Recordset")
Rsjg.ActiveConnection = MM_conn_STRING
Rsjg.Source = "SELECT * FROM jg WHERE ID = " + Replace(Rsjg__MMColParam, "'", "''") + ""
Rsjg.CursorType = 0
Rsjg.CursorLocation = 2
Rsjg.LockType = 3
Rsjg.Open()
Rsjg_numRows = 0
%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "="
MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each Item In Request.QueryString
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each Item In Request.Form
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item))
End If
Next
' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
If (firstItem <> "") Then
MM_joinChar = "&"
Else
MM_joinChar = ""
End If
End Function
%>
<html>
<head>
<title>轻燕工作室中学人事管理系统-查看搜索到的教师详细信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="files/cssssdetail.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" background="files/bg.jpg">
<p align="center" class="cssssdetail"><font color="#FF0000"><b><font color="#FF0000"><b><font color="#FF0000"><b><font color="#FF0000"><b><font color="#FF0000"><b><font color="#0000FF"><span class="cssresult"><img src="admin/top.gif" width="777" height="106" usemap="#Map" border="0" align="middle"></span></font></b></font></b></font></b></font><font color="#FF0000"><b><font color="#FF0000"><b><font color="#FF0000"><b><font color="#0000FF"><span class="cssresult">
<map name="Map">
<area shape="rect" coords="7,79,59,104" href="index1.asp" target="_self">
<area shape="rect" coords="62,79,113,106" href="search.asp" target="_self">
<area shape="rect" coords="116,78,208,103" href="add.asp" target="_self">
<area shape="rect" coords="307,76,359,106" href="admin/admuserlogin.asp" target="_self">
<area shape="rect" coords="696,76,748,104" href="admin/loginout.asp" target="_self">
<area shape="rect" coords="639,76,693,102" href="index.asp" target="_self">
<area shape="rect" coords="212,78,303,103" href="view.asp" target="_self">
<area shape="rect" coords="687,11,762,40" href="help.htm">
</map>
</span></font></b></font></b></font></b></font><font color="#0000FF"></font></b></font></b></font><font color="#FF0000"><b><font color="#FF0000"><b><font color="#0000FF"><span class="cssresult">
</span></font></b></font></b></font><font color="#0000FF"><b><font color="#663300"><br>
显示</font></b></font><b><font color="#FF0000">[<%=Rsjg("name")%>]<font color="#0000FF"><font color="#663300">老师的全部信息</font></font></font></b></p>
<form name="form1">
<table width="777" border="1" cellspacing="0" cellpadding="1" align="center" class="cssssdetail" bordercolor="#FFFFFF">
<tr>
<td width="6%"><font color="#0000FF">姓名</font></td>
<td width="17%"><font color="#FF0000"><b><%=Rsjg("name")%> </b></font></td>
<td width="18%"><font color="#0000FF">第一学历</font></td>
<td width="25%"><%=Rsjg("firstxueli")%></td>
<td width="13%"><font color="#0000FF">任教学科</font></td>
<td width="21%"><%=Rsjg("xueke")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">出生</font></td>
<td width="17%"><%=Rsjg("birthday")%> </td>
<td width="18%"><font color="#0000FF">第一学历毕业学校</font></td>
<td width="25%"><%=Rsjg("firstxlgradufrom")%></td>
<td width="13%"><font color="#0000FF">政治面貌</font></td>
<td width="21%"><%=Rsjg("mianmao")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">年龄</font></td>
<td width="17%"><%=Rsjg("age")%> </td>
<td width="18%"><font color="#0000FF">第一学历毕业时间 </font></td>
<td width="25%"><%=Rsjg("firstxuelidate")%></td>
<td width="13%"><font color="#0000FF">入团或党时间</font></td>
<td width="21%"><%=Rsjg("mianmaotime")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">性别</font></td>
<td width="17%"><%=Rsjg.Fields.Item("sex")%> </td>
<td width="18%"><font color="#0000FF">最后学历</font></td>
<td width="25%"><%=Rsjg("lastxueli")%></td>
<td width="13%"><font color="#0000FF">开始工作时间</font></td>
<td width="21%"><%=Rsjg("workstart")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">民族</font></td>
<td width="17%"><%=Rsjg("mingzu")%> </td>
<td width="18%"><font color="#0000FF">最后学历毕业学校 </font></td>
<td width="25%"><%=Rsjg("lastxlgradufrom")%></td>
<td width="13%"><font color="#0000FF">身份证号</font></td>
<td width="21%"><%=Rsjg("shenfenzheng")%> </td>
</tr>
<tr>
<td width="6%" height="21"><font color="#0000FF">籍贯</font></td>
<td width="17%" height="21"><%=Rsjg("jiguan")%> </td>
<td width="18%"><font color="#0000FF">最后学历毕业时间 </font></td>
<td width="25%" height="21"><%=Rsjg("lastxldate")%></td>
<td width="13%" height="21"><font color="#0000FF">是否人事代理</font></td>
<td width="21%" height="21"><%=Rsjg("renshidaili")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">专业</font></td>
<td width="17%"><%=Rsjg("zhuanye")%> </td>
<td width="18%"><font color="#0000FF">职称 </font></td>
<td width="25%"><%=Rsjg("zhicheng")%></td>
<td width="13%"><font color="#0000FF">联系电话</font></td>
<td width="21%"><%=Rsjg("phone")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">分类</font></td>
<td width="17%"><%=Rsjg("leibie")%> </td>
<td width="18%"><font color="#0000FF">取得职称时间</font></td>
<td width="25%"><%=Rsjg("zhichengdate")%></td>
<td width="13%"><font color="#0000FF">职务</font></td>
<td width="21%"><%=Rsjg("zhiwu")%> </td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">工龄</font></td>
<td width="17%"><%=Rsjg("workage")%> </td>
<td width="18%"><font color="#0000FF">取得职称受聘时间 </font></td>
<td width="25%"><%=Rsjg("zhichpingyongdate")%></td>
<td width="13%"><font color="#0000FF">任教部门</font></td>
<td width="21%"><%=Rsjg("renjiaobumen")%></td>
</tr>
<tr>
<td width="6%"><font color="#0000FF">编制</font></td>
<td width="17%"><%=Rsjg("bianzhi")%></td>
<td width="6%"><font color="#0000FF">编别</font></td>
<td width="17%"><%=Rsjg("bianzhileibie")%></td>
<td width="13%"> </td>
<td width="21%"> </td>
</tr>
<tr bgcolor="#66CC00">
<td colspan="6">
<div align="center"><font color="#FFFF00"><b>其他附加信息</b></font></div>
</td>
</tr>
<tr>
<td><font color="#0000FF">婚否</font></td>
<td><%=Rsjg("hunyin")%></td>
<td><font color="#0000FF">家庭成员</font></td>
<td><%=Rsjg("chengyuan")%></td>
<td><font color="#0000FF">档案编号</font></td>
<td><%=Rsjg("danganhao")%></td>
</tr>
<tr>
<td><font color="#0000FF">医保</font></td>
<td><%=Rsjg("yibao")%></td>
<td><font color="#0000FF">电子信箱</font></td>
<td><%=Rsjg("email")%></td>
<td><font color="#0000FF">家庭出身</font></td>
<td><%=Rsjg("chushen")%></td>
</tr>
<tr>
<td><font color="#0000FF">住址</font></td>
<td><%=Rsjg("zhuzhi")%></td>
<td><font color="#0000FF">社会关系</font></td>
<td><%=Rsjg("shehui")%></td>
<td><font color="#0000FF">退休</font></td>
<td><%=Rsjg("tuxiu")%></td>
</tr>
<tr>
<td><font color="#0000FF">变动</font></td>
<td><%=Rsjg("biandong")%></td>
<td><font color="#0000FF">教师证类别及证号</font></td>
<td><%=Rsjg("teacherzheng")%></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><font color="#0000FF">简历</font></td>
<td colspan="5"><%=Rsjg("jianli")%></td>
</tr>
<tr>
<td><font color="#0000FF">工资情况</font></td>
<td colspan="5"><%=Rsjg("gongzu")%></td>
</tr>
<tr>
<td><font color="#0000FF">发表论文</font></td>
<td colspan="5"><%=Rsjg("lunwen")%></td>
</tr>
<tr>
<td><font color="#0000FF">年度考核</font></td>
<td colspan="5"><%=Rsjg("niankao")%></td>
</tr>
<tr>
<td><font color="#0000FF">培训记录</font></td>
<td colspan="5"><%=Rsjg("peixunjl")%></td>
</tr>
<tr>
<td><font color="#0000FF">继续教育</font></td>
<td colspan="5"><%=Rsjg("jixujiaoyu")%></td>
</tr>
<tr>
<td><font color="#0000FF">奖惩</font></td>
<td colspan="5"><%=Rsjg("jiangcheng")%></td>
</tr>
<tr bgcolor="#66CC00">
<td width="6%"><font color="#0000FF">备注</font></td>
<td colspan="5" bgcolor="#66CC33"><%=Rsjg("beizhu")%></td>
</tr>
<tr bgcolor="#66CC33">
<td colspan="6">
<div align="center"><A HREF="delete.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ID=" & Rsjg.Fields.Item("ID").Value %>">删除该记录</A> <A HREF="update.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ID=" & Rsjg.Fields.Item("ID").Value %>">修改该记录</A></div>
</td>
</tr>
</table>
<div align="center"><br>
</div>
</form>
</body>
</html>
<%
Rsjg.Close()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -