📄 _system_department_show.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>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<script language="javascript">
<!--
var strLocation = "";
//----修改部门信息----
function UpdateDept(id)
{
window.dialogArguments.strLocation = "system.php?action=department&sysaction=add&id="+id+"&Status=<?=$Status?>";
window.dialogArguments.applyFromDialog();
window.close();
}
//----删除部门信息----
function DeleDept(id)
{
var Msg
Msg = window.confirm("确信删除该信息吗?单击“确定”删除,否则“取消”!");
if (Msg)
{
window.dialogArguments.strLocation = "system.php?action=department&sysaction=del&id="+id+"&Status=<?=$Status?>";
window.dialogArguments.applyFromDialog();
window.close();
}
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="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">
<table border=0 cellpadding="3" width="70%">
<tr>
<td width="10%" class="Shadow_white" align="right" nowrap>部门名称:</td>
<td class="Result"><?=$depar_t['name']?></td>
</tr>
<tr>
<td align="right" class="Shadow_white" nowrap>负
责 人:</td>
<td class="Result">
<?=$depar_t['principal']?>
</td>
</tr>
<tr>
<td align="right" class="Shadow_white" nowrap>地 址:</td>
<td class="Result">
<?=$depar_t['address']?>
</td>
</tr>
<tr>
<td align="right" class="Shadow_white" nowrap valign="top">备 注:</td>
<td height="130" valign="top" style="color: #0000CC">
<?=$depar_t['des']?>
</td>
</tr>
<tr>
<td align="right" class="Shadow_white" nowrap>状 态:</td>
<td class="Result">
<?=$depar_t['fig']?>
<br>
</td>
</tr>
</table>
</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="btUpdateDept" onClick="UpdateDept('<?=$depar_t['id']?>')" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
<input type="button" value=" 删 除 " class="button" name="btDeleteDept" onClick="DeleDept('<?=$depar_t['id']?>')" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
<input type="button" value=" 关 闭 " class="button" name="btReture" 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 + -