www.gusucode.com > 521yy迷你留言板 1 > 521yy迷你留言板 1.0/51yyfeedback/feedback/admin/admin_login.asp
<!--#include file="../inc/conn.asp" --> <!--#include file="../inc/msg.asp" --> <!--#include file="../inc/js.inc" --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>管理员登陆</title> <link href="../style.css" rel="stylesheet" type="text/css"> </head> <body> <br> <br> <br> <br> <br> <br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><font color="#FFFFFF"><font color=red> </font></font></td> </tr> <tr> <td><table width="452" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC"> <form name="adminform" method="post" action="admin_login.asp"> <tr> <td width="227" bgcolor="#CCCCCC"><font color="#FFFFFF"> 管理员登陆 <font color=red> <% call admin_login() %> </font><font color=red> </font> </font></td> </tr> <tr> <td height="36" bgcolor="#FFFFFF" class="fontline1"> <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="middle"> <td height="19" align="center">用户名: <input name="adminname" type="text" id="adminname2" size="15" maxlength="20"> 密 码: <input name="adminpass" type="password" id="adminpass2" size="15" maxlength="20"> <input class=button_index type="button" name="bubu" value="提 交" onClick="checkna"> <input class=button_index type="button" name="sss" value="取 消" onClick=vbscript:location="/"></td> </tr> </table></td> </tr> </form> </table></td> </tr> <tr> <td height="43" align="center">Copyright © 521yy.com. All Rights Reserved</td> </tr> </table> </body> </html>