📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="show_error.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="lockip.asp"-->
<!--#include file="config.asp"-->
<!--#include file="time.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在线作业系统</title>
<link href="eric.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="images/top.gif" width="780" height="110">
<form name="login" method="post" action="check.asp?action=login">
<table width="780" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="243"><table width="200" border="0" align="center" cellpadding="4" cellspacing="1" id="table_02">
<tr>
<td class="white_bold_blue">系统状态:[<%if Is_open then
response.write "正常"
else
response.write "关闭"
end if
%>]</td>
</tr>
<tr>
<td>已有<%=reg_number%>人注册,当前<%=application("activeUser")%>人在线</td>
</tr>
<tr>
<td>注册
<%if Is_reg then
response.write "<img src='images/support.gif' width='17' height='15'>"
else
response.write "<img src='images/unsupport.gif' width='14' height='16'>" end if%></td>
</tr>
<tr>
<td>登陆
<%if Is_login then response.write "<img src='images/support.gif' width='17' height='15'>" else response.write "<img src='images/unsupport.gif' width='14' height='16'>" end if %>
</td>
</tr>
<tr>
<td>上传
<%if Is_upload then response.write "<img src='images/support.gif' width='17' height='15'>" else response.write "<img src='images/unsupport.gif' width='14' height='16'>" end if %>
</td>
</tr>
</table></td>
<td width="175">
<table width="150" border="0" align="center" cellpadding="4" cellspacing="1" id="table_03" height="126">
<tr>
<td class="white_bold_blue" height="20">info:</td>
</tr>
<tr>
<td>今天是:<br> <%response.write out_year & "年" & out_month & "月" & out_day & "日 " & out_weekday %></td>
</tr>
</table></td>
<td width="362" align="right"><table width="308" border="0" align="center" cellpadding="4" cellspacing="1" id="table_01">
<tr>
<td colspan="4" class="white_bold_blue">用户登陆:</td>
</tr>
<tr>
<td width="62">用户名:</td>
<td colspan="3"><input name="user" type="text" class="input_text_01" size="30" maxlength="20"></td>
</tr>
<tr>
<td>密码:</td>
<td colspan="3"><input name="pwd" type="password" class="input_text_01" size="30" maxlength="16">
</td>
</tr>
<tr>
<td>验证码:</td>
<td colspan="3"><input name="confirm" type="text" class="input_text_01" size="24" maxlength="4"><%
randomize
Session("confirmcode")=int((rnd)*(9999-1000+1)+1000)
%>
<span class="confirmcode"><%=session("confirmcode")%></span></td>
</tr>
<tr>
<td><a href="reg.asp" class="red">注册</a></td>
<td width="36"><a href="../help.htm" target="_blank">帮助</a></td>
<td width="57">忘记密码</td>
<td width="116"><span class="red_bold_14pt_link">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</span></td>
</tr>
</table></td>
</tr>
</table>
</form>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="780" height="154" background="images/button.gif"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -