📄 xuehui.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>添加</title>
</head>
<body>
<%
IF Session("key")<>"ok" THEN
response.redirect "index.asp"
response.end
END IF
%>
<%
Response.Expires=0
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>科目</title>
<link rel="stylesheet" type="text/css" href="1.css">
</head>
<body>
<!--#include file="data.asp"-->
<%
sql="select * from 学会 order by id desc"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align='center'> 还 没 有 任 何 资 料 </p>"
else
%>
<div align="left">
<table border="0" cellspacing="1" width="590" cellpadding="0">
<tr>
<td width="781" height="70" colspan="2">
<p align="center"><font color="#000080">
<span style="font-size: 18.0pt; font-family: 华文中宋">
“两课”教师在相关学会中任职情况</span></font></td>
<%end if%></tr>
<tr>
<td width="1158" height="1" colspan="2">
</td>
</tr>
<tr>
<td width="1058" height="1" colspan="2">
>> 当前位置 > <a target="_self" href="manage.asp">首页</a>
> “两课”教师在相关学会中任职情况</td>
</tr>
<tr>
<td width="160" height="1" rowspan="2">
<p align="center"></p>
</td>
<td width="1001" height="1">
<p align="center"></td>
</tr>
<tr>
<td width="1001" height="108">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" height="1">
<tr>
<td align="center" width="23%" height="1" style="border: 1px solid #800000">
姓名</td>
<td align="center" width="56%" height="1" style="border: 1px solid #800000">
任职情况</td>
<td align="center" width="21%" height="1" style="border: 1px solid #800000">
</td>
</tr> <tr><%do while not rs.eof%>
<td align="center" width="23%" height="1" style="border: 1px solid #800000"><font size="2" color="#000000"><%=rs("姓名")%></font>
</td>
<td align="center" width="56%" height="1" style="border: 1px solid #800000"><%=rs("任职")%></td>
<td align="center" width="21%" height="1" style="border: 1px solid #800000">
<a target="_self" href="editx.asp?id=<%=rs("id")%>"><img border="0" src="images/EDIT.GIF"></a>
<a href="delx.asp?id=<%=rs("id")%>"><img border="0" src="images/delete.gif"></a></td>
</tr><%
rs.movenext
loop
rs.Close
%>
</table>
</td>
</tr>
</table>
</div>
<p align="left"><font face="华文行楷"><br>
</font><font size="5" color="#000080" face="华文新魏"> </font>
<font size="2" color="#000080"> 添加</font></p>
<table align="left" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="69%">
<tr><form method="POST" action="add1.asp">
<td width="13%" align="right" valign="top">
<p align="center"> </td>
<td width="14%" align="right" valign="top">
教师大名:</td>
<td width="73%">
<input type="text" name="name" size="43"></td>
</tr>
<tr>
<td width="13%" align="right" valign="top">
<p align="center"> </td>
<td width="14%" align="right" valign="top">
任职情况:</td>
<td width="73%">
<input type="text" name="notes" size="43"></td>
</tr>
</table>
<p align="left">
<br>
</p>
<p align="left">
</p>
<p align="left">
<input type="submit" value="提交" name="B1"><input type="reset" value="全部重写" name="B2"></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -