📄 leftfrm_caiwuyg.asp
字号:
<Html>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style8{
font:'??';
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#024C9F;
}
.style9{
font:'??';
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
-->
</style>
<SCRIPT language=javascript>
function re_load() { location.reload(); }
</SCRIPT>
<SCRIPT language=javascript>
<!--
function left_menu(meval)
{
var left_n=eval(meval);
if (left_n.style.display=="none")
{ eval(meval+".style.display='';"); }
else
{ eval(meval+".style.display='none';"); }
}
-->
</SCRIPT><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#003399;
}
.STYLE10 {color: #FFFFFF}
.STYLE11 {color: #000000}
.STYLE14 {color: #0033CC}
-->
</style>
<body>
<!--#include file ="auto.asp"-->
<%
set RS = server.CreateObject("ADODB.Recordset")
set RS1 = server.CreateObject("ADODB.Recordset")
Sname = "select Name,Part,Position,Pic from Login,Message where Login.ID ='"& session("Rname") & "'and Message.ID =Login.ID"
RS.open Sname , CN
Session("mname") =RS("Name")
%>
<!--#include file ="xuanze.asp"-->
<TABLE width="100%" align=center cellPadding=4 cellSpacing=1>
<TBODY>
<TR>
<TD align=center bgcolor="#003399" class="style9 STYLE10" style="cursor:hand">
<p><img title="员工照片" src="picture\Yuangong\<%=RS("Pic")%>" alt="员工照片" width="38" height="43" /> </p>
<p>员工编号:<%=session("Rname")%><br>
姓 名:<% =RS("Name")%> <br>
职 位:<% =Part%><% =Position%>
<a href="index.asp" target="_blank">注销</a>
</p></TD>
</TR>
<TR>
<TD align=center bgcolor="#9999FF" class="style9 STYLE10" style="cursor:hand;" onClick="javascript:left_menu('left_1');" >员工信息管理</TD>
</TR>
<TR id=left_1 style="DISPLAY: none">
<TD height="59" align=middle bgcolor="#D0DEF9">
<TABLE width="100%" align=center cellPadding=4 cellSpacing=1>
<TBODY>
<TR>
<TD height="21" align="center" bgcolor="#FFFFFF" class="style9"><span class="STYLE11"><a href="choose.asp?op=Person&sp=no" target="fmain">更新个人资料</a></span></TD>
</TR>
<TR>
<TD height="21" align="center" bgcolor="#FFFFFF" class="style9"><span class="STYLE11"><a href="PWD_ChOld.asp" target="fmain" >登录密码修改</a></span></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<TD align=center valign="top" bgcolor="#9999FF" onClick="javascript:left_menu('left_2');" style="cursor:hand;"><p class="style9 STYLE10">日常办公管理</p></TD>
</tr>
<TR id=left_2 style="DISPLAY: none">
<td height="107" bgcolor="#D0DEF9"><TABLE width="100%" height="97" align=center cellPadding=4 cellSpacing=1>
<TR>
<TD height="21" align="center" bgcolor="#FFFFFF" class="style9"><span class="STYLE11">
<a href="xinwen.asp" target="fmain">新闻管理</a></span></TD>
</TR>
<TR>
<TD height="21" align="center" bgcolor="#FFFFFF" class="style9"><span class="STYLE11">
<a href="Fgongzi.asp" target="fmain">工资发放</a></span></TD>
</TR>
<TR>
<TD height="23" align="center" bgcolor="#FFFFFF" class="style9">
<a href="gongzichx.asp" target="fmain">工资查询</a></TD>
</TR>
<TR>
<TD height="23" align="center" bgcolor="#FFFFFF" class="style9">
<a href="AXgongzi.asp" target="fmain">工资修改</a></TD>
</TR>
</TABLE></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<TD align=center valign="top" bgcolor="#9999FF" onClick="javascript:left_menu('left_3');" style="cursor:hand;"><p class="style9 STYLE10">常用工具</p></TD>
</tr>
<TR id=left_3 style="DISPLAY: none">
<td height="63" bgcolor="#D0DEF9"><TABLE width="100%" height="103" align=center cellPadding=4 cellSpacing=1>
<TBODY>
<TR>
<TD height="21" align="center" bgcolor="#FFFFFF" class="style9"><span class="STYLE11" >
<span class="STYLE14">企业内部邮箱</span></TD>
</TR>
<TR>
<TD align="center" bgcolor="#FFFFFF" class="style9"><br>
<ul><li type="disc"><a href="ReceiveBox.asp" target="fmain">收件箱</a></li>
<li type="disc"><a href="SendBox.asp" target="fmain">发件箱</a></li></ul> </TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<%
RS.close
CN.close
set CN=nothing
set RS=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -