deptattend.jsp
来自「oa办公系统」· JSP 代码 · 共 46 行
JSP
46 行
<%@ 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>
</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'" />
<input name="btn_count" type="button" id="btn_count" value=" 考勤统计 "
onClick="window.location.href='deptCount.jsp'" />
<input name="btn_count" type="button" id="btn_count" value=" 考勤审批 "
onClick="window.location.href='getUncensored.html?appTypeId=0'" />
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?