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

📄 _system_employee_show.php

📁 极限OA开源系统
💻 PHP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="./templates/oa.css" type="text/css">
<script language="JavaScript" src="./scripts/bgColor.js"></script>
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<title>个人用户详细信息</title></head>
<Script Language=javascript>
<!--
var strLocation = "";
//----修改修改员工信息----
function btEditUser_onsub(id)
{
	window.dialogArguments.strLocation = "system.php?action=employee&sysaction=add&id="+id;;
	window.dialogArguments.applyFromDialog();
	window.close();
}
//---取消员工,即将IsActive字段置为3---
function btCancelEmp_submit(id)
{
	var Msg
	Msg = window.confirm("确信删除该信息吗?单击“确定”删除,否则“取消”!");
	if (Msg)
	{	
	 window.dialogArguments.strLocation = "system.php?action=employee&sysaction=del&id="+id;
	 window.dialogArguments.applyFromDialog();
	 window.close();
	}
}
//-->
</Script>
<body bgcolor="#FFFFFF" text="#000000">
<form name=MyForm id=MyForm method=Post>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td valign="top" align="center"> 
        <table border="0" cellspacing="0" cellpadding="0" align="left" width="100%">
          <tr> 
            <td class="pageHeaderBG_System" valign="top"> 
              <table cellpadding="0" cellspacing="0" border="0">
                  <td class="pageHeader" nowrap><img src="./images/arrow_yellow.gif" width="12" height="11" hspace="8">( 
                    员工管理 - 个人用户详细信息 )</td>
                
              </table>
            </td>
          </tr>
        </table>
    </td>
  </tr>
</table>
  <div id="Layer1" style="position:absolute; left:0px; top:78px; width:100%; height:2px; z-index:1"> 
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
      <tr> 
        <td bgcolor="#999999" height="1"></td>
      </tr>
      <tr> 
        <td bgcolor="#FFFFFF" height="1"></td>
      </tr>
    </table>
  </div>
  <div id="Layer2" style="position:absolute; left:1px; top:80px; width:100%; z-index:2; overflow: auto; height: 270"> 
    <table width="100%" cellpadding="0" border="0" cellspacing="0" height="100%">
      <tr align="center"> 
        <td bgcolor="#F0F0F0"> 
          <!-- 内容区开始 -->
          
          <br>
          <!--个人信息-->
          <input type=hidden name=id value="<?=$emp_t['id']?>">
          <table width="85%" border="0"cellspacing="0" cellpadding="3" bordercolor="#FFFFFF" bordercolordark="#DFDFBD">
            <tr> 
              <td align="right" width="15%" nowrap class="Shadow_white">姓  名:</td>
              <td align="left" width="30%" nowrap class="Result"><?=$emp_t['username']?></td>
              <td align="right" width="20%" nowrap class="Shadow_white">性  别:</td>
              <td align="left" width="30%" nowrap class="Result"><?=$emp_t['sex']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">出生年月:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['birth']?></td>
              <td align="right" nowrap class="Shadow_white">身份证号:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['idcard']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">籍  贯:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['native']?></td>
              <td align="right" nowrap>民  族:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['nation']?></td>
            </tr>
            <tr>
              <td align="right" nowrap class="Shadow_white">学  历:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['culture']?></td>
              <td align="right" nowrap class="Shadow_white">政治面貌:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['polity']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">家庭住址:</td>
              <td align="left" class="Result" colspan="3"><?=$emp_t['address']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">邮  编:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['zip']?></td>
              <td align="right" nowrap class="Shadow_white">&nbsp;</td>
              <td align="left" nowrap class="Result">&nbsp; </td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">私人电话:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['homephone']?></td>
              <td align="right" nowrap class="Shadow_white">单位电话:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['telphone']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">手  机:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['mobile']?></td>
              <td align="right" nowrap class="Shadow_white">E-mail邮箱:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['email']?></td>
            </tr>
            <tr>
              <td align="right" nowrap class="Shadow_white">所属部门:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['depart']?></td>
              <td align="right" nowrap class="Shadow_white">职  务:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['duty']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">员工类型:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['employtype']?></td>
              <td align="left" nowrap >&nbsp;</td>
              <td align="right" nowrap>&nbsp;</td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white">入职时间:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['postdate']?></td>
              <td align="right" nowrap class="Shadow_white">离职时间:</td>
              <td align="left" nowrap class="Result"><?=$emp_t['leftdate']?></td>
            </tr>
            <tr> 
              <td align="right" nowrap class="Shadow_white" valign="top">备  忘:</td>
              <td align="left" colspan=3 style="color:#0000CC;cursor:default"><?=$emp_t['id']?></td>
            </tr>
          </table>
          <br>
          <!-- 内容区结束 -->
        </td>
      </tr>
    </table>
  </div>
  <table width="100%" cellspacing="0" cellpadding="0" border="0" height="275">
    <tr>
      <td valign="bottom">
        <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f7f7f7">
          <tr> 
            <td bgcolor="#999999" height="1"></td>
          </tr>
          <tr> 
            <td bgcolor="#FFFFFF" height="1"></td>
          </tr>
          <tr> 
            <td align="center" height="53" bgcolor="#DEDBD6"> 
            
              <input type="button" value=" 修 改 " class="button" name="btEditUser" onClick="btEditUser_onsub(<?=$emp_t['id']?>)" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
         
              <input type="reset"  value=" 删 除 " class="button" name="btCancel" onClick="btCancelEmp_submit(<?=$emp_t['id']?>);" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
            
              <input type="button" value=" 关 闭 " class="button" name="btReturn"  onClick="window.close()" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
            </td>
          </tr>
        </table>
      </td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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