teacher.asp
来自「eayanQuery思燕大学成绩查询系统 版本 V1.6」· ASP 代码 · 共 54 行
ASP
54 行
<%option explicit%>
<!--#include file="Conn.asp"-->
<!--#include file="include/PublicFunction.asp"-->
<!--#include file="include/ReplaceHtml.asp"-->
<!--#include file="include/md5.asp"-->
<!--#include file="include/TeacherSession.asp"-->
<%'call CheckOuterUrl()%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML lang="gb2312">
<HEAD>
<title>思燕Seayan成绩查询系统SQL版本v1.0----现代教学管理信息系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta content="all" name="robots">
<meta content="websvc@163.com" name="author">
<meta content="版权所有:Seagreen 2005-2008" name="Copyright">
<meta content="思燕Seayan成绩查询系统SQL版本v1.0, 由 赵海 先生模仿方正教务管理系统开发。" name="description">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" rev="stylesheet" href="images/main.css" type="text/css" media="all">
<SCRIPT language="javascript" src="images/Menu.js"></SCRIPT>
</HEAD>
<BODY>
<form name="Form1" method="post" action="js_main.aspx?xh=20045" id="Form1">
<iframe src="images/head.htm" frameborder="0" scrolling="no" width="100%" height="59"></iframe>
<div id="menu" STYLE='width:100%'><!--#include file="menu.asp"--></div>
<div id="welcome">
<span id="xhxm"><font color="red"><%=request.Cookies("teacher_name")%></font>老师,您好,欢迎您使用思燕Seayan成绩查询系统!</span> </div>
<div id="main">
<div id="title">
<div id="title_l"></div>
<div id="title_m">通知公告</div>
<div id="title_r"></div>
</div>
<div id="content_js">
<table class="datagridstyle" cellspacing="0" cellpadding="3" border="0" id="DataGrid1" style="width:100%;border-collapse:collapse;">
<tr class="datagridhead">
<td>公告标题</td><td>发布单位</td><td>发布时间</td><td>有效期限</td>
</tr><tr>
<td><a href='#' onclick="window.open('Announce.html','gxlb','menubar=0,scrollbars=0,resizable=0,width=600,height=200,left=100,top=250')">
<font color="red">网上成绩录入流程</font></a></td><td>新华论坛</td><td>2008-01-23 08:24:48</td><td>2009-12-30</td>
</tr>
</table>
</div>
</div>
<div id="bottom">
<iframe src="images/bottom.htm" frameborder="0" scrolling="no" width="100%" height="28"></iframe>
</div>
</form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?