?? admin_index_left.asp
字號(hào):
<%option explicit%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新視點(diǎn)在線(xiàn)考試系統(tǒng)-后臺(tái)管理</title>
<link href="admin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #39867B;
}
-->
</style>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<br>
<table width="170" align="center" bgcolor="#FFFFFF" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tdbg" align="center">
<strong>登錄信息</strong>
</td>
</tr>
<tr>
<td class="tdbg" align="left">
登錄名稱(chēng):<%=request.cookies("aoyi")("adminname")%><br>
權(quán)限級(jí)別:
<%
if request.cookies("aoyi")("adminname") = "" then
response.write "<font color='#BB7700'>未登錄</font>"
elseif request.cookies("aoyi")("adminname") = "admin" then
response.write "<font color='#0000FF'>超級(jí)管理員</font>"
else
response.write "<font color='#0000FF'>普通管理員</font>"
end if
%><br>
<a href="admin_modifypwd.asp" target="main">修改密碼</a>
<a href="admin_logout.asp" target="_top">退出登錄</a>
</td>
</tr>
</table>
<br>
<table width="170" align="center" bgcolor="#FFFFFF" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tdbg" align="center">
<strong> 操 作 面 板 </strong>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>操作員檔案</strong><br>
<a href="admin_admin.asp" target="main">操作員管理</a> | <a href="admin_admin.asp?action=add" target="main">添加</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>課程檔案</strong><br>
<a href="admin_course.asp" target="main">課程檔案管理</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>試題檔案</strong><br>
<a href="admin_subject.asp" target="main">試題檔案管理</a> | <a href="admin_subject.asp?action=add" target="main">添加</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>考試計(jì)劃</strong><br>
<a href="admin_project.asp" target="main">考試計(jì)劃管理</a> | <a href="admin_project.asp?action=add" target="main">添加</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>考生檔案</strong><br>
<a href="admin_student.asp" target="main">考生管理</a> | <a href="admin_student.asp?action=add" target="main">添加</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>成績(jī)管理</strong><br>
<a href="admin_examscore.asp" target="main">老師閱卷</a> | <a href="print_examscore.asp" target="main">成績(jī)打印</a>
</td>
</tr>
<tr>
<td class="tdbg">
<strong>試卷管理</strong><br> <a href="print_paper.asp" target="main">查看試卷</a>
</td>
</tr>
<tr>
<td class="tdtbg">
<strong>版權(quán)信息</strong><br>
程序制作: <font color="red">合肥學(xué)院</font>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -