?? topadmin_kcs.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> <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> <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> | <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> | <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> </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 + -