📄 left.asp
字号:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 12pt}
table { font-family: "宋体"; font-size: 12pt;COLOR: #000000; text-decoration: none}
td {font-size:12pt;}
A:link { FONT-SIZE: 12pt; FONT-FAMILY: "宋体"; COLOR: #000000; text-decoration: none }
A:visited { FONT-SIZE: 12pt; FONT-FAMILY: "宋体"; COLOR: #000000; text-decoration: none }
A:hover { FONT-SIZE: 12pt; FONT-FAMILY: "宋体";COLOR: #ff0000; TEXT-DECORATION: underline }
-->
</style>
<%
if session("PERSONNEL_ID")=""then
response.redirect "Admin.asp"
end if
%>
<title>WebOffice</title>
<base target="MainWindow">
</head>
<body oncontextmenu=self.event.returnValue=false topmargin="0" leftmargin="0" bgcolor="#3399FF">
<br>
<table border="1" cellspacing="0" width="133" bordercolorlight="#333333" bordercolordark="#FFFFFF" cellpadding="0" align="center">
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
公司决策</b></font></td>
</tr>
<tr>
<td><div align="center">
<a href="../CompanyDec/Browse.asp" target="MainWindow">查看决策</a><br>
<%if (session("POSITION_ID")=1 or session("POSITION_ID")=3) then%>
<a href="../CompanyDec/Compose.asp" target="MainWindow">制定决策</a><br>
<%if session("POSITION_ID")=1 then%>
<a href="../CompanyDec/Confirm.asp" target="MainWindow">审核决策</a>
<%end if%>
<%end if%>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
部门决策</b></font></td>
</tr>
<tr>
<td align=center>
<a href="../DeptDec/BrowseCtrler.asp" target="MainWindow">查看决策</a><br>
<%if session("POSITION_ID")=4 then%>
<a href="../DeptDec/Compose.asp" target="MainWindow">制定决策</a><br>
<a href="../DeptDec/Confirm.asp" target="MainWindow">审核决策</a><br>
<%end if%>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
客户信息</b></font>
</td>
</tr>
<tr>
<td align=center>
<a href="../ClientInfo/BrowseCtrler.asp" target="MainWindow">查看客户列表</a><br>
<%if session("POSITION_ID")>3 then%>
<a href="../ClientInfo/Add.asp" target="MainWindow">添加新客户</a><br>
<%end if%>
<%if session("POSITION_ID")=4 then%>
<a href="../ClientInfo/Confirm.asp" target="MainWindow">审核新客户</a>
<%end if%></div>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
定单信息</b></font>
</td>
</tr>
<tr>
<td align=center>
<a href="../OrderInfo/BrowseCtrler.asp" target="MainWindow">查看定单列表</a><br>
<%if session("POSITION_ID")>3 then%>
<a href="../OrderInfo/Add.asp" target="MainWindow">添加新定单</a><br>
<%end if%>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
人员信息</b></font>
</td>
</tr>
<tr>
<td align=center>
<a href="../Personnel/BrowseDeptList.asp" target="MainWindow">部门列表</a><br>
<a href="../Personnel/Query.asp" target="MainWindow">查询员工</a><br>
<%if session("POSITION_ID")=4 or session("POSITION_ID")=1 then%>
<a href="../Personnel/Hire.asp" target="MainWindow">招纳员工</a>
<%end if%>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
公告牌系统</b></font>
</td>
</tr>
<tr>
<td align=center>
<a href="../BBS/CompanyNotice/Browse.asp" target="MainWindow">公司通知</a><br>
<a href="../BBS/CommBoard/Browse.asp" target="MainWindow">交流板区</a>
</td>
</tr>
<tr>
<td bgcolor="#0000FF" align="center" height="30"><font color="#FFFFFF"><b>
我的工具箱</b></font></td>
</tr>
<tr>
<td align=center>
<a href="../MyTools/Account/Read.asp" target="MainWindow">我的帐号</a><br>
<a href="../MyTools/Notes/Browse.asp" target="MainWindow">我的记事本</a><br>
<a href="../MyTools/SummPlan/chooseAction.asp" target="MainWindow">总结与计划</a></div>
</td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -