📄 left.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="left.aspx.cs" Inherits="left" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="css.css" type="text/css" rel="Stylesheet" />
<style type="text/css">
body { background:#BED393; margin:0px; font:normal 12px 宋体; }
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#215DC6; text-decoration:none; }
a:hover { color:#428EFF }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; background:#D6DFF7; padding:5px 2px;}
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
<script type="text/javascript" language="javascript">
function menuChange(obj,menu)
{
if(menu.style.display=="")
{
obj.background="images/admin_title_bg_hide.gif";
menu.style.display="none";
}else{
obj.background="images/admin_title_bg_show.gif";
menu.style.display="";
}
}
function proLoadimg()
{
var i=new Image;
i.src='images/admin_title_bg_hide.gif';
}
proLoadimg();
</script>
</head>
<body >
<form id="form1" runat="server">
<table cellpadding="0" cellspacing="0" width="150px" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu10);">
<span>系统菜单</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu10">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td>
<table cellpadding="0" cellspacing="0" width="100%" align="center">
<tr height="22">
<td>
<a href="logout.aspx" target="_top"><b>退出管理</b></a> <a href="" target="Main">我的桌面</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<div align="center" runat="server" id="allstaff">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu5);">
<span>人员管理</span></td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu5">
<table cellpadding="0" cellspacing="0" align="center" width="135" runat="server" id="admin_staff">
<tr height="20">
<td> <a href="add_staff.aspx" target="Main">添加员工</a></td>
</tr>
<tr height="20">
<td> <a href="admin_StaffManage.aspx" target="Main">管理用户</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" align="center" width="135" runat="server" id="staff">
<tr height="20">
<td> <a href="PersonInfo.aspx" target="Main">个人用户</a></td>
</tr>
<tr height="20">
<td> <a href="Update_PassWord.aspx" target="Main">修改密码</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="setwork">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu3);" style="height: 25px">
<span>考勤管理</span></td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu3">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Main.aspx" target="Main">用户考勤</a></td>
</tr>
<tr height="20">
<td> <a href="Main.aspx" target="Main">查看考勤</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" runat="server" align="center" width="135" id="admin_setwork">
<tr height="20">
<td> <a href="admin_SetWork.aspx" target="Main">设置考勤</a></td>
</tr>
<tr height="20">
<td> <a href="MAttendance.aspx" target="Main">考勤统计</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="admin_role">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu4);">
<span>权限管理</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu4">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="ManageRole.aspx" target="Main">角色管理</a> </td>
</tr>
<tr height="20">
<td> <a href="admin_ShareRole.aspx" target="Main">分配角色</a> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="message">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu9);">
<span>站内短信</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu9">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="SendMessage.aspx" target="Main">写信息</a></td>
</tr>
<tr height="20">
<td> <a href="SendMessageBox.aspx" target="Main">发件箱</a></td>
</tr>
<tr height="20">
<td> <a href="ReceiveMessageBox.aspx" target="Main">收件箱</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="vacation">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu7);">
<span>请假信息管理</span></td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu7">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="holiday.aspx" target="Main">写请假条</a></td>
</tr>
<tr height="20">
<td> <a href="Sel_Holiday_Resual.aspx" target="Main">查看审批</a>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" runat="server" align="center" width="135" id="admin_vacation">
<tr height="20">
<td> <a href="admin_Examine.aspx" target="Main">审核请假</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="relation">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu8);">
<span>我的联系人</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu8">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="FriendList.aspx" target="Main">查看联系人</a></td>
</tr>
<tr height="20">
<td> <a href="AddMyFriend.aspx" target="Main">添加联系人</a></td>
</tr>
<tr height="20">
<td> <a href="Edit_FriendType.aspx" target="Main">分类管理</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="admin_department">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu13);">
<span>部门与职位管理</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu13">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="admin_AddDepartment.aspx" target="Main">添加部门</a></td>
</tr>
<tr height="20">
<td> <a href="admin_MDepartment.aspx" target="Main">部门管理</a></td>
</tr>
<tr height="20">
<td> <a href="add_position.aspx" target="Main">添加职位</a></td>
</tr>
<tr height="20">
<td> <a href="admin_MPosition.aspx" target="Main">职位管理</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="documents">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif" onclick="menuChange(this,menu15);">
<span>我的文档</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu15">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="AddDocument.aspx" target="Main">上传文档</a></td>
</tr>
<tr height="20">
<td> <a href="DownDocument.aspx" target="Main">下载文档</a></td>
</tr>
<tr height="20">
<td> <a href="ManageDocument.aspx" target="Main">文档管理</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center" runat="server" id="DivNews">
<table cellpadding="0" cellspacing="0" width="150" align="center">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif"
onclick="menuChange(this,menu12);">
<span>公文流转</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu12">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td>
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Upload_Flow.aspx" target="Main">公文发送 </a>
</td>
</tr>
<tr height="20">
<td> <a href="Receive_Flow.aspx" target="Main">公文查收</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<table cellpadding="0" cellspacing="0" width="150" align="center" id="TABLE1">
<tr style="CURSOR:hand">
<td align="left" height="25" class="menu_title" background="images/admin_title_bg_show.gif"
onclick="menuChange(this,menu6);">
<span>版权信息</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:150px" id="menu6">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> 版权所有:<a href="#" target="_blank">黄海</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -