📄 main.asp
字号:
<%@ Language=VBScript %>
<!--#include file= "../dbase.asp"-->
<!--#include file= "../function.asp"-->
<!--#include file= "../bulletin/bulletin_function.asp"-->
<HTML><HEAD><TITLE>我的工作</TITLE>
<LINK href="images" type=text/css rel=stylesheet>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<link href="../mstyle.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY >
<BR><BR>
<TABLE cellSpacing=2 cellPadding=0 width="60%" align=center bgColor=#8ec44f border=0>
<TBODY>
<TR>
<TD vAlign=top colSpan=2 height=203>
<TABLE width="100%" height="201" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width="21%" bgColor=#8ec44f height=21>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%"
border=0><TBODY>
<TR>
<TD bgColor=#cccccc> </TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width="29%" bgColor=#8ec44f height=21>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%"
border=0><TBODY>
<TR>
<TD bgColor=#eaeaea> </TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width="28%" bgColor=#8ec44f height=21>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%"
border=0><TBODY>
<TR>
<TD bgColor=#f5f5f5> </TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width="22%" height=167 rowSpan=2>
<DIV align=right><IMG height=167 src="images/index_sh_t2.gif"
width=140></DIV></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff colSpan=3 height=180>
<TABLE width="100%" align=center border=0>
<TBODY>
<TR>
<TD>
<SCRIPT language=JavaScript>
<!--//
var version = "other"
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Netscape" && browserVer < 3) version = "n2";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";
else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3";
function marquee1()
{
if (version == "e4"){
document.write("<marquee behavior=scroll direction=up width=420 height=200 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>")
}
}
function marquee2()
{
if (version == "e4"){
document.write("</marquee>")
}
}
//-->
</SCRIPT>
<SCRIPT language=JavaScript>marquee1();</SCRIPT>
<%
newTopBullentin=bulletinTop("",10)
if not isnull(newTopBullentin) then
response.Write ("<table width='100%' border='1' cellspacing='0' style='border-collapse: collapse' bordercolor='#ffffff' cellpadding='2'>")
for i=0 to ubound(newTopBullentin,2)
response.Write ("<tr><td valign='top' width='60' style='cursor: hand' onclick=""self.location.href='../bulletin/bulletin_read.asp?KindName="& newTopBullentin(6,i) &"' "">[")
response.Write ("<font color='#009966'>"& newTopBullentin(6,i) &"</font>]</td>")
' response.Write ("<td width='1' align='center'>-</td>")
response.Write("<td valign='top'><label style='cursor: hand' onclick=""MM_openBrWindow('../bulletin/bulletin_readInfo.asp?id="& newTopBullentin(0,i)&"','winName');""> ")
response.Write ("<font color='#660000'>"& newTopBullentin(1,i)&"("& newTopBullentin(2,i)&")</font></label></td>")
response.Write ("<td width='60' align='right' valign='top'>"& newTopBullentin(3,i))
if newTopBullentin(7,i)="y" then
response.Write("<br>"& newTopBullentin(4,i))
end if
response.Write("</td></tr>")
next
response.Write("</table>")
end if
%> <SCRIPT language=JavaScript>marquee2();</SCRIPT>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top width="50%" bgColor=#ffffff height=75>
<TABLE cellSpacing=0 cellPadding=0 width="71%" align=center
background=images/wdgz_diwen.gif border=0>
<TBODY>
<TR>
<TD><IMG height=37 src="images/hytz.gif" width=277></TD></TR>
<TR>
<TD height=81>您没有新会议通知! </TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width="50%" bgColor=#ffffff height=75>
<TABLE cellSpacing=0 cellPadding=0 width="90%" align=center
background=images/wdgz_diwen.gif border=0>
<TBODY>
<TR>
<TD><IMG height=36 src="images/dzrc.gif" width=277></TD></TR>
<TR>
<TD height=80>最近没有新的日程安排。 </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="60%" align=center border=0>
<TBODY>
<TR>
<TD vAlign=bottom bgColor=#ffffff height=68>
<DIV align=left><IMG height=32 src="images/wdgz_ss.gif" width=399
useMap=#Map border=0> <MAP name=Map><AREA shape=RECT coords=92,9,151,27
href="#"><AREA
shape=RECT coords=169,10,222,28
href="#"><AREA
shape=RECT coords=311,11,369,29
href="#"><AREA
shape=RECT coords=237,11,295,28
href="#"></MAP></DIV></TD></TR></TBODY></TABLE></BODY></HTML>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName) { //v2.0
window.open(theURL,winName,'width=420,height=300');
}
//-->
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -