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

📄 topadmin_kcs.asp

📁 该成绩管理系统面向学校、教师、学生
💻 ASP
字号:
<!--#include file="inc/js.asp"-->
<table width="898" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="27" background="images/index_01.gif" bgcolor="#376DA4">
<%
  dim menu_i
  response.write"<body onmousemove='HideMenu()'><div id=menuDiv style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px'></div>"&_
                "<table background='images/index_011.gif' border='0' align='right' cellpadding='0' cellspacing='0' height='27'><tr valign='bottom'>"
  for menu_i=1 to menulist_sum
      if menu_i=1 then
	      if menulist_name(menu_i+12)=1 then
              response.write"<td> &nbsp; <a href='"&menulist_name(menu_i+6)&"' target='_blank' onMouseOver='ShowMenu(menulists"&menu_i&",100)'>"&menulist_name(menu_i)&"</a></td>"
		  else
              response.write"<td> &nbsp; <a href='"&menulist_name(menu_i+6)&"' onMouseOver='ShowMenu(menulists"&menu_i&",100)'>"&menulist_name(menu_i)&"</a></td>"
		  end if
	  else
	      if menulist_name(menu_i+12)=1 then
              response.write"<td>&nbsp;| <a href='"&menulist_name(menu_i+6)&"' target='_blank' onMouseOver='ShowMenu(menulists"&menu_i&",100)'>"&menulist_name(menu_i)&"</a></td>"
	      else
              response.write"<td>&nbsp;| <a href='"&menulist_name(menu_i+6)&"' onMouseOver='ShowMenu(menulists"&menu_i&",100)'>"&menulist_name(menu_i)&"</a></td>"
		  end if
	  end if
  next
  response.write"</tr></table>"
%>
	</td>
  </tr>
  <tr>
    <td><img src="images/index_04.gif" width="898" height="25" alt=""></td>
  </tr>
  <tr>
    <td><table width="898" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="294"><%=site_logo%></td>
          <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td height="26" background="images/25175_sub04_06.gif"><table width="88%"  border="0" cellspacing="0" cellpadding="0">
                    <tr class="unnamed3write">
                      <td width="11%"><div align="center"><a href="index.asp" class="unnamed3write">管理统计</a></div></td>
                      <td width="11%"><div align="center"><a href="admin.asp" class="unnamed3write">成绩管理</a></div></td>
                      <td width="11%"><div align="center"><a href="admin_user.asp" class="unnamed3write">学生管理</a></div></td>
                      <td width="11%"><div align="center"><a href="admin_kcs.asp" class="unnamed3write">课程管理</a></div></td>
                      <td width="11%"><div align="center"><a href="admin_class.asp" class="unnamed3write">班级管理</a></div></td>
                      <td width="11%"><div align="center"><a href="admin_login.asp" class="unnamed3write">管理页面</a></div></td>
                      <td width="11%"><div align="center"><a href="admin_function.asp" class="unnamed3write">功能页面</a></div></td>
                      <td width="11%"><div align="center"><a href="logout.asp" class="unnamed3write">退出系统</a></div></td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td height="33"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="445" height="33" background="images/25175_sub02_07.gif"><table width="90%"  border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td width="30"><div align="center"><img src="images/index_10.gif" width="9" height="9" alt=""></div></td>
                            <td><a href="admin_kcs.asp">课程管理</a></td>
                            <td width="25"><div align="center"><img src="images/index_10.gif" width="9" height="9" alt=""></div></td>
                            <td><a href="admin_addkc.asp">批量课程添加</a></td>
                            <td width="25"><div align="center"><img src="images/index_10.gif" width="9" height="9" alt="" /></div></td>
                            <td><a href="admin_connect.asp">任课管理</a></td>
                            <td width="25"><div align="center"><img src="images/index_10.gif" width="9" height="9" alt="" /></div></td>
                            <td><a href="admin_addconnect.asp">任课添加</a></td>
                          </tr>
                      </table></td>
                      <td>&nbsp;</td>
                    </tr>
                </table></td>
              </tr>
          </table></td>
        </tr>
    </table></td>
  </tr>
</table>
<!-- ImageReady Slices (25175_sub2.psd) -->
<!-- End ImageReady Slices -->

⌨️ 快捷键说明

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