index.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:5k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <html>
- <head>
- <title>管理员登录</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link rel="stylesheet" href="Admin_Style.css">
- <script language=javascript>
- <!--
- function SetFocus()
- {
- if (document.Login.UserName.value=="")
- document.Login.UserName.focus();
- else
- document.Login.UserName.select();
- }
- function CheckForm()
- {
- if(document.Login.UserName.value=="")
- {
- alert("请输入用户名!");
- document.Login.UserName.focus();
- return false;
- }
- if(document.Login.Password.value == "")
- {
- alert("请输入密码!");
- document.Login.Password.focus();
- return false;
- }
- }
- function CheckBrowser()
- {
- var app=navigator.appName;
- var verStr=navigator.appVersion;
- if (app.indexOf('Netscape') != -1) {
- alert("你使用的是Netscape浏览器,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
- }
- else if (app.indexOf('Microsoft') != -1) {
- if (verStr.indexOf("MSIE 3.0")!=-1 || verStr.indexOf("MSIE 4.0") != -1 || verStr.indexOf("MSIE 5.0") != -1 || verStr.indexOf("MSIE 5.1") != -1)
- alert("您的浏览器版本太低,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
- }
- }
- //-->
- </script>
- <style type="text/css">
- <!--
- .STYLE1 {color: #FF0000}
- #Layer1 {
- position:absolute;
- left:649px;
- top:362px;
- width:478px;
- height:68px;
- z-index:1;
- }
- a:link {
- color: #FF0000;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #FF0000;
- }
- a:hover {
- text-decoration: underline;
- color: #FF0000;
- }
- a:active {
- text-decoration: none;
- color: #FF00FF;
- }
- .STYLE6 {
- font-size: 18px;
- color: #0000FF;
- }
- -->
- </style>
- </head>
- <body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
- p建站系统
- <p> </p>
- <p> </p>
- <p><form name="Login" action="admin.asp" method="post" target="_parent" onSubmit="return CheckForm();">
- <table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
- <tr>
- <td width="125" height="39" background="Images/admin_login_2.gif"><img src="Images/admin_login_1.gif" width="125" height="39"></td>
- <td background="Images/admin_login_2.gif"> </td>
- <td background="Images/admin_login_2.gif"><img src="Images/admin_login_3.gif" width="189" height="39"></td>
- <td colspan="2" valign="bottom" background="Images/admin_login_2.gif"><MARQUEE scrollAmount=1 scrollDelay=4 width=300 align="left" onMouseOver="this.stop()" onMouseOut="this.start()">
- <font color="#999999">欢迎您使用掌上校园-仿帝国系统!后台管理页面需要屏幕分辨率为</font> <font color="#FF9900"><strong>1024*768</strong></font> <font color="#999999">或以上才能达到最佳浏览效果! 需要浏览器为</font> <font color="#FF9900"><strong>IE5.5</strong></font> <font color="#999999">或以上版本才能正常运行!!!掌上校园精心整理收集于互联网!wap.cnscu.cn</font>
- </marquee></td>
- </tr>
- <tr>
- <td width="125" height="166" background="Images/admin_login_45.gif"> </td>
- <td width="49" background="Images/admin_login_45.gif"> </td>
- <td width="204" background="Images/admin_login_45.gif"><span class="STYLE1">欢迎使用<span class="STYLE6"><a href="http://www.cnscu.cn" target="_blank">掌上校园</a></span>仿帝国系统!</span></td>
- <td width="394" background="Images/admin_login_45.gif">
- <table width="300" border="0" cellspacing="8" cellpadding="0">
- <tr>
- <td align="right"><span class="Glow">用户名称:</span></td>
- <td colspan="2"><input name="UserName" type="text" id="UserName4" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
- </tr>
- <tr>
- <td align="right"><span class="Glow">用户密码:</span></td>
- <td colspan="2"><input name="Password" type="password" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
- </tr>
- <tr>
- <td colspan="3"> <div align="center">
- <input type="submit" name="Submit" value=" 确 认 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
-
- <input name="reset" type="reset" id="reset" value=" 清 除 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
- <br>
- </div></td>
- </tr>
- </table>
- </td>
- <td width="271" background="Images/admin_login_45.gif"> </td>
- </tr>
- <tr>
- <td height="41" colspan="3" align="right" background="Images/admin_login_22.gif">.</td>
- <td colspan="2" align="right" background="Images/admin_login_22.gif"><img src="Images/admin_login_5.gif" width="125" height="41"></td>
- </tr>
- </table>
- </p> <br>
- </form>
- <script language="JavaScript" type="text/JavaScript">
- CheckBrowser();
- SetFocus();
- </script>
- </body>
- </html>