index.php
来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 141 行
PHP
141 行
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<title>考勤管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
';
echo '<s';
echo 'cript Language=JavaScript>
window.setTimeout(\'this.location.reload();\',60000);
</script>
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 排班管理</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="排班管理" class="BigButton" onClick="location=\'duty\';" title="排班管理">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="';
echo '0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 考勤数据管理</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="考勤数据管理" class="BigButton" onClick="location=\'manage\';" title="考勤数据管理">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
<table border="0" width="100%" c';
echo 'ellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 删除考勤数据</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="删除考勤数据" class="BigButton" onClick="location=\'data\';" title="删除考勤数据">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
<table border="0" width="100%" cel';
echo 'lspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 编辑考勤管理人员</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="编辑考勤管理人员" class="BigButton" onClick="location=\'manager?MANAGER_ID=1\';" title="编辑考勤管理人员">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
<table';
echo ' border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 设置免签人员</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="设置免签人员" class="BigButton" onClick="location=\'no_duty\';" title="设置免签人员">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
<table border="0" width="100%" ';
echo 'cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 设置上下班登记时间段</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="设置上下班登记时间段" class="BigButton" onClick="location=\'duty_interval\';" title="设置上下班登记时间段">
</div>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td background="/images/dian1.gif" width="100%"></td>
</tr>
</table>
';
echo '<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 设置节假日时间</span><br>
</td>
</tr>
</table>
<div align="center">
<input type="button" value="设置节假日时间" class="BigButton" onClick="location=\'holiday\';" title="设置节假日时间">
</div>
<br>
<br>
<br>
</body>
</html>
';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?