<html>
<head>
<title>管理登陆</title>
<meta name="copyright" content="个人网页"/>
<meta http-equiv="Content-Type" content="text/html" />
<meta http-equiv="Content-Language" content="text" />
<style type="text/css">
<!--
body,td,th {font-family: 宋体, Arial;font-size: 12px;}
body{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-highlight-color:#00000;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#ffffff; }
a {font-size: 12px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
-->
</style>
<script language=javascript>
function checkform() {
if(form_add.admin_name.value==""){
alert("\用户名不能为空!");
return false;
}
if(form_add.admin_password.value==""){
alert("\密码不能为空!");
return false;
}
return true;
}
</script>
</head>
<body bgcolor="#c1f7d8"><hr>
<div align="center"><b>管理员入口</b></div>
<hr>
<form name="form_add" action="admin_check.asp" method="post" onSubmit="return checkform();">
<table align="center" cellpadding="0" width="251" height="114" style="border-collapse: collapse" border="1" bordercolor="#6699FF">
<tr>
<td height="32" width="249" style="font-family: 宋体, Arial; font-size: 12px" colspan="2" bgcolor="#E6E6E6">
<p align="center">请输入用户名和密码</td>
</tr>
<tr>
<td height="40" width="55" style="font-family: 宋体, Arial; font-size: 12px">
<p align="center">用户名</td>
<td height="40" width="192" align="center">
<p>
<input type="text" name="admin_name" class="input" size="24" style=" border:1px solid #FFFFFF; background-color:#E6E6E6;width:155; height:18; font-size:12px; font-family:宋体"></td>
</tr>
<tr>
<td height="41" width="55" style="font-family: 宋体, Arial; font-size: 12px">
<p align="center">密 码</td>
<td height="41" width="192" align="center">
<p>
<input type="password" name="admin_password" class="input" size="20" style=" border:1px solid #FFFFFF; background-color:#E6E6E6; width:155; height:18"></td>
</tr>
</table>
</div></p>
<p align="center"><input type="submit" value="提交" name="submit" style="border: 1px solid #C0C0C0; background-color: #E6E6E6"> <input type="reset" value="清除" name="reset" style="border: 1px solid #C0C0C0; background-color: #E6E6E6"></p>
</form>
</body>
</html>