⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 humanfile_main.jsp

📁 企业人力资源管理
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<!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">
		<style>
.notopline {
	border-top: 0px;
}
</style>
	</head>
	<script type="text/javascript" src="/hr/js/share/share.js"></script>
	<body>
		${msg}
		<br />
		<br />
		<table style="margin-left: 100px; margin-top: 20px;">
			<colgroup width="150">
			<colgroup width="150">
			<colgroup width="150">
			<colgroup width="150">
			<colgroup width="150">
			<tr>
				<td colspan="5" class="notopline">
					<h2>
						<img src="/hr/images/human/file.gif" alt="人力资源档案操作" />
						人力资源档案操作
					</h2>
				</td>
			</tr>
			<tr>
				<td colspan="5" class="notopline">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td class="notopline">
					&nbsp;
				</td>
				<td class="notopline">
					<a href="human.do?method=toLoadOptions"> <img border="0px"
							src="/hr/images/human/file_add.gif" width="55" height="55">
						<br /> <br /> 档案添加</a>
				</td>
				<td class="notopline">
					<a href="human.do?method=toLoadUncheckHumanFile"> <img
							border="0px" src="/hr/images/human/file_check.gif" width="55"
							height="55"> <br> <br /> 档案复核</a><a
						href="human.do?method=toLoadUncheckHumanFile"></a>
				</td>
				<td class="notopline">
					<a href="human.do?method=toLoadFirstKind"> <img border="0px"
							src="/hr/images/human/file_query.gif" width="55" height="55">
						<br /> <br /> 档案查询/变更/删除</a>
				</td>
				<td class="notopline">
					<a href="human.do?method=toLoadResume"><img border="0px"
							src="/hr/images/human/file_delete.gif" width="55" height="55">
						<br /> <br /> 档案恢复</a>
				</td>
			</tr>
		</table>

	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -