📄 head.asp
字号:
<!--#include file="Function1.asp"-->
<script language = "JavaScript">
function loadForm()
{
editor.HtmlEdit.document.body.innerHTML=document.myform.Content.value;
return true
}
</script>
<html>
<head>
<title>粤丰动物保健有限公司人事管理系统</title>
<meta name="Author" content="Hypo">
<meta name="Contact" content="Hypo@Wz163.com">
<meta name="Copyright" content="Lw163.com">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Inc/ManageMent.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.2">
function Td_Over(Element1){
Element1.className = 'TdOver';
}
function Td_Out(Element1){
Element1.className = 'TdOut';
}
function Td_Down(Element1){
Element1.className = 'TdDown';
}
function Td_Click(No){
var url;
if (No == 0){
url = "admin.asp";
}else if (No == 1){
url = "index.asp";
}else if (No == 4){
url = "xz.asp";
}else if (No == 2){
url = "tjry.asp";
}else if (No == 3){
url = "bmwh.asp";
}else if (No == 5){
url = "Loginout.asp";
}else if (No == 6){
url = "zwwh.asp";
}else if (No == 7){
url = "zcwh.asp";
}else if (No == 8){
url = "gzwh.asp";
}else if (No == 9){
url = "mzwh.asp";
}
location.href=url;
}
</script>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-top: 0px;
background-color: #F5F5F5;
}
.h25 {
font-size: 12px;
line-height: 25px;
color: #999999;
}
.style2 {font-size: 20px}
-->
</style>
</head>
<body>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0" class="HeaderTdStyle">
<tr>
<td height="30"><div align="center">粤丰动物保健有限公司人事管理系统</div></td>
</tr>
</table>
<table width="100%" height="28" border="0" cellpadding="0" cellspacing="0" class="HeaderTdStyle">
<tr>
<td>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="2">
<tr>
<td width="140" align="center" class="TdOut" onClick="Td_Click(1)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">管理首页</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(2)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">添加员工</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(3)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">部门维护</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(6)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">职务维护</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(7)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">职称维护</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(8)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">工种维护</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(9)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">民族维护</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(4)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">查询信息</td>
<td width="140" align="center" class="TdOut" onClick="Td_Click(5)" onMouseDown="Td_Down(this)" onMouseOver="Td_Over(this)" onMouseOut="Td_Out(this)">退出</td>
<td width="521" align="center"> </td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -