📄 newestmsg.asp
字号:
<%
'************************************************************************************************
' 文件名: msg.asp
' Copyright(c) 2001-2002 上海阿尔卡特网络支援系统有限公司
'
' 创建人 : 周秋舫
' 日 期 : 2002-05-13
' 修改历史 :
' ****年**月**日 ****** 修改内容:**************************************************
' 功能描述 : 消息
' 版 本 :
'************************************************************************************************
option explicit
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
%>
<!-- #include file="../include/config.inc" -->
<!-- #include file="../include/common.inc" -->
<!-- #include file="../include/debug.inc" -->
<!-- #include file="../include/db.inc" -->
<!-- #include file="../include/date.inc" -->
<!-- #include file="../include/datahandle.inc" -->
<!-- #include file="../include/recordlist.inc" -->
<!-- #include file="../include/security.inc" -->
<!-- #include file="../include/emp.inc" -->
<!-- #include file="msg.inc" -->
<!-- #include file="newestmsg.inc" -->
<%
'call CheckSecurity()
dim sMyEmpSerial : sMyEmpSerial = GetEmpSerial
dim iRows : iRows = 10
%>
<html>
<head>
<title>上海信息大楼 Shanghai Information Tower</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../common/common.css" type="text/css">
</head>
<body bgcolor="orange" leftmargin="5" topmargin="5" marginwidth="0" marginheight="0" scroll=no>
<%
'********************************************************************************************************
' 主体从这里开始
'-------------------------------------------------------------------------------------------------------------------------------------------------
%>
<table cellspacing=1 cellpadding=0 width="100%" border=0 style="table-layout:fixed">
<tr style="display:none"><td width=15></td><td width="*">这一行主要用于控制表格的宽度</td></tr>
<tr height=25><td colspan=2 valign=middle><img border=0 src="images/eye.gif"> 最新消息</td></tr>
<%=MsgRecords%>
<tr height=25><td></td><td align=right style="cursor:hand"><a target=_blank href="msg_l.asp?folder=1&freepage=1&">>>> 更多...</a></td></tr>
</table>
<%
'-------------------------------------------------------------------------------------------------------------------------------------------------
' 主体到这里结束
'********************************************************************************************************
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -