student.asp

来自「eayanQuery思燕大学成绩查询系统 版本 V1.6」· ASP 代码 · 共 57 行

ASP
57
字号
<%option explicit%>
 <!--#include file="Conn.asp"-->
<!--#include file="include/PublicFunction.asp"-->
<!--#include file="include/ReplaceHtml.asp"-->
<!--#include file="include/md5.asp"-->
<!--#include file="include/StudentSession.asp"-->
<%'call CheckOuterUrl()%> 

<script language='JavaScript'>function settimes(){}function exitwin(){}</script>
<!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="xs_main.aspx?xh=0521020145" id="Form1">
			<iframe src="images/head.htm" frameborder="0" scrolling="no" width="100%" height="59"></iframe>
			<div id="menu" STYLE='width:100%'><!--#include file="StudentMenu.asp"--></div>
			<div id="welcome">
				<span id="xhxm"><font color="red"><%=request.Cookies("student_no")%>&nbsp;
				&nbsp;<%=request.Cookies("student_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_xs">
					<table class="datagridstyle" cellspacing="0" cellpadding="3" border="0" id="DataGrid1" style="width:100%;border-collapse:collapse;">
	<tr class="datagridhead">
		<td width="65%">公告标题</td>
		<td width="35%">发布时间</td>
	</tr>
	<tr class="datagrid1212">
		<td> <font color="red"> 登陆系统之后,为防止他人盗用,请您首先修改您的密码。</font>---新华论坛</td><td>2009-01-26 07:32:29</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 + -
显示快捷键?