?? home.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 border=0 bgcolor=#164DA8 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" border="0" bordercolor="#164DA8" 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 border=0 bgcolor=#164DA8 cellspacing=1 cellpadding=2 align=center>
<tr><td colspan=3>
<font color=white>
<P ALIGN="CENTER">公司內部辦公信息管理系統->主頁 [當前用戶-<% response.write Session("Name") %>]
</font></td></tr>
<tr bgcolor=white >
<td><a href="../../login.asp"><font color="#104DAD">退出內部辦公系統</font></a></td>
<td align=center> <font color="#104DAD" ><% response.write TheMessage %></FONT></td>
<td align=right><a href=".././html/home.asp"><font color="#104DAD">系統使用幫助說明</font></a></td>
</tr>
</table>
<table width="800" border="0" bordercolor="#164DA8" 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 border=0 bgcolor=#164DA8 cellspacing=1 cellpadding=2 align=center>
<tr bgcolor=white height=50 background=".././image/back.jpg"><td width=45% align=center bgcolor=#ADBEDE>
<img src=".././image/HomepagePicture1.jpg">
</td>
<td>
<table width=100% border=0>
<tr><td><p align=center><img src=".././image/lable.jpg" ><br></p></td></tr>
<tr height=20><td><p align=center>
<font color="#104DAD">
<% 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="#104DAD">企業員工信息管理系統</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td align=center> <a href=".././finance/finance.asp"><font color="#104DAD">公司財務信息管理系統</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td align=center><a href=".././Messageboard/Communication.asp"> <font color="#104DAD" >公司內部交流信息系統</FONT></td>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -