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

📄 deptattend.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_query" type="button" id="btn_query" value=" 考勤查询 "
						onClick="window.location.href='deptQuery.jsp'" />
					&nbsp;
					<input name="btn_count" type="button" id="btn_count" value=" 考勤统计 "
						onClick="window.location.href='deptCount.jsp'" />
					&nbsp;
					<input name="btn_count" type="button" id="btn_count" value=" 考勤审批 "
						onClick="window.location.href='getUncensored.html?appTypeId=0'" />
					&nbsp;
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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