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

📄 home.asp

📁 本系统采用access+asp开发
💻 ASP
字号:
<%@ Language=VBScript %>
<%
TheMessage="请选择您想进入的功能模块"
if isempty(Session("ID")) then
	Response.Redirect "../login.asp"
end if
%>

<html>
<head>
<title> 公司内部办公信息管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>

<table width=800 UserInfo=0 bgcolor=#16A84D cellspacing=1 cellpadding=2 align=center>
<tr bgcolor=white><td    valign=center ><img src="../ASPLogo3.jpg" width=796 height=100></td></tr>
</table>
<table width="800" UserInfo="0" UserInfocolor="#16A84D" align="center" cellpadding="0" cellspacing="0">
<tr><td height="13"><img src=".././image/banner2.jpg" width="800" height="12"></td></tr>
</table>
<br>

<table width=800 UserInfo=0 bgcolor=#16A84D cellspacing=1 cellpadding=2 align=center>
<tr><td colspan=3>
<font color=white>
<P ALIGN="CENTER">公司内部办公信息管理系统->主页&nbsp[当前用户-<% response.write Session("Name") %>]
</font></td></tr>
<tr bgcolor=white >
<td><a href="../../login.asp"><font color="#10AD4D">退出内部办公系统</font></a></td>
<td  align=center> <font color="#10AD4D" ><% response.write TheMessage %></FONT></td>
<td  align=right><a href=".././html/home.asp"><font color="#10AD4D">系统使用帮助说明</font></a></td>
</tr>
</table> 
<table width="800" UserInfo="0" UserInfocolor="#16A84D" align="center" cellpadding="0" cellspacing="0">
<tr><td height="13"><img src=".././image/banner2.jpg" width="800" height="12"></td></tr>
</table>
<br>



<table width=800 UserInfo=0 bgcolor=#16A84D cellspacing=1 cellpadding=2 align=center>
<tr bgcolor=white  height=50 background=".././image/back.jpg"><td width=45% align=center bgcolor=#ADDEBE>
<img src=".././image/HomepagePicture1.jpg">
</td>
<td>
<table width=100% UserInfo=0>
<tr><td><p align=center><img src=".././image/lable.jpg" ><br></p></td></tr>
<tr height=20><td><p align=center>
               <font color="#10AD4D">
                <% If Time >= #12:00:00 AM# And Time < #12:00:00 PM# Then 
                Response.Write "早上好!" 
                Elseif Time >= #12:00:00 PM# And Time < #18:00:00 AM# Then 
                Response.Write "下午好!" 
                Else
                Response.Write "晚上好!"
                End If 
                %><% response.write Session("Name") %>,欢迎您访问内网!今天是<% response.write Date %> </font>
</p></td></tr>                
               
<tr bgcolor=white height=50>
<td  align=center> <a href=".././Employee/EmployeeInformation.asp"><font color="#10AD4D">公司员工信息管理系统</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center> <a href=".././finance/finance.asp"><font color="#10AD4D">公司财务信息管理系统</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center><a href=".././Messageboard/Communication.asp"> <font color="#10AD4D" >公司内部交流信息系统</FONT></td>
</td></tr></table>
</td>
</tr>
</table> 

</body>
</html>
</BODY>
</HTML>

⌨️ 快捷键说明

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