humanfile_query_exactitude.jsp
来自「企业人力资源管理」· JSP 代码 · 共 64 行
JSP
64 行
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="/WEB-INF/DropDownList.tld" prefix="DDL"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>人事档案详细信息</title>
<link rel="stylesheet" type="text/css" href="/hr/css/human.css">
<script type="text/javascript" src="/hr/js/human/human.js"></script>
</head>
<script type="text/javascript" src="/hr/js/share/share.js"></script>
<body>
<form action="" method="post">
<table width="962" border="1" style="border: 1px solid gray"
cellpadding="0" cellspacing="0">
<colgroup width="120" class="contentBg"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<colgroup width="120"></colgroup>
<tr>
<td colspan="8">
<font color="blue"><b> 您正在做的业务是: </b>人力资源>>人力资源档案管理>>人力资源档案精确查询</font>
<br />
<br />
${msg}
<div align="right" style="width: 100%">
<input type="button" value="查询" onclick="query()"
style="width: 80px" />
<br />
<br />
</div>
</td>
</tr>
<tr>
<td colspan="2">
请输入档案编号
</td>
<td colspan="2">
<input type="text" name="humanId" />
</td>
<td colspan="4">
</td>
</tr>
<tr>
<td colspan="2">
请输入身份证号
</td>
<td colspan="2">
<input type="text" name="humanIdCard" maxlength="18" />
</td>
<td colspan="4">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?