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

📄 selectclasswindow.asp

📁 晴和教务管理系统
💻 ASP
字号:
<% if request.Cookies("jiaowu")("Lx") <> "学生" then response.redirect "/jw/index.asp"%>
<!--#include file="../inc/conn.asp"-->
<HTML>
<HEAD>
<TITLE>【详细说明】</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=content-language content=zh_CN>
<META content=document name=resource-type>
<LINK href="/css.css" type=text/css rel=stylesheet>
</HEAD>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from Jw_teaclass where  id = " & request("id"),conn,1,3
%>
<div  align="center">
<table width="380" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td align="center" height="27"><font color="#008000"><% =rs("Num")%>的详细说明</font></td>
</tr>
</table>
<table width="380" border="0" cellspacing="0" cellpadding="0" align="center" class="table-shangxia">
<TR>
<td class="table-zuoyou" align="center" width="27%" height="20"><p class="table-xia">教  师:</p></td>
<td align="center" width="3%" height="20"><p class="table-xia"> </p></td>
<td class="table-you" align="left" width="70%" height="20"><p class="table-xia"><% =rs("teacher")%></p></td>
</TR>
<TR>
<td class="table-zuoyou" align="center" width="27%" height="20"><p class="table-xia">课程名称:</p></td>
<td align="center" width="3%" height="20"><p class="table-xia"> </p></td>
<td class="table-you" align="left" width="70%" height="20"><p class="table-xia"><% =rs("name")%></p></td>
</TR>
<TR>
<td class="table-zuoyou" align="center" width="27%" height="20">详细说明:</td>
<td align="center" width="3%" height="20"> </td>
<td class="table-you" align="left" width="70%" height="20"><% =rs("sm")%></td>
</TR>
</table>
</div>
<%
rs.close
set rs=nothing
%>

⌨️ 快捷键说明

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