📄 index.php
字号:
<?php
include('../inc/yzcode.inc.php');
if(isset($_SESSION["agent"])) unset($_SESSION["agent"]);
?>
<HTML><HEAD><TITLE>管理员登陆</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->
</SCRIPT>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=JScript.Encode src="../images/site.js"></SCRIPT>
<LINK href="../images/site.css" type=text/css rel=StyleSheet><LINK media=print
href="../images/print.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<style type="text/css">
<!--
.style1 {
color: #000000;
font-size: 24px;
}
.STYLE3 {
color: #FFFFFF;
font-size: 24pt;
font-weight: bold;
}
body {
background-color: #456594;
}
-->
</style>
</HEAD>
<BODY language=javascript>
<iframe name=yyes id="yyes" src="" frameBorder="0" width="0" scrolling="no" height="0" ></iframe>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<FORM onSubmit="return checklogin(this)" method=post action=login.php>
<TR>
<TH scope=col>
<TABLE height=45 cellSpacing=0 cellPadding=0 width=600 align=center
border=0>
<TBODY>
<TR>
<TD
background=../img2/ci_tb.gif class="STYLE3">管理员登陆</TD>
</TR>
</TBODY></TABLE>
<TABLE
style="BORDER-RIGHT: #003366 1px solid; BORDER-LEFT: #003366 1px solid"
cellSpacing=0 cellPadding=0 width=600 border=0>
<TBODY>
<TR>
<TD width=217 bgColor=#ffffff>
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0
height=221 width=211
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<PARAM NAME="movie" VALUE="../img2/clubsi.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="menu" VALUE="false">
<embed
src="../img2/clubsi.swf" width="211"
height="221" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" menu="false">
</embed></OBJECT></TD>
<TD vAlign=top bgColor=#ffffff><IMG height=49
src="../img2/ci_m.gif" width=213>
<TABLE cellSpacing=0 cellPadding=2 width=380 border=0>
<TBODY>
<TR>
<TD width="12%">账 号:</TD>
<TD><INPUT name=login onKeyPress="return CheckAccountKey()" size="20" maxLength=18> </TD></TR>
<TR>
<TD>密 码:</TD>
<TD><INPUT name=pass type=password size="20" maxLength=18></TD>
</TR>
<TR>
<TD>验证码:</TD>
<TD><INPUT maxLength=4 size=3 name=code>
<?=$_SESSION["yzcode"]?></TD></TR>
<TR>
<TD> </TD>
<TD><input type="image" src="../images/qrdl_cn.gif" width="70" height="25">
<INPUT style="DISPLAY: none" onClick="window.location.href='../hy_zhuce.asp'" type=button value=" 注册 " name=Submit2></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE height=45 cellSpacing=0 cellPadding=0 width=600 align=center
border=0>
<TBODY>
<TR align=middle>
<TD align=right background=../img2/ci_bb.gif><FONT
face="Arial, Helvetica, sans-serif" color=#cccccc>©System <FONT
size=4>™</FONT> 2007-01-01
2010-12-31</FONT> </TD>
</TR></TBODY></TABLE></TH></TR></FORM></TBODY></TABLE>
<SCRIPT>
if (top!=self) top.location.href=self.location.href;
errmsg="";
if (errmsg!="") {
alert(errmsg);
}
document.all.login.focus();
function checklogin(obj)
{
if (obj.login.value=="") {
alert("请输入帐号!");
obj.login.focus();
return false;
}
if (obj.pass.value=="") {
alert("请输入密码!");
obj.pass.focus();
return false;
}
if (("1"!="") && (obj.code.value=="")) {
alert("请输入验证码!");
obj.code.focus();
return false;
}
return true;
}
</SCRIPT>
</DIV>
<CENTER></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -