📄 xsfkteacher.asp
字号:
<!--#include file="top.asp"-->
<!--#include file="Odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="admin/wangye9pt.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="786" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="188" rowspan="2" valign="top" background="images/lefttiao.jpg"><!--#include file="left.asp"--></td>
<td height="20" colspan="2"><img src="images/righttop.jpg" width="598" height="20"></td>
</tr>
<tr>
<td width="589" height="600" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> </tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<tr>
<td><img src="images/leftbiao3.gif" width="274" height="59"></td>
</tr>
<tr>
<td><div align="center"></div>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"> </td>
<td width="20%"><a href="xsfk.asp"><img src="img/back.gif" width="99" height="25" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="img/xsfkteacher.gif" width="500" height="60"></td>
</tr>
<tr>
<td><span style="color: #FF0000">
<span style="color: #FF0000"><span style="color: #FF0000"><span style="color: #FF0000">
<select name="select3" size="1" id="select4" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 120px; font-size: 12px; color: #000000">
<option selected>请您选择教师院别</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span></span></span></span></td>
<td><span style="color: #FF0000">
<span style="color: #FF0000">
<select name="select" size="1" id="select3" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 120px; font-size: 12px; color: #000000">
<option selected>请您选择教师姓名</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span> </span></td>
<td><span style="color: #FF0000">
<select name="select2" size="1" id="select2" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 155px; font-size: 12px; color: #000000">
<option selected>请您选择教师所授课科目</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="59" height="300" rowspan="3"><div align="center">
</div></td>
<td width="89" height="50" valign="bottom"><div align="left" style="color: #FF0000; font-size: 9pt;">
<div align="center">标题
</div>
</div></td>
<td width="352" valign="bottom"><input name="textfield" type="text" size="36" maxlength="30" ></td>
</tr>
<tr>
<td height="50" colspan="2" valign="bottom"><img src="images/xin.gif" width="32" height="32"><span style="font-size: 9pt; color: #FF0000;">反馈内容</span></td>
</tr>
<tr>
<td colspan="2" valign="bottom"><textarea name="textarea" cols="60" rows="20" class="w9pt"></textarea></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="202" height="50">
<div align="right">
<input type="reset" name="Submit2" value="重置">
</div></td>
<td width="298"><div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table></td>
<td width="9" background="images/rightright.jpg"></td>
</tr>
</table>
</body>
</html>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -