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

📄 index1.aspx

📁 一个办公管理系统完整版
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="index1.aspx.cs" AutoEventWireup="false" Inherits="OfficeSys.index1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>::::办公系统::::</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<SCRIPT language="JavaScript">
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function JM_cc(ob){
var obj=MM_findObj(ob); if (obj) { 
obj.select();js=obj.createTextRange();js.execCommand("Copy");}
}
function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MFXinitMenu(){
IE = document.all ? 1:0;
NN = document.layers ? 1:0;
HIDDEN = (NN) ? 'hide' : 'hidden';
VISIBLE = (NN) ? 'show' : 'visible';
myLayer=new Array();
mySpeed=5;
subLeft=0;
closes=true;
myLayer[0]=(NN) ? document.MFX0 : document.all.MFX0.style;
myLayer[1]=(NN) ? document.MFX1 : document.all.MFX1.style;
myLayer[2]=(NN) ? document.MFX2 : document.all.MFX2.style;
myLayer[3]=(NN) ? document.MFX3 : document.all.MFX3.style;
//myLayer[4]=(NN) ? document.MFX4 : document.all.MFX4.style;
//myLayer[5]=(NN) ? document.MFX5 : document.all.MFX5.style;
//myLayer[6]=(NN) ? document.MFX6 : document.all.MFX6.style;
//myLayer[7]=(NN) ? document.MFX7 : document.all.MFX7.style;
running=false;
whichOpen=-1;
lastMain=myLayer.length-2;
MFXmain=new Array();
for(i=0; i<myLayer.length; i++){
mainORsub= i % 2;
MFXmain[i] = mainORsub ? 0:1;
}
myTop=new Array();
myLeft=new Array();
myHeight=new Array();
myWidth=new Array();
mySlide=new Array();
for(i=0; i<myLayer.length; i++){
if(NN&&MFXmain[i]){
if(i==0){
myTop[i]=myLayer[i].top;
myLeft[i]=myLayer[i].left;}
else{
myLeft[i]=myLeft[i-2];
myTop[i]=myTop[i-2]+myHeight[i-2];}
myHeight[i]=myLayer[i].clip.height;
myWidth[i]=myLayer[i].clip.width;
myLayer[i].left=myLeft[i];
myLayer[i].top=myTop[i];
myLayer[i].visibility=VISIBLE;}
if(NN&&!MFXmain[i]){
myTop[i]=myTop[i-1]+myHeight[i-1];
myLeft[i]=myLeft[i-1];
myHeight[i]=myLayer[i].clip.height;
myWidth[i]=myLayer[i].clip.width;
mySlide[i]=myTop[i]+myHeight[i];
myLayer[i].left=myLeft[i]+subLeft;
myLayer[i].top=myTop[i];}
if(IE&&MFXmain[i]){
if(i==0){
myLeft[i]=myLayer[i].pixelLeft;
myTop[i]=myLayer[i].pixelTop;}
else{
myLeft[i]=myLeft[i-2];
myTop[i]=myTop[i-2]+myHeight[i-2];}
myHeight[i]=myLayer[i].pixelHeight;
myWidth[i]=myLayer[i].pixelWidth;
myLayer[i].left=myLeft[i];
myLayer[i].top=myTop[i];
myLayer[i].visibility=VISIBLE;}
if(IE&&!MFXmain[i]){
myTop[i]=myTop[i-1]+myHeight[i-1];
myLeft[i]=myLeft[i-1];
myHeight[i]=myLayer[i].pixelHeight;
myWidth[i]=myLayer[i].pixelWidth;
myLayer[i].pixelLeft=myLeft[i]+subLeft;
myLayer[i].pixelTop=myTop[i];
mySlide[i]=myTop[i]+myHeight[i];
}}}
function MFXrunMenu(myName,newspeed){
ieStep=0;
thereS=false;
thereC=false;
if(newspeed>0){mySpeed=newspeed;}
first=myName;
if(whichOpen==-1&&!running&&MFXmain[myName]&&!(whichOpen==myName)){
running=true;
if(NN){
myLayer[myName+1].clip.height=0;
myLayer[myName+1].visibility=VISIBLE;
}
if(IE){
myLayer[myName+1].clip= "rect(" + ("auto") +" "+ ("auto") +" "+ (0) +" "+ ("auto") +")";
myLayer[myName+1].visibility=VISIBLE;
}
MFXopenMenuS(myName);
MFXopenMenuC(myName);
}
if(whichOpen>=0&&!running&&!(whichOpen==myName)){
running=true;
second=whichOpen;
ieStep1=myHeight[second+1];
thereCS=false;
thereCC=false;
MFXcloseMenuS(second);
MFXcloseMenuC(second);
}
if(whichOpen>=0&&!running&&whichOpen==myName&&closes){
running=true;
second=whichOpen;
ieStep1=myHeight[second+1];
thereCS=false;
thereCC=false;
MFXcloseMenuS(second);
MFXcloseMenuC(second);
	}
}
function MFXstopCloseS(myName){
running=false;
thereCS=true;
if(closes&&first==whichOpen){whichOpen=-1;}
else{whichOpen=-1;
MFXrunMenu(first);
}
}
function MFXstopOpenS(myName){
running=false;
thereS=true;
if(IE){myLayer[myName+1].clip= "rect(" + ("auto") +" "+ ("auto") +" "+ ("auto") +" "+ ("auto") +")";}
whichOpen=myName;
}
function MFXopenMenuS(myName){
myStep=mySpeed;
if(NN&&!thereS&&!(first==lastMain)){
if(myLayer[first+2].top+myStep>mySlide[first+1]){
myStep=mySlide[first+1]-myLayer[first+2].top;
}
for(i=first+2; i<myLayer.length; i+=2){
myLayer[i].top+=myStep;
}
if(myLayer[first+2].top==mySlide[first+1]){
MFXstopOpenS(first)
}
if(running)setTimeout('MFXopenMenuS(first)',10);
}
if(IE&&!thereS&&!(first==lastMain)){
if(myLayer[first+2].pixelTop+myStep>mySlide[first+1]){
myStep=mySlide[first+1]-myLayer[first+2].pixelTop;
}
for(i=first+2; i<myLayer.length; i+=2){
myLayer[i].pixelTop+=myStep;
}
if(myLayer[first+2].pixelTop==mySlide[first+1]){
MFXstopOpenS(first)
}
if(running)setTimeout('MFXopenMenuS(first)',10);
}
}
function MFXopenMenuC(myName){
myStep=mySpeed;
if(NN&&!thereC){
if ((myLayer[first+1].clip.height+myStep)>myHeight[first+1]){
myLayer[first+1].clip.height=myHeight[first+1]
}
if(myLayer[first+1].clip.height==myHeight[first+1]){
thereC=true;
whichOpen=first;
MFXstopOpenS(first)

}else{
myLayer[first+1].clip.height+=myStep;

}
if(running)setTimeout('MFXopenMenuC(first)',10);
}
if(IE&&!thereC){
ieStep+=myStep;
myLayer[myName+1].clip= "rect(" + ("auto") +" "+ ("auto") +" "+ (ieStep) +" "+ ("auto") +")";

if(ieStep>=myHeight[first+1]){
thereC=true;
whichOpen=first;
MFXstopOpenS(first)
}
if(running)setTimeout('MFXopenMenuC(first)',10);
}
}
function MFXcloseMenuS(myName){
myStep=mySpeed;
if(NN&&!thereCS&&!(second==lastMain)){
if(myLayer[second+2].top-myStep<myTop[second+2]){
myStep=myLayer[second+2].top-myTop[second+2];
}
for(i=second+2; i<myLayer.length; i+=2){
myLayer[i].top-=myStep;

}
if(myLayer[second+2].top==myTop[second+2]){
MFXstopCloseS(second);
}
if(running)setTimeout('MFXcloseMenuS(second)',10);
}
if(IE&&!thereCS&&!(second==lastMain)){
if(myLayer[second+2].pixelTop-myStep<myTop[second+2]){
myStep=myLayer[second+2].pixelTop-myTop[second+2];
}
for(i=second+2; i<myLayer.length; i+=2){
myLayer[i].pixelTop-=myStep;

}
if(myLayer[second+2].pixelTop==myTop[second+2]){
MFXstopCloseS(second);
}
if(running)setTimeout('MFXcloseMenuS(second)',10);
}
}
function MFXcloseMenuC(myName){
myStep=-mySpeed;
ieStep1-=mySpeed;
if(NN&&!thereCC){
if ((myLayer[second+1].clip.bottom+myStep)<0){
myLayer[second+1].clip.bottom=0;
}
if(myLayer[second+1].clip.bottom==0){
thereCC=true;

if(second==lastMain)MFXstopCloseS(second);
}else{
myLayer[second+1].clip.bottom+=myStep;

}
if(running)setTimeout('MFXcloseMenuC(second)',10);
}
if(IE&&!thereCC){
if(ieStep1<=0){
myLayer[myName+1].clip= "rect(" + ("auto") +" "+ ("auto") +" "+ (0) +" "+ ("auto") +")";
thereCC=true;
if(second==lastMain)MFXstopCloseS(second);
}else{
myLayer[myName+1].clip= "rect(" + ("auto") +" "+ ("auto") +" "+ (ieStep1) +" "+ ("auto") +")";

}
if(running)setTimeout('MFXcloseMenuC(second)',10);
}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->
		</SCRIPT>
		<link href="css/Style.css" rel="stylesheet" type="text/css">
			<META content="信息工程系设计" name="description">
			<META content="peter485@sohu.com" name="author">
	</HEAD>
	<BODY background="images/background_left.gif" leftMargin="0" topMargin="0" onload="MFXinitMenu()">
		<table width="200" border="0" cellpadding="0" cellspacing="0" bordercolorlight="#006699"
			bordercolordark="#ededed" class="Xsmall">
			<tr>
				<td height="18" align="center" background="images/background_left.gif">
				</td>
			</tr>
			<tr>
				<td align="center" height="180">
					<TABLE cellSpacing="0" cellPadding="0" width="199" border="0">
						<TR bgColor="#f2f2f2">
							<TD width="1" background="images/background_left.gif" bgColor="#f2f2f2">&nbsp;</TD>
							<TD width="198" height="405" vAlign="top" background="images/background_left.gif" bgColor="#f2f2f2">
								<div id="MFX0" style="Z-INDEX: 2; LEFT: 20px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 50px; HEIGHT: 25px"
									class="Xsmall">
									<table width="156" border="0" cellpadding="0" cellspacing="0" class="Xsmall">
										<tr>
											<td background="images/left_background_01.gif" height="25"><b><a onClick="MFXrunMenu(0,5)" href="javascript:;">&nbsp;&nbsp;信息显示</a></b></td>
											<td width="21" background="images/left_background_02.gif" height="25"></td>
											<td width="25"><a onClick="MFXrunMenu(0,5)" href="#"><img height="25" src="images/left_arrow_down.gif" width="25" border="0"></a></td>
										</tr>
									</table>
								</div>
								<DIV id="MFX1" style="Z-INDEX: 1; LEFT: 20px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 75px; HEIGHT: 180px">
									<TABLE cellSpacing="0" cellPadding="0" width="156" align="center" border="0">
										<TR>
											<TD width="1" bgColor="#ffffff"></TD>
											<TD align="center" width="154" bgColor="#d6dff7" height="186">
												<TABLE width="130" border="0" cellPadding="0" cellSpacing="0" class="Xsmall">
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><a href="showInfo/show.aspx" target="mainFrame">查看教师工资</a></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="showInfo/showClassInfo.aspx" target="mainFrame">查看班级信息</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="showInfo/showCourse.aspx" target="mainFrame">查看课程信息</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><a href="showInfo/showStudentInfo.aspx" target="mainFrame">查看学生信息</a></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="showInfo/showGrade.aspx" target="mainFrame">查看成绩</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><a href="showInfo/showKaoshi.aspx" target="mainFrame">查看考场安排信息</a></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><a href="showInfo/showZhiCheng.aspx" target="mainFrame">查看职称信息</a></TD>
													</TR>
													
												</TABLE>
											</TD>
											<TD width="1" bgColor="#ffffff"></TD>
										</TR>
										<TR bgColor="#ffffff">
											<TD colSpan="3" height="1"></TD>
										</TR>
									</TABLE>
								</DIV>
								<DIV id="MFX2" style="Z-INDEX: 2; LEFT: 20px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 201px; HEIGHT: 38px">
									<TABLE width="156" border="0" cellPadding="0" cellSpacing="0" class="Xsmall">
										<TR>
											<TD colSpan="3" height="14">&nbsp;</TD>
										</TR>
										<TR>
											<TD background="images/left_background_01.gif" height="24"><B><A onclick="MFXrunMenu(2,5)" href="javascript:;">&nbsp;&nbsp;其他管理</A></B></TD>
											<TD width="21" background="images/left_background_02.gif" height="28"></TD>
											<TD width="25"><A onclick="MFXrunMenu(2,5)" href="#"><IMG height="28" src="images/left_arrow_down.gif" width="25" border="0"></A></TD>
										</TR>
									</TABLE>
								</DIV>
								<DIV id="MFX3" style="Z-INDEX: 1; LEFT: 20px; VISIBILITY: hidden; WIDTH: 150px; POSITION: absolute; TOP: 226px; HEIGHT: 160px">
									<TABLE cellSpacing="0" cellPadding="0" width="156" align="center" border="0">
										<TR>
											<TD width="1" bgColor="#ffffff"></TD>
											<TD align="center" width="154" bgColor="#d6dff7" height="120">
												<TABLE width="130" border="0" cellPadding="0" cellSpacing="0" class="Xsmall">
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="send/SendMail.aspx" target="mainFrame">发送邮件</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="send/SendMessage.aspx" target="mainFrame">发布通知</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><a href="ExcelFile/playtime.aspx" target="mainFrame">课时录入</a></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="ExcelFile/playManage.aspx" target="mainFrame">查看课酬</A></TD>
													</TR>
													<TR>
														<TD width="22" height="23"><IMG src="images/dot_1.gif" width="11" height="12" align="absMiddle"></TD>
														<TD width="108"><A href="login.aspx">退出登陆</A></TD>
													</TR>
												</TABLE>
											</TD>
											<TD width="1" bgColor="#ffffff"></TD>
										</TR>
									</TABLE>
								</DIV>
							</TD>
						</TR>
					</TABLE>
				</td>
			</tr>
		</table>
	</BODY>
</HTML>

⌨️ 快捷键说明

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