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

📄 addleader.asp

📁 学生管理功能: 1.添加单个成绩 2.批量添加成绩 3.通过搜索并修改与删除
💻 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="5" valign="top"><!--#include file="adminleft.asp"--></td>
    
  </tr>

  <tr>
    <td height="20" align="center" valign="bottom" background="">&nbsp;</td>
  </tr>
  <tr>
    <td height="39" align="center" valign="bottom" background=""></td>
  </tr>
  <tr>
    <td align="center" valign="top" background=""><table width="95%" 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=1
		    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=Addleader.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 + -