⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info.asp

📁 这是一个自己研发的薪酬管理系统
💻 ASP
字号:
<%
'文件功能:显示用户和系统相关信息
'版权所有:万户网络
'编写人员:房鹏
'编写时间:2003-8-12
'修改人员:房鹏
'修改时间:2003-8-13
'修改目的:增加显示的信息
%>

<!-- #include file="pub/conn.asp" -->
<!-- #include file="pub/fun.asp" -->
<head>

</head>
<body leftmargin="0" topmargin="0">
<div align="center"> 
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="51%"><div align="left"><img src="images/05.gif" width="478" height="71"></div></td>
      <td width="39%">&nbsp;</td>
      <td width="10%"><div align="right"><img src="images/06.gif" width="297" height="70"></div></td>
    </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td height="18" background="images/07.gif"><img src="images/07.gif" width="9" height="18"></td>
    </tr>
    <tr> 
      <td background="images/08.gif"> <div align="left"></div>
        <table width="775" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="19"><img src="images/09.gif" width="19" height="22"></td>
            <td width="207"><div align="left"><font size=2><%=thisdate()%></font></div></td>
            <td width="19"><img src="images/10.gif" width="19" height="22"></td>
            <td width="379" valign="middle"><div align="left"> 
		    <%if Session("Enter")=1 then%>
			<font size=2><%=id2department(Session("dpt"))&"---"&Session("name")&"("&showright(Session("right"))&")"%>,欢迎您!!!</font>
			<%else%>
			<a href="default.asp" target="_parent" ><font size=2>请先登陆</font></a>
			<%end if%>
            </div></td>
            <td><div align="right"><a href="logout.asp" target="_parent"><img src="images/11.gif" width="47" height="22" border="0"></a></div></td>
          </tr>
        </table>
        </td>
    </tr>
  </table>
</div>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -