📄 search_file.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>人力资源管理系统</title>
<link href="../Include/type.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../Include/regtest.js"></script>
</head>
<body>
<!--#include file="../Include/conn.asp"-->
<!--#include file="../Include/Head.asp"-->
<!--#include file="../Include/Syscheck.asp"-->
<div id="content" style="position:absolute; width:90%; height:115px; z-index:3; left: 48px; top: 178px;">
<!--内容开始-->
<%
call checkin_sys(session("UsersId"),session("PerId"),25)
%>
<br>
<br>
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form1" method="post" action="Search_fileS.asp?term=0" onSubmit="return Validator.Validate(this,2)">
<div align="center"><br>
员工档案查询 <br>
<br>
<select name="select">
<option selected>请选择</option>
<option>基本信息档案</option>
<option>证照档案</option>
<option>工作档案</option>
<option>技能档案</option>
<option>合同档案</option>
<option>学习档案</option>
</select>
<br>
<br>
关键字:
<input type="text" name="text" datatype="CEN" msg="不能输入非法字符!">
<input type="submit" name="Submit" value="搜索" class="submit">
<br>
</div>
</form></td>
</tr>
</table>
</div>
<!--#include file="../Include/bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -