六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 118|回复: 0

shop9\WebRoot

[复制链接]

升级  33.33%

28

主题

28

主题

28

主题

秀才

Rank: 2

积分
100
 楼主| 发表于 2013-2-7 20:50:41 | 显示全部楼层 |阅读模式
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="/css/css.css" rel="stylesheet" type="text/css">
<!--<base target="main"> -->
<style type="text/css">
<!--
.style2 {font-size: 12pt}
-->
</style>
<SCRIPT language=JavaScript src="/js/FoshanRen.js"></SCRIPT>
<script language="JavaScript">
<!--
function verifyForm(objForm){
if (trim(objForm.userName.value)==""){
alert("用户名不能为空!");
objForm.userName.focus();
return false;
}
if (trim(objForm.password.value)==""){
alert("密码不能为空!");
objForm.password.focus();
return false;
}
return true;
}
function locateparentwindow(){
if (window.parent!=null && window.parent.document.URL!=document.URL){
window.parent.location= document.URL;
}
}

//-->
</script>
</head>

<body >
<form name="AdministratorForm" method="post" action="/Administrator/Login.go">
  <p> </p>
  <br>
  <TABLE align="center" cellSpacing=0 cellPadding=0 width=555 border=0 style="border-collapse: collapse" bordercolor="#111111">
    <TBODY>
      <TR>
        <TD width="588"><TABLE align="center" cellSpacing=0 cellPadding=0 width=558 border=0 style="border-collapse: collapse" bordercolor="#111111">
            <TBODY>
              <TR>
                <TD vAlign=top width="360" height="104">
                    <table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr>
                        <td colspan="2"><img src="/images/admin/Admin_Login1.gif" width="600" height="126"></td>
                      </tr>
                      <tr>
                        <td width="508" valign="top" background="/images/admin/Admin_Login2.gif"><table width="508" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td height="37" colspan="6"> </td>
                            </tr>
                            <tr>
                              <td width="75" rowspan="2"> </td>
                              <td width="126"><font color="#043BC9">用户名称:</font></td>
                              <td width="39" rowspan="2"> </td>
                              <td width="131"><font color="#043BC9">用户密码:</font></td>
                              <td width="34"> </td>
                              <td width="103"> </td>
                            </tr>
                            <tr>
                              <td><input type="text" name="userName" maxlength="30" size="30" value="" class="box1"></td>
                              <td><input type="password" name="password" maxlength="30" size="30" value="" class="box1"></td>
                              <td> </td>
                              <td> </td>
                            </tr>
                        </table></td>
                        <td><input type="image" name="Submit" src="/images/admin/Admin_Login3.gif" style="width:92px; HEIGHT: 126px;"></td>
                      </tr>
                    </table>
                </TD>
              </TR>
            </TBODY>
        </TABLE></TD>
      </TR>
    </TBODY>
  </TABLE>
</form>
</body>
</html>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表