📄 addcolleague.asp
字号:
<!--#include file="a25175_top.asp"-->
<link href="../25175css_pro.css" rel="stylesheet" type="text/css">
<!--#include file="../Function.asp"-->
<!--#include file="a25175_conn.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table width="970" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="188" rowspan="2" valign="top"><!--#include file="adminleft.asp"--></td>
<td valign="top" background=""><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#ADD7FF">
<tr bgcolor="#FFFFFF">
<td width="31" rowspan="2">ID</td>
<td width="72" height="40" rowspan="2" align="center" valign="middle">内容/删除</td>
<td width="312" colspan="3" align="center">评价标准</td>
<td width="216" colspan="7" align="center">评价分数</td>
</tr>
<tr>
<td width="96" align="center" bgcolor="#FFFFFF">差 </td>
<td width="108" align="center" bgcolor="#FFFFFF">中</td>
<td width="108" align="center" bgcolor="#FFFFFF">优</td>
<td width="36" align="center" bgcolor="#FFFFFF">差</td>
<td width="108" colspan="4" align="center" bgcolor="#FFFFFF">中</td>
<td width="72" colspan="2" align="center" bgcolor="#FFFFFF">优 </td>
</tr>
<% typed=2
strsql="select count(*) as total from content where typed="&typed
set rs=db.execute(strsql)
JISHU=RS("TOTAL")
session("jishu")=jishu
JISHU1=JISHU
strsql="select * From content Where typed="&typed&" order by showid"
set rs=db.execute(strsql)
JISHU=JISHU+1
J=1
do while not rs.eof AND JISHU<>J
content=SPLIT(rs("content"),"*")
score=split(rs("score"),"*")
%>
<tr>
<td width="3%" align="center" bgcolor="#FFFFFF"><%=rs("ShowID")%></td>
<td width="10%" height="40" align="center" bgcolor="#FFFFFF"><%=content(0)%><a href="contentdel.asp?URL=Addcolleague.asp&ID=<%=rs("ID")%>">删除</A> </td>
<td Width="18%" align="center" bgcolor="#FFFFFF"><%=content(1)%></td>
<td Width="18%" align="center" bgcolor="#FFFFFF"><%=content(2)%></td>
<td Width="18%" align="center" bgcolor="#FFFFFF"><%=content(3)%></td>
<%for i=0 to 5
IF I=5 THEN
response.Write "<td width='5%' bgcolor='#FFFFFF'>"&score(i)&"<input type='radio' name="&"RAD"&J&" value="&score(i)&" checked>"&"</td>"
ELSE
response.Write "<td width='5%' bgcolor='#FFFFFF'>"&score(i)&"<input type='radio' name="&"RAD"&J&" value="&score(i)&">"&"</td>"
END IF
NEXT
%>
</tr>
<%J=J+1
rs.movenext
loop%>
</table></td>
</tr>
</table>
</body>
</html>
<!--#include file="../foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -