📄 top.asp
字号:
<html>
<head>
<%
Dim strUserName ,strUserType
strUserName = Session("UserName")
strUserType = Session("UserType")
Session("UserName") = strUserName
Session("UserType") = strUserType
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="css/css.css">
<script language="javascript1.2" src="js/openwin.js"></script>
<title></title>
</head>
<body bgcolor="#eeeeee" topmargin="0" leftmargin="0">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%"
VALIGN="Top">
<TBODY>
<TR>
<TD>
<TABLE border=0 cellPadding=0 cellSpacing=0 height=39 width="100%">
<TBODY>
<TR>
<TD width=527><IMG height=39
src="images/101.gif" width=527></TD>
<TD background="images/bg0.gif">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" align=center>欢迎<%=Session("UserName")%>
<%If Session("UserType") = "学生" Then%>同学<%ElseIf Session("UserType") = "教师" Then %>老师<%End If%>来到网络教学平台!</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</TD></TR>
<TR>
<TD background=images/bg2.gif>
<TABLE background=images/bg1.gif border=0
cellPadding=0 cellSpacing=0 height=29 valign="middle" width="100%">
<TBODY>
<TR height=29>
<TD vAlign=center width=42 height="28"><IMG height=29
src="images/201.gif" width=29></TD>
<FORM action=HotOA_231624362642103638242E.cfm method=post name=AppMenu
target=menu>
<TD align=middle vAlign=middle width="307" height="28"><a href="dayrep.htm" target="main">通用</a> <a href="main.asp" target="_parent">刷新</a> <a href="helpleft.asp" target="main">帮助</a> <a href="aboutme.asp" target="main">关于</a> <%If Session("UserType") = "学生" Then %><a href=Mod_Pwd.asp?ID=<%=Session("ID")%>&Type=S target="main">修改密码</a><%End If%> <%If Session("UserType") = "教师" Then %><a href=Mod_Pwd.asp?ID=<%=Session("ID")%>&Type=T target="main">修改密码</a><%End If%> <%If Session("UserType") = "管理员" Then %><a href=Mod_Admin.asp?ID=<%=Session("ID")%> target="main">修改密码</a><%End If%> <a href="exit.asp" target="_parent">注销</a> </TD>
<INPUT name=Module type=hidden>
</FORM>
<TD background=images/bg2.gif
vAlign=top width="311" height="28"> <IMG height=29
src="images/203.gif"
width=37 vspace="0" hspace="0"></TD>
<TD background=images/bg2.gif
vAlign=middle width="335" height="28">
<div align="center">
<script language="JavaScript">
<!---
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray("<font color=RED>星期日","<font color=black>星期一","<font color=black>星期二","<font color=black>星期三","<font color=black>星期四","<font color=black>星期五","<font color=GREEN>星期六");
document.write(today.getYear(),"年",today.getMonth()+1,"月",today.getDate(),"日",d[today.getDay()+1]);
//-->
</script>
</div>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR></TBODY></TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -