gusucode.com > ASP+ACCESS在线教育系统设计(源代码+论文) > ASP+ACCESS在线教育系统设计(源代码+论文)\王智_在线教育系统\main2.asp

    <%@ language=vbscript %>
<%
	'Ensure that this page is not cached
	Response.Expires = 0
%>
<!-- #Include file="include\adovbs.inc" -->
<!-- #Include file="include\cod_ado.inc" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<base target="_self">
<meta content="MSHTML 5.00.2014.210" name="GENERATOR">
<!-- #Include file="include\style.inc" -->
</head>

<body topMargin="0" style="BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(../../images/thns_.jpg); BACKGROUND-POSITION: center 80; BACKGROUND-REPEAT: no-repeat">

<div align="center"><center>

<table border="0" width="60%" align="center">
  <tr>
    <td width="16%"><img src="images/new%20pic/ocomputer17.gif" width="107" height="59" alt="ocomputer17.gif (6786 bytes)"></td>
    <td width="84%"><img src="images/title.jpg" width="307" height="41" alt="wpe1.jpg (7047 bytes)"></td>
  </tr>
</table>
</center></div>


<table topmargin="0" border="1" cellSpacing="0" width="80%" bordercolor="#DDDDDD" align=center>
  <tr>
    <td width="75" bgcolor="salmon" align="center" vAlign="bottom" style="BORDER-LEFT: #000000 1px solid; BORDER-TOP: #000000 1px solid">
      <font color="#FFFFBB" style="FONT-FAMILY: 宋体; FONT-SIZE: 14px;text-decoration:none">公告栏</font>
    </td>
 </tr>
</table>
<table border="0" cellSpacing="1" width="80%" align=center>
<%
dim obj,rs
	strDSN = Application("dsn")
	strSQL = "Select id,title,inputdate,flag_attention from board order by id desc"
	cod_AdoOpen obj,rs,strDSN, strSQL
%>
  <tr>
    <td width="100%" style=" TEXT-ALIGN: left; VERTICAL-ALIGN: top;">
		<ul type="1">
<% if rs.EOF then %> 
		  <li type="A"><font color="red" style="BACKGROUND-COLOR: white; FONT-SIZE: 14px">暂时还没有公告。
<% else  
	    while not rs.EOF  
%>
		  <li type="A">
		  <font color="#000080" style="FONT-SIZE: 14px">
						<a href="board.asp?id=<%=rs("id")%>" style="background-color=#f4f4f4; FONT-FAMILY: 宋体; FONT-SIZE: 14px; TEXT-DECORATION:underline;COLOR: #0000ff"><%=rs("title")%>[<%=formatdatetime(rs("inputdate"),1)%>].</a>
			    </font>
			    <%if (rs("flag_attention")) then%>
			    <img src="image/new001.gif" width="36" height="14">
			    <%end if%>
	<%
			rs.Movenext
		wend
	%>
<%end if
	 call cod_AdoClose(obj, rs)
%>
		</ul>
  </td>
</tr>
</table>


<table topmargin="0" border="1" cellSpacing="0" width="80%" bordercolor="#DDDDDD" align=center>
  <tr>
    <td width="75" bgcolor="salmon" align="center" vAlign="bottom" style="BORDER-LEFT: #000000 1px solid; BORDER-TOP: #000000 1px solid">
      <font color="#FFFFBB" style="FONT-FAMILY: 宋体; FONT-SIZE: 14px;text-decoration:none">课程介绍</font>
    </td>
 </tr>
  <tr>
<td>
&nbsp;&nbsp;“数据结构”是一门讨论非数值性程序设计的学科,它为设计系统软件和应用软件提供必要的基础知识和方法。因此,近年来,它不仅是大专院校内计算机专业和计算机应用专业的一门主要课程,也是工程界众多从事计算机应用工作的、非计算机专业技术人员自修的一门课程。
</td>	
</tr>
</table>
<br>
<table topmargin="0" border="1" cellSpacing="0" width="80%" bordercolor="#DDDDDD" align=center>
  <tr>
    <td width="75" bgcolor="salmon" align="center" vAlign="bottom" style="BORDER-LEFT: #000000 1px solid; BORDER-TOP: #000000 1px solid">
      <font color="#FFFFBB" style="FONT-FAMILY: 宋体; FONT-SIZE: 14px;text-decoration:none">课程信息</font>
    </td>
 </tr>

<table border="0" width="80%" align=center>
  <tr>
    <td width="25%" rowspan="5"><img src="images/new%20pic/yanphoto1.gif" width="148" height="110" alt="yanphoto1.gif (45014 bytes)"></td>
    <td width="20%">任课教师</td>
    <td width="55%">严蔚敏教授</td>
  </tr>
  <tr>
    <td>开课系</td>
    <td>清华大学计算机科学与技术系</td>
  </tr>
  <tr>
    <td>办公地点</td>
    <td>清华大学CAI实验室<small>(四教4408)</small></td>
  </tr>
  <tr>
    <td>电话</td>
    <td>62785563</td>
  </tr>
  <tr>
    <td>E-mail</td>
    <td><a href="mailto:yanwm@cic.tsinghua.edu.cn">yanwm@cic.tsinghua.edu.cn</a></td>
  </tr>
</table>

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
    <td>
      <hr align="center" color="darkgray" SIZE="1">
    </td>
    </tr>
  <tr>
    <td>
      <p align="center"><font size="2"><a href="http://www.tsinghua.edu.cn" target="_top">清华大学</a> | <a href="http://www.cic.tsinghua.edu.cn" target="_top">计算机与信息管理中心</a> | <a href="http://thns.cic.tsinghua.edu.cn" target="_top">清华网络学堂</a><br>版权所有; <a href="mailto:tcq@mailx.cic.tsinghua.edu.cn">WebMaster</a></font></p>
      <p align="center"> </p>
     </td>
   </tr>
  </table>
</body>
</html>