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

📄 personattend.jsp

📁 oa办公系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>部门考勤</title>
		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<link href="../../common/defaultFa/css/all.css" rel="stylesheet"
			type="text/css" />
		<link href="../../common/defaultFa/css/css.css" rel="stylesheet"
			type="text/css" />
	</head>

	<body style="overflow-y: auto">
		<table border="0" align="center" cellpadding="0" cellspacing="0"
			class="tb_title">
			<tr>
				<th align="left" valign="middle">
					个人考勤
				</th>
				<td>
					&nbsp;
				</td>
			</tr>
		</table>
		</br>
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td height="25" align="center">
					<input name="btn_waichu" type="button" id="btn_waichu"
						value=" 外出申请 "
						onClick="window.location.href='getManager.html?appTypeId=1'" />
					&nbsp;
					<input name="btn_qingjia" type="button" id="btn_qingjia"
						value=" 请假申请 "
						onClick="window.location.href='getManager.html?appTypeId=2'" />
					&nbsp;
					<input name="btn_chuchai" type="button" id="btn_chuchai"
						value=" 出差申请 "
						onClick="window.location.href='getManager.html?appTypeId=3'" />
					&nbsp;
				</td>
			</tr>
			<tr>
				<td height="25" align="center">
					<input name="btn_query" type="button" id="btn_query" value=" 考勤查询 "
						onClick="window.location.href='personQuery.jsp'" />
					&nbsp;
					<input name="btn_count" type="button" id="btn_count" value=" 考勤统计 "
						onClick="window.location.href='personCount.jsp'" />
					&nbsp;
					<input name="btn_sign" type="button" id="btn_sign" value=" 返回登记 "
						onClick="window.location.href='checkSignNeed.html'" />
					&nbsp;
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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