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

📄 newxsfk.asp

📁 教师教学质量评价系统 教师教学质量评价系统 asp 源代码
💻 ASP
字号:
<!--#include file="odbc_connectionbbs.asp"-->
<!--#include file="Function.asp"-->
<link href="wangye9pt.css" rel="stylesheet" type="text/css">


<style type="text/css">
<!--
body {
	margin-top: 10px;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
-->
</style><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="w9pt">
<tr>
   <td rowspan="6" valign="top" bgcolor="#FFFFFF"><% strsql="select top 6 * from topics where jd_view=1 order by jd_rdate desc"
		  set rs1=db.execute(strsql)
		  %>
     <table width="100%" border="0" align="left" class="w9pt">
     <% do while NOt rs1.eof %>
     <tr>
       <td width="8%" align="right"><% response.write "<img src="&"images/cqball.gif"&">" %>
       </td>
       <td align="left" background="images/Line.gif"><a href="bbsindex.asp?action=View_topics&id=<%=rs("id")%>" target="_blank">
         <%
		   judge=rs1("jd_title")
		  judge=judgeok(judge,14)
		  response.Write judge
		 
		  %>
       </a><% response.write "<img src="&"images/new.gif"&"  height='12'>" %>       </td>
      
     </tr>
     <% rs1.movenext
		 Loop
		 %>
   </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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