📄 top.asp
字号:
<!--#include file="includes/db.asp"-->
<head>
<%
call insureID()
%>
<title>办公自动化系统</title>
<link href="Includes/Style.css" rel="stylesheet" type="text/css">
</head>
<body style="font-size:9pt" topmargin="0" leftmargin="0">
<table width="100%" height="54" border="0" cellpadding="0" cellspacing="0" background="images/top2.jpg">
<tr>
<td ><img src="images/top1.jpg" width="287" height="54"></td>
<td valign="bottom"><img src="images/top_x.jpg" width="280" height="52" border="0" usemap="#Map2"></td>
<td align="right"><img src="images/top3.jpg" width="201" height="54" border="0" usemap="#Map"></td>
</tr>
</table>
<table width="100%" height="22" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="84CBFF">
<td height="22" valign=center> 当前用户:<font color="#000000">
<%
response.write session("Name")&" "
%>
<%
if session("Position_id")<3 then
response.write "<b>欢迎您,公司领导</b>"
else
response.write "您所在的部门是:<font color=red>"&session("Dept_name")&"</font>"
end if
%>
</font><font color="#000000">
<script language="JavaScript"><!--
var dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
Stamp = new Date();
document.write(" 当前日期:" + Stamp.getYear() + "年"+(Stamp.getMonth() + 1) +"月"+Stamp.getDate()+ "日"+ " " + dayNames[Stamp.getDay()] +"");
//--></script>
</font></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="134,2,172,16" a href="default.htm" target="_top">
</map>
<map name="Map2">
<area shape="rect" coords="65,2,134,49" href="Notice/Browse.asp" target="MainWindow">
<area shape="rect" coords="139,2,202,49" href="Notes/Browse.asp" target="MainWindow">
<area shape="rect" coords="208,2,280,48" href="ClientInfo/Browse_dept.asp" target="MainWindow">
<area shape="rect" coords="2,1,62,49" href="desktop.asp" target="MainWindow">
<area shape="rect" coords="112,22,113,23" href="#">
</map>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -