www.gusucode.com > 新锐领秀网络相册 1.1 > admin/admin_login.asp

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>新锐领秀网络相册系统设置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<link href="../images/admincp/login.css" rel="stylesheet" type="text/css" />
</head>
<script language="JavaScript">
if(self.parent.frames.length != 0) {
	self.parent.location=document.location;
}
function redirect(url) {
	window.location.replace(url);
}
function input_onsubmit() 

{
  if(document.login.username.value=="")
    {
      alert("请填写用户名!")
      document.login.username.focus()
      return false
    }

  if(document.login.pwd.value=="")
    {
      alert("请输入密码!")
      document.login.pwd.focus()
      return false
    }

  if(document.login.v_code.value=="")
    {
      alert("请输入验证码!")
      document.login.v_code.focus()
      return false
    }



}
</script>
<br /><br /><br /><br />
<table width="600" border="0" cellpadding="8" cellspacing="0" class="logintable">
<tr class="loginheader"><td width="80"></td><td width="100"></td><td></td><td width="120"></td><td width="80"></td></tr>
<tr style="height:40px"><td>&nbsp;</td>
<td class="line1"><span style="color:#ffff66;font-size:14px;font-weight: bold;">系统设置</span></td>
<td class="line1">&nbsp;</td>
<td class="line1">&nbsp;</td>
<td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td class="line2">&nbsp;</td><td class="line2">&nbsp;</td><td class="line2">&nbsp;</td><td>&nbsp;</td></tr>
<form name="login" method="post" action="admin_checklogin.asp" onsubmit="return input_onsubmit()"><tr><td>&nbsp;</td><td align="right">用户名:</td><td><input name="username" type="text" id="username" /></td><td>&nbsp;</td>
<td>&nbsp;</td></tr><tr><td>&nbsp;</td><td align="right">密    码:</td><td><input name="pwd" type="password" id="pwd" /></td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr>
  <td>&nbsp;</td>
  <td align="right">验证码</td>
  <td><input name="v_code" type="text" id="v_code" size="10" onKeyUp="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')"></td>
  <td bgcolor="#EEEEEE"><img border="0" src="../include/GetCode.asp" /></td>
  <td>&nbsp;</td>
</tr>
<tr><td>&nbsp;</td><td class="line1">&nbsp;</td><td class="line1" align="center"><input type="submit" class="button" value="提 交" /></form><script language="JavaScript">document.login.username.focus();</script></td><td class="line1">&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td class="line2">&nbsp;</td><td class="line2">&nbsp;</td><td class="line2">&nbsp;</td><td>&nbsp;</td></tr>
<tr><td colspan="5" align="center">Powered by <a href="http://www.0775123.cn" target="_blank" style="color: #fff"><b>Gong</b></a>
&nbsp;&copy; 2007-2008 </td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>
</html>