⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp

📁 本代码是一个权限管理系统源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"language="java"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>--海恒达远--</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-color: #587CB8;
	border-right-color: #587CB8;
	border-bottom-color: #587CB8;
	border-left-color: #587CB8;
}
.form1_table {
	border-top-color: #587CB8;
	border-right-color: #587CB8;
	border-bottom-color: #587CB8;
	border-left-color: #587CB8;
}
.form1_table_shang {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../resources/images/login.jpg);
}
.STYLE5 {font-size: 12px}
.input_login {
	height: 17px;
	width: 150px;
	margin-left: 10px;
}
-->
</style>
</head>

<body>
<form id="form1" name="form1" method="post" action="Login.do">
  <table width="100%" height="32" border="0">
    <tr>
      <td background="../../resources/images/login.jpg">&nbsp;</td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <table width="295" border="1" align="center" bordercolor="#3C93A7">
    <tr>
      <td><table width="294" height="129" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="" class="form1_table">
        <tr class="form1_table_shang" background="../../resources/images/login.jpg">
          <td height="22" colspan="2" align="center"><span class="STYLE5">系统管理登录</span></td>
        </tr>
<%
		String message = (String)request.getAttribute("message");
		if(message!=null){
%>        
        
        <tr bgcolor="#F0F0F0">
          <td  height="23" align="right" bgcolor="#F0F0F0" class="form1_table_nei" colspan="2"><div align="center" class="STYLE5"><%=message%></div></td>
        </tr>
<%}%>        
        
        <tr bgcolor="#F0F0F0">
          <td width="92" height="23" align="right" bgcolor="#F0F0F0" class="form1_table_nei"><div align="center" class="STYLE5">用户名:</div></td>
          <td width="236" height="23" align="center" bgcolor="#F0F0F0" class="form1_table_nei"><label> </label>
              <div align="left">
                <input name="userName" type="text" class="input_login" size="25" />
            </div></td>
        </tr>
        <tr bgcolor="#F0F0F0">
          <td height="19" align="right" bgcolor="#F0F0F0" class="form1_table_nei"><div align="center" class="STYLE5">密 码:</div></td>
          <td height="19" align="center" bgcolor="#F0F0F0" class="form1_table_nei"><div align="left">
              <input name="password" type="password" class="input_login" size="25" maxlength="20" />
          </div></td>
        </tr>
        <tr bgcolor="#F0F0F0">
          <td height="24" colspan="2" align="center" bgcolor="#F0F0F0" class="form1_table_nei"><label></label>
              <div align="center"> &nbsp;&nbsp;
                  <input type="Submit" name="Submit" value="登录" />
                  <input type="submit" name="Submit2" value="重置" />
            </div></td>
        </tr>
      </table></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p><br />
  </p>
  <p><br />
  </p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p><br />
  </p>
  <table width="100%" height="30" border="0">
    <tr>
      <td background="../../resources/images/loing1.jpg"><div align="center"><span class="STYLE5">Copyright 2006-2007 www.XXX.com.cn</span><br />
      </div></td>
    </tr>
  </table>
  <br />
  <label></label>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -