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

📄 index.aspx

📁 教务实验选课管理系统
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="index.aspx.vb" Inherits="network_course.index2"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>教师主界面</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table3" style="Z-INDEX: 104; LEFT: 8px; POSITION: absolute; TOP: 216px" cellSpacing="1"
				cellPadding="1" width="800" border="0" background="..\image\bg.jpg">
				<TR>
					<TD height="20"><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD>
						<TABLE id="Table10" style="WIDTH: 354px; HEIGHT: 169px" height="169" cellSpacing="1" width="354"
							bgColor="#cecfff" border="0">
							<TR>
								<TH style="WIDTH: 121px; HEIGHT: 25px" scope="col" align="left" width="121" height="25">
									<FONT color="#003399" size="2"><IMG style="HEIGHT: 24px" height="24" src="..\image\teaching_notice-3.jpg" width="150"></FONT></TH>
								<TH class="style27" style="WIDTH: 218px; HEIGHT: 25px" scope="col" width="218">
									<FONT color="#003399" size="2"></FONT><MAP name="m_MORE">
										<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="..\image\more-4.jpg"></asp:ImageButton><AREA shape="RECT" alt="" coords="0,0,94,24" href="affiche.aspx"></TH></TR>
							<TR>
								<TD style="WIDTH: 372px" align="center" colSpan="2">
									<MARQUEE style="WIDTH: 355px; HEIGHT: 120px" scrollAmount="2" direction="up" width="355"
										height="120" border="0"><BR>
										<asp:datalist id="myDataList" runat="server" Width="344px" DataKeyField="n_id" Font-Size="13px">
											<ItemTemplate>
												<P><FONT face="宋体">
														<asp:HyperLink TEXT='<%# databinder.eval(container.dataitem,"n_title") + databinder.eval(container.dataitem,"nu_date") %>' Target="_blank" NavigateUrlField="n_id" NavigateUrl='<%#"../notice_content.aspx?n_id="+httputility.urlencode(databinder.eval(container.dataitem,"n_id"))%>' runat="server" class=style大墨蓝细文本 ID="Hyperlink1">
														</asp:HyperLink>
													</FONT>
											</ItemTemplate>
										</asp:datalist></MARQUEE>
								</TD>
							</TR>
						</TABLE>
						</MAP></TD>
				</TR>
				<TR>
					<TD></TD>
				</TR>
			</TABLE>
			<TABLE id="Table1" style="Z-INDEX: 106; LEFT: 8px; WIDTH: 804px; POSITION: absolute; TOP: 8px; HEIGHT: 168px"
				cellSpacing="0" width="804" align="center" border="0">
				<TR>
					<TH style="HEIGHT: 152px" scope="col" colSpan="3" height="152">
						<asp:Image id="Image1" runat="server" ImageUrl="..\image\head-2.jpg"></asp:Image></TH></TR>
				<TR class="style24">
					<TD style="FONT-SIZE: 13px; HEIGHT: 10px" width="740" height="10"><SPAN class="style粉细文本" id="spWelMessage" style="FONT-SIZE: 13px" runat="server"><FONT face="宋体"></FONT></SPAN></TD>
					<TD class="style墨蓝细文本" style="HEIGHT: 10px" width="60" bgColor="#ffffff" height="10">
						<asp:linkbutton class="style墨蓝细文本" id="LinkButton1" runat="server" Font-Size="13px" Width="54px"> 系统注销</asp:linkbutton></TD>
				</TR>
			</TABLE>
			<TABLE id="Table5" style="Z-INDEX: 105; LEFT: 8px; POSITION: absolute; TOP: 184px" height="14"
				cellSpacing="0" width="800" align="center" bgColor="#cecfff" border="0">
				<TR class="style24">
					<TH style="WIDTH: 400px; HEIGHT: 21px" scope="col" align="left" width="400" colSpan="1"
						height="21" rowSpan="1">
						<SPAN><FONT color="#003399">
								<asp:HyperLink id="HyperLink1" runat="server" NavigateUrl="../login.aspx" Width="64px" Font-Size="13px">登录界面</asp:HyperLink><FONT size="2" style="FONT-SIZE: 13px">〉教师主界面</FONT></FONT></SPAN></TH>
					<TH style="HEIGHT: 21px" scope="col" width="400" height="21">
						<FONT size="2">
							<SCRIPT language="jscript">
var mmenus    = new Array();
var misShow   = new Boolean(); 
misShow=false;
var misdown   = new Boolean();
misdown=false;
var msrcel; 
var mfromel;  
var mtoel; 
var musestatus=false;
var mthestatus="";
var mpopTimer = 0;
mmenucolor='#cecfff';mfontcolor='#003399';mmenuoutcolor='#cecfff';mmenuincolor='#cecfff';mmenuoutbordercolor='#cecfff';mmenuinbordercolor='#cecfff';mmidoutcolor='#cecfff';mmidincolor='#cecfff';mmenuovercolor='#ffffff';mitemedge='0';msubedge='0';mmenuunitwidth=80;mmenuitemwidth=90;mmenuheight=14;mmenuwidth='480';mmenuadjust=0;mmenuadjustV=0;mfonts='font-family: 宋体; font-size: 13px; color: #003399; ';mcursor='default';

function stoperror(){
return true;
}
window.onerror=stoperror;
function mpopOut() {
mpopTimer = setTimeout('mallhide()', 500);
}
function getReal(el, type, value) {
	temp = el;
	while ((temp != null) && (temp.tagName != "BODY")) {
		if (eval("temp." + type) == value) {
			el = temp;
			return el;
		}
		temp = temp.parentElement;
	}
	return el;
}


function mMenuRegister(menu) 
{
  mmenus[mmenus.length] = menu
  return (mmenus.length - 1)
}
function mMenuItem(caption,command,target,isline,statustxt,img,sizex,sizey,pos){
	this.caption=caption;
	this.command=command;
	this.target=target;
	this.isline=isline;
	this.statustxt=statustxt;
	this.img=img;
	this.sizex=sizex;
	this.sizey=sizey;
	this.pos=pos;
}
function mMenu(caption,command,target,img,sizex,sizey,pos){
	this.items = new Array();
	this.caption=caption;
	this.command=command;
	this.target=target;
	this.img=img;
	this.sizex=sizex;
	this.sizey=sizey;
	this.pos=pos;
	this.id=mMenuRegister(this);
}
function mMenuAddItem(item)
{
  this.items[this.items.length] = item
  item.parent = this.id;
  this.children=true;
}

mMenu.prototype.addItem = mMenuAddItem;
function mtoout(src){

src.style.borderLeftColor=mmenuoutbordercolor;
src.style.borderRightColor=mmenuinbordercolor;
src.style.borderTopColor=mmenuoutbordercolor;
src.style.borderBottomColor=mmenuinbordercolor;
src.style.backgroundColor=mmenuoutcolor;
src.style.color=mmenuovercolor;
}
function mtoin(src){

src.style.borderLeftColor=mmenuinbordercolor;
src.style.borderRightColor=mmenuoutbordercolor;
src.style.borderTopColor=mmenuinbordercolor;
src.style.borderBottomColor=mmenuoutbordercolor;
src.style.backgroundColor=mmenuincolor;
src.style.color=mmenuovercolor;
}
function mnochange(src){
src.style.borderLeftColor=mmenucolor;
src.style.borderRightColor=mmenucolor;
src.style.borderTopColor=mmenucolor;
src.style.borderBottomColor=mmenucolor;
src.style.backgroundColor='';
src.style.color=mfontcolor;

}
function mallhide(){
	for(var nummenu=0;nummenu<mmenus.length;nummenu++){
		var themenu=document.all['mMenu'+nummenu]
		var themenudiv=document.all['mmenudiv'+nummenu]
                mnochange(themenu);
                mmenuhide(themenudiv);
                }
}
function mmenuhide(menuid){
menuid.style.filter='Alpha(Opacity=100)';
menuid.style.visibility='hidden';
misShow=false;
}
function mmenushow(menuid,pid){
menuid.style.filter='Alpha(Opacity=80)';
menuid.style.left=mposflag.offsetLeft+pid.offsetLeft+mmenuadjust;menuid.style.top=mposflag.offsetTop+mmenutable.offsetHeight+mmenuadjustV+1;
if(mmenuitemwidth+parseInt(menuid.style.left)>document.body.clientWidth)
menuid.style.left=document.body.clientWidth-mmenuitemwidth;
menuid.style.visibility='visible';
misShow=true;
}
function mmenu_over(menuid,x){
mtoel = getReal(window.event.toElement, "className", "coolButton");
mfromel = getReal(window.event.fromElement, "className", "coolButton");
if (mtoel == mfromel) return;
msrcel = window.event.srcElement;
if(x<0){
  misShow = false;
  mallhide();
  mtoout(msrcel);
}else{

  mallhide();
  mtoin(msrcel);
  mmenushow(menuid,eval("mMenu"+x));

}
clearTimeout(mpopTimer);
}
function mmenu_out(menuid){
mtoel = getReal(window.event.toElement, "className", "coolButton");
mfromel = getReal(window.event.fromElement, "className", "coolButton");
if (mtoel == mfromel) return;	
msrcel = window.event.srcElement;
if (misShow){
mtoin(msrcel);
}else{
mnochange(msrcel);
}
mpopOut()
}
function mmenu_down(menuid,x){
msrcel = getReal(window.event.srcElement, "className", "coolButton");
  if(misShow){
  mmenuhide(menuid);
  mtoout(msrcel);

⌨️ 快捷键说明

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