📄 loginleftframe.asp
字号:
<!--#include file="conn.asp"--><html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>登陆</title>
<base target="fraLeftFrame">
<link rel="stylesheet" type="text/css" href="css.css">
<script>
function switchSysBar1(){
if (switchPoint1.innerText=="考试登陆:"){
switchPoint1.innerText="考试登陆"
}else{
switchPoint1.innerText="考试登陆:"
}}
</script>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF" style="background-color: #799AE1">
<form method="POST" action="checkusr.asp">
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="157" id="AutoNumber1" height="148">
<tr>
<td bgcolor="#799AE1" height="54" width="319"></td>
</tr>
<tr>
<td class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; bgcolor="#799AE1" onclick="switchSysBar1()" style="height: 25" background="images/admin_left_3.gif" width="390" >
<b><font size="2" color="#215DC6"><span id="switchPoint1">考试登陆</span></font></b>
</td>
</tr>
<tr>
<td width="390" height="17" bgcolor="#D6DFF7" >
<table id="first" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="154" height="119">
<tr>
<td colspan="2" height="12" width="154" bgcolor="#D6DFF7">
<p align="center"><font color="#FF0000">
<%
if request("temp")="error1" then
%>用户尚未审核!<%
end if
%> <%
if request("temp")="error" then
%>用户名或者密码错误!<%
end if
%> <%
if request("temp")="notadmin" then
%>你不是系统管理员!<%
end if
%></font></td>
</tr>
<tr>
<td height="32" width="86" bgcolor="#D6DFF7">
<p align="right"> 准考证号:</td>
<td height="32" width="68" bgcolor="#D6DFF7"><input type="text" name="username" size="10" class="s01"></td>
</tr>
<tr>
<td height="24" width="86" bgcolor="#D6DFF7">
<p align="right"> 密 码:</td>
<td height="24" width="68" bgcolor="#D6DFF7"><input type="password" name="pwd" size="10" class="s01"></td>
</tr>
<tr>
<td colspan="2" height="20" width="154" bgcolor="#D6DFF7">
<p align="center"><input type="checkbox" name="kind" value="A">系统管理员</td>
</tr>
<tr>
<td colspan="2" height="62" width="154" bgcolor="#D6DFF7">
<p align="center">
<input border="0" value="登 陆" name="I1" type="submit" class="s02">
<input type="reset" value="重 置" name="B1" class="s02" ><p align="center">
<% if islogin=1 then %><a href="register.asp" target="fraRightFrame2"> 注册新用户</a><%end if%></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<%
response.write "<br><center>访问总人数<font color=#FF0000>"& session("elt_totalpeople") &"</font>人</center>"
response.write "<br><center> <a class=banquan target=_blank href=http://www.8mz.126.com>8mz.126.com软件公司</a><font color=red>版权所有</font></center>" %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -