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

📄 teacher_guide_info.asp

📁 系里的网站设计
💻 ASP
字号:
<html>

<head>
<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">
<title>教工教学指导资料</title>
<STYLE type=text/css>
TD,p,b,font,pre,BODY {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体"; FONT-SIZE: 12px
}

FORM {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体"; FONT-SIZE: 12px; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}

A {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体"; FONT-SIZE: 12px; TEXT-DECORATION: none
}

H4 {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体"; FONT-SIZE: 14px
}
HR {
	COLOR: #000000; HEIGHT: 1px
}


</STYLE>

</head>

<body>
<%
set conn = server.createobject("adodb.connection")
conn.open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & server.mappath("./math_department.mdb")
set rs=server.createobject("adodb.recordset")
rs.open "select * from guide_inf where 姓名='" & request("t_name") & "'" ,conn
%>

  <table width="634" border="1" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" height="93" bgcolor="#F5A781">
    <tr>           
      <td height="1" width="558">           
        <b><font size="2">&nbsp;数学系教工资料详表</font></b>          
      </td>          
    </tr>          
    <tr>           
      <td height="1" width="558">           
        <div align="center"><b><font size="4" color="#FFFFFF">教 工 教 学 指 导&nbsp;情 
          况</font></b></div>                                            
      </td>                                            
    </tr>                                            
    <tr>                                             
      <td height="35" width="558">                                             
                                                    
        
                                               
      </td>                                       
    </tr>                                       
                                   
  </table> 
<table border="1" width="634" align="center" bgcolor="#F5A781" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0" height="52">
  <tr>
    <td width="50" height="22" align="center" nowrap><font color="#FFFFFF">姓&nbsp;    
      名</font></td>   
    <td width="120" height="22" align="center" nowrap><font color="#FFFFFF">指导年轻教师姓名</font></td>  
    <td width="50" height="22" align="center" nowrap><font color="#FFFFFF">指导时间</font></td>  
    <td width="90" height="22" align="center" nowrap><font color="#FFFFFF">指导本科生人数</font></td>  
    <td width="50" height="22" align="center" nowrap><font color="#FFFFFF">指导时间</font></td>  
    <td width="120" height="22" align="center" nowrap><font color="#FFFFFF">指导硕士生姓名</font></td>  
    <td width="50" height="22" align="center" nowrap><font color="#FFFFFF">指导时间</font></td>  
    <td width="55" height="22" align="center" nowrap><font color="#FFFFFF">备 注</font></td>  
  </tr>  
   <%  
  While Not rs.EOF    
  %>   
  
  <tr>  
    <td width="56" height="26">&nbsp;<%=rs.fields("姓名")%></td>  
    <td width="101" height="26">&nbsp;<%=rs.fields("指导青年教师姓名")%></td>  
    <td width="48" height="26">&nbsp;<%=rs.fields("指导青年教师时间")%></td>  
    <td width="85" height="26">&nbsp;<%=rs.fields("指导本科生论文人数")%> </td>  
    <td width="60" height="26">&nbsp;<%=rs.fields("指导本科生论文时间")%> </td>  
    <td width="111" height="26">&nbsp;<%=rs.fields("指导硕士生姓名")%></td>  
    <td width="48" height="26">&nbsp;<%=rs.fields("指导硕士生时间")%> </td>  
    <td width="55" height="26">&nbsp;<%=rs.fields("备注")%> </td>  
  </tr>  
  <%  
	rs.MoveNext  
	Wend  
  %>   
<%  
Conn.Close  
set Conn=nothing  
%>  
  
</table>  
<table border="0" width="587" align="center">    
  <tr>    
    <td width="292"> </td>   
    <td width="293">   
      <p align="right"> <input type='button' value='返回列表' onclick=history.back()></p>   
    </td>   
  </tr>   
</table>   
<table border="0" width="634" align="center">   
  <tr>   
    <td width="100%">   
    </td>   
  </tr>   
  <tr>   
    <td width="100%">   
      <hr>   
    </td>   
  </tr>   
</table>   

                                
<TABLE cellSpacing=0 borderColorDark=#ffffff cellPadding=0 width=760 borderColorLight=#009900 border=0 align="center">                     
  <TR vAlign=center align=middle>                     
    <TD width="100%" height=2>                
      <p align="center"><font color="#000000">|                                                   
      </font><A                                                   
      onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://');"                                                  
      href="http:///">设为首页</A>| <A href="javascript:window.external.addfavorite('http://','南气数学系')">收藏我站</A>|                                             
      <a href="mailto:maths_nim@sina.com">意见建议</a>| <a href="mailto:maths_nim@sina.com">联系我们</a>| <BR>Copyright (c)&nbsp;                                                        
      2001-2002 All right reserved &nbsp;                                                    
      版权所有:南京气象学院数学系&nbsp;&nbsp;                                                    
      维护:数学系微机中心 &nbsp;</p>                                             
     </TD></TR></TABLE>                                                      
                                   
</body>                                   
                                   
</html>                                   

⌨️ 快捷键说明

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