📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>学生学籍管理系统MX</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="home.css" rel="stylesheet" type="text/css">
<script language=javascript>
function CheckForm()
{
if(document.Login.UserName.value=="")
{
alert("请输入用户名!");
document.Login.UserName.focus();
return false;
}
if(document.Login.PassWord.value == "")
{
alert("请输入密码!");
document.Login.PassWord.focus();
return false;
}
}
function ClearForm()
{document.Login.UserName.value = "";
document.Login.PassWord.value = "";
}
</script>
</head>
<body topmargin="0">
<!--#include file="index_top.asp"-->
<TABLE width=760 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD>您现在的位置:<a href="http://cqzx.sdedu.net/sdms/Index.asp"> 学生学籍管理系统MX </a>>>> <a href="http://cqzx.sdedu.net/sdms/Index.asp">首页</a></TD>
<TD width="150" align="right" valign="middle"> <script language=JavaScript src="images/date.js"></script>
</TD>
<TD width="26"><IMG height=16 src="images/wan.gif" width=26></TD>
<TD width="170" bgColor=#e2e2e1></TD>
</TR>
</TBODY>
</TABLE>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<TD width=1 background="images/dotLine_h.gif"><IMG src="images/shim(1).gif" width=1></TD>
<td width="190" align="center" valign="top" bgcolor="#ffffdd"><TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=bottom height=26><IMG height=23
src="images/loginTitle.gif" width=170></TD>
</TR>
</TBODY>
</TABLE>
<table width=170 border="1" cellpadding="0" cellspacing="0" bordercolor="#56B02B">
<tbody>
<tr>
<td bordercolor="#FFFFFF" bgcolor=#ffffff>
<%if Session("MM_UserName")="" then %>
<table width="100%" cellspacing="5" bgcolor="#FFFFFF">
<form name="Login" onSubmit="return CheckForm()" action="Login.asp" method="Post">
<tr>
<td align=right>用户名:</td>
<td><input name="UserName" size="12" > </td>
</tr>
<tr>
<td align=right>密 码:</td>
<td><input type=password size="12" name="PassWord">
</td>
</tr>
<tr align=center>
<td colspan="2" height="30"> <input name="submit" type="image" src="images/buttonlogin.gif" width="52" height="18">
<a href='javascript:ClearForm()'><img src="images/buttonclear.gif" alt="清除" name="clear" width="52" height="18" border="0"></a>
</td>
</tr>
</form>
</table>
<%else%>
<table width="100%" cellspacing="5" bgcolor="#FFFFFF">
<tr>
<td align=right>用户名:</td>
<td><%response.write Session("MM_UserName")%></td>
</tr>
<tr>
<td align=right>密 码:</td>
<td>********</td>
</tr>
<tr>
<td align=right>身 份:</td>
<td>
<%
if Session("MM_UserAuthorization")="1" then
response.write "管理员"
else
response.write "普通用户"
end if
%>
</td>
</tr>
<tr align="center">
<td height="30" colspan="2"><a href="Logout.asp">【注销登录】</a></td>
</tr>
</table>
<%end if%>
</td>
</tr>
</table>
<table width="100%" height="10" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<Iframe src="http://cqzx.sdedu.net/sdms/index_left.asp" width="190" height="350" marginheight="0" marginwidth="0" scrolling="NO" frameborder="0" name="left"></iframe>
</td>
<td width=1 bgColor=#669933><IMG src="images/shim(1).gif" width=1></td>
<td width="396" valign="top">
<Iframe src="http://cqzx.sdedu.net/sdms/index_main.asp" width="396" height="540" marginheight="0" marginwidth="0" scrolling="NO" frameborder="0" name="main"></iframe>
</td>
<TD width=1 background="images/dotLine_h.gif"><IMG src="images/shim(1).gif" width=1></TD>
<td width="170" valign="top">
<Iframe src="http://cqzx.sdedu.net/sdms/index_right.asp" width="170" height="540" marginheight="0" marginwidth="0" scrolling="NO" frameborder="0" name="right"></iframe>
</td>
<TD width=1 background="images/dotLine_h.gif"><IMG src="images/shim(1).gif" width=1></TD>
</tr>
<tr>
<TD height="1" colspan="7" background="images/dotLine_w.gif"><IMG height=1 src="images/shim(1).gif" width=100></TD>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<Iframe src="http://cqzx.sdedu.net/sdms/CopyRight.asp" width="760" height="200" marginheight="0" marginwidth="0" scrolling="NO" frameborder="0" name="CopyRight"></iframe>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -