?? sys_confirm.asp
字號:
<!--插入html頭部分以及數據庫接口-->
<!--#include file="in_conn.asp"-->
<body>
<!--插入網站置頂-->
<% if u_name="" then
Response.Redirect "log_err.asp"
else
%>
<!--#include file="in_topmb.asp"-->
<% end if %>
<%
if u_power<2 OR u_name<>DEF_sysadm then
Response.Redirect "resp.asp?cmd=adm_bigpower"
end if
IF Session("sys")=DEF_sysadm THEN
Response.Redirect "sys.asp"
END IF
%>
<table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" class="rdbar"><tr>
<td width="100%" height="100%">
<a href="index.asp">[首頁]</a>-<a href="sys.asp">后臺維護</a>-<font class="ft1">安全登錄</font>
</td>
</tr></table>
<table align="center" width="700" height="101" border="0" cellspacing="0" cellpadding="6" class="rdd">
<tr>
<td width="150" valign="top" class="rdk2">
<!--插入左部分-->
<!--#include file="in_sys_left.asp"-->
</td>
<td valign="top">
<%
if Request.QueryString("err")="yes" then
%>
<img src="img/jjerr.gif" border="0"><font color="red"><b>登錄失敗,您的輸入信息不正確,請重新確認登錄!!</b></font><br>
<%
end if
%>
<font color="red"><b>**</b></font>為了后臺安全,必須以班級總管的身份重新確認,請輸入相應的班級<font color="red"><b>總管名字</b></font>與<font color="red"><b>密碼</b></font>
<form name="fmsyslog" method="post" action="sys.asp" >
<table width="200" border="0" cellspacing="0" cellpadding="0" class="intbl" style="padding-left:6px; padding-top:1px;">
<tr><td width="100%">
名字: <input type="text" name="slogname" size="18" maxlength="8" class="kong">
</td></tr>
<tr><td width="100%">
密碼: <input type="password" name="slogpwd" size="19" maxlength="14" class="kong">
</td></tr>
<tr><td width="100%">
<div align="left">
<br><input type="submit" name="cmdsok" value="確 認 登 錄" class="an">
<input type="reset" name="btncz" value="重 置" class="an">
</div>
</td></tr>
</table>
</form>
</td>
</tr>
</table>
<!--插入在線統計-->
<!--#include file="in_online.asp"-->
<!--插入網站置底-->
<!--#include file="in_bottom.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -