📄 view.asp
字号:
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
%>
<%
' *** Move To Record: set the strings for the first, last, next, and previous links
MM_keepMove = MM_keepBoth
MM_moveParam = "index"
' if the page has a repeated region, remove 'offset' from the maintained parameters
If (MM_size > 0) Then
MM_moveParam = "offset"
If (MM_keepMove <> "") Then
params = Split(MM_keepMove, "&")
MM_keepMove = ""
For i = 0 To UBound(params)
nextItem = Left(params(i), InStr(params(i),"=") - 1)
If (StrComp(nextItem,MM_moveParam,1) <> 0) Then
MM_keepMove = MM_keepMove & "&" & params(i)
End If
Next
If (MM_keepMove <> "") Then
MM_keepMove = Right(MM_keepMove, Len(MM_keepMove) - 1)
End If
End If
End If
' set the strings for the move to links
If (MM_keepMove <> "") Then MM_keepMove = MM_keepMove & "&"
urlStr = Request.ServerVariables("URL") & "?" & MM_keepMove & MM_moveParam & "="
MM_moveFirst = urlStr & "0"
MM_moveLast = urlStr & "-1"
MM_moveNext = urlStr & Cstr(MM_offset + MM_size)
prev = MM_offset - MM_size
If (prev < 0) Then prev = 0
MM_movePrev = urlStr & Cstr(prev)
%>
<html>
<head>
<title>轻燕工作室中学人事管理系统-按姓名顺序查看所有教师详细信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="files/cssresult.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" background="files/bgview.gif">
<table width="777" border="0" cellspacing="0" cellpadding="0" height="90" align="center">
<tr>
<td bgcolor="#66CC66" height="109">
<div align="center">
<p align="center"><font color="#660000"><b><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,765,40" href="help.htm" target="_blank">
</map>
</span></font></b></font></b></font></b></font></b></font></b></font></b></font></p>
</div>
</td>
</tr>
<tr>
<td bgcolor="#66CC66" height="25" valign="middle" align="center">
<div align="center"><font color="#660000"><b><font color="#FFFFFF"><span class="cssresult"><font color="#660000"><b><font color="#FFFFFF"><span class="cssresult"></span></font></b></font><font color="#660000"><b><font color="#FFFFFF"><span class="cssresult"><font color="#FFFF00" face="宋体" class="cssresult"><font color="#FFFFFF">[排序按
<a href="view.asp?order=name&sort=asc"><font color="#FF0000">姓名</font></a> <a href="view.asp?order=xueke&sort=asc"><font color="#FF0000">学科</font></a>
]</font></font></span></font></b></font><font color="#FFFF00" face="宋体" class="cssresult">
</font><font color="#660000"><b><font color="#FFFFFF"><span class="cssresult"><font color="#660000"><b><font color="#FFFFFF"><span class="cssresult"><font color="#FFFF00" face="宋体" class="cssresult">显示所有教工详细信息</font></span></font></b></font><font color="#FFFF00" face="宋体" class="cssresult"></font></span></font></b></font><font color="#FFFF00" face="宋体" class="cssresult">
</font></span></font></b></font></div>
</td>
</tr>
</table>
<div align="left">
<table width="777" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="right" valign="middle" width="399">
<div align="left" class="cssresult"><font color="#FF0000" class="cssresult"> 总共有[<font color="#0000FF"><%=(Rsjg_total)%></font>]条记录。本页显示第[<span class="cssresult"><font color="#0000FF"><%=(Rsjg_first)%></font></span>]到[<font color="#0000FF"><%=(Rsjg_last)%></font>]条</font></div>
</td>
<td align="center" valign="middle" width="378">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_moveFirst%>"><font color="#FF0000" class="cssresult">首页</font></a>
<% End If ' end MM_offset <> 0 %>
<font class="cssresult">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_movePrev%>"><font color="#FF0000">上一页</font></a>
<% End If ' end MM_offset <> 0 %>
</font>
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveNext%>"><font color="#FF0000" class="cssresult">下一页</font></a>
<% End If ' end Not MM_atTotal %>
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveLast%>"><font color="#FF0000" class="cssresult">最后一页</font></a>
<% End If ' end Not MM_atTotal %>
</td>
</tr>
</table>
</div>
<%
While ((Repeat1__numRows <> 0) AND (NOT Rsjg.EOF))
%>
<table width="777" border="3" cellspacing="0" cellpadding="0" align="center" class="cssresult" bordercolor="#FFFFFF">
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("xueke")%></td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("mianmao")%> </td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("mianmaotime")%> </td>
</tr>
<tr>
<td width="6%" align="center"><font color="#0000FF">性别</font></td>
<td width="17%"><%=Rsjg("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%" colspan="2"><%=Rsjg("workstart")%> </td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("shenfenzheng")%> </td>
</tr>
<tr>
<td width="6%" height="21" align="center"><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" colspan="2"><%=Rsjg("renshidaili")%> </td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("phone")%> </td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("zhiwu")%> </td>
</tr>
<tr>
<td width="6%" align="center"><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%" colspan="2"><%=Rsjg("renjiaobumen")%></td>
</tr>
<tr>
<td width="6%" align="center"><font color="#0000FF">编制</font></td>
<td width="17%"><%=Rsjg("bianzhi")%></td>
<td width="18%"><font color="#0000FF">编别</font></td>
<td width="25%"><%=Rsjg("bianzhileibie")%></td>
<td width="13%"> </td>
<td width="21%" colspan="2"> </td>
</tr>
<tr>
<td colspan="7" align="center"> </td>
</tr>
<tr bgcolor="#FFCCCC">
<td width="6%" bgcolor="#66CC66" align="center" height="26"><font color="#0000FF">备注</font></td>
<td colspan="4" bgcolor="#66CC66" height="26"><%=Rsjg("beizhu")%> <A HREF="morexinxi.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ID=" & Rsjg.Fields.Item("ID").Value %>" target="_blank"><font color="#FF0000">查看[<%=Rsjg("name")%>]的全部信息</font></A></td>
<td bgcolor="#66CC66" height="26"><A HREF="update.asp?<%= MM_keepBoth & MM_joinChar(MM_keepBoth) & "ID=" & Rsjg.Fields.Item("ID").Value %>" target="_blank"><font color="#FF0000">修改</font></A></td>
<td bgcolor="#66CC66" height="26"><a href="delete.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ID=" & Rsjg.Fields.Item("ID").Value %>" target="_blank"><font color="#FF0000">删除</font></a></td>
</tr>
</table>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Rsjg.MoveNext()
Wend
%>
<table width="777" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="right" valign="middle" width="399">
<div align="left" class="cssresult"><font color="#FF0000" class="cssresult"> 总共有[<font color="#0000FF"><%=(Rsjg_total)%></font>]条记录。本页显示第[<span class="cssresult"><font color="#0000FF"><%=(Rsjg_first)%></font></span>]到[<font color="#0000FF"><%=(Rsjg_last)%></font>]条</font></div>
</td>
<td align="center" valign="top" width="378">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_moveFirst%>"><font color="#FF0000" class="cssresult">首页</font></a>
<% End If ' end MM_offset <> 0 %>
<font class="cssresult">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_movePrev%>"><font color="#FF0000">上一页</font></a>
<% End If ' end MM_offset <> 0 %>
</font>
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveNext%>"><font color="#FF0000" class="cssresult">下一页</font></a>
<% End If ' end Not MM_atTotal %>
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveLast%>"><font color="#FF0000" class="cssresult">最后一页</font></a>
<% End If ' end Not MM_atTotal %>
</td>
</tr>
</table>
</body>
</html>
<%
Rsjg.Close()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -