?? index.asp
字號(hào):
<%@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>在線作業(yè)系統(tǒng)</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">系統(tǒng)狀態(tài):[<%if Is_open then
response.write "正常"
else
response.write "關(guān)閉"
end if
%>]</td>
</tr>
<tr>
<td>已有<%=reg_number%>人注冊(cè),當(dāng)前<%=application("activeUser")%>人在線</td>
</tr>
<tr>
<td>注冊(cè)
<%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>驗(yàn)證碼:</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">注冊(cè)</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -