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

📄 login.jsp

📁 SSH 开发网上订餐系统。由于SSH相关包太大不方便上传。请自行导入。
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" language="java"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
<!--
.STYLE2 {font-size: 12px}
.STYLE3 {
	font-size: 12px;
	color: #FF6600;
	font-family: "����ϸ��";
	font-weight: lighter;
}
#form1 .STYLE2 {
	font-weight: lighter;
	color: #000000;
}
.STYLE6 {font-size: 12px; color: #FF0000; }
.STYLE7 {color: #FF0000}
-->
</style>
</head>



<body>
<table width="888" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="888" height="269" align="left" valign="top" scope="row"><table width="882" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <th colspan="2" align="left" scope="row"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <th height="44" align="left" background="images/logintable/reg_04.gif" scope="row"><img src="images/logintable/reg_03.gif" width="147" height="44" hspace="0" /></th>
            </tr>
        </table></th>
        <th height="32" align="left" scope="row"><img src="images/logintable/reg_05.gif" width="7" height="44" /></th>
      </tr>
      <tr>
        <th width="11" valign="top"  scope="row"><img src="images/logintable/table-left.gif" width="7" height="278"/></th>
        <th width="863" height="212" align="left" valign="top" scope="row">
		<html:form action="/login">
          <table width="859" height="201" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <th width="867" height="201" align="center" valign="top" scope="row"><table width="713" height="121" border="0" cellpadding="6" cellspacing="8">
                  <tr>
                    <th width="703" scope="row" ><span class="STYLE6">欢迎注册</span><br /></th>
                  </tr>
                  <tr>
                    <th height="22" class="STYLE2" scope="row"><span class="STYLE6"><img src="images/thumbsup.gif" width="18" height="18" /></span>请正确的填写用户名和密码</th>
                  </tr>
                  <tr>
                    <th scope="row" align="left"><span class="STYLE2"><span class="STYLE7"></span>&nbsp;用户名 :</span>
                      <label>
                      <html:text property="username"/>
                      <span class="STYLE2"></span></label></th>
                  </tr>
                  <tr>
                    <th scope="row" align="left"><span class="STYLE2"><span class="STYLE7">&nbsp;</span>密码</span>&nbsp; :                       <html:password property="password"/>
                      <span class="STYLE2"></span></th>
                  </tr>
              </table>
                <table width="721" height="42" border="0" cellpadding="6" cellspacing="8">
                  <tr>
                    <th height="26" scope="row"><label>
                      <input type="submit" name="Submit2" value="登陆" />
                    </label>
                      <label>
                      <input type="reset" name="Submit3" value="返回" />
                      </label></th>
                  </tr>
                </table></th>
            </tr>
          </table>
          </html:form>          </th>
        <th width="10" align="right" valign="top" background="images/logintable/table-right.gif" scope="row">&nbsp;</th>
      </tr>
      
      
      
      <tr>
        <th height="13" valign="top" scope="row"><img src="images/logintable/reg_09.gif" width="11" height="13" hspace="0" vspace="0" /></th>
        <th height="13" align="left" valign="top" scope="row"><img src="images/logintable/reg_10.gif" width="863" height="13" /></th>
        <th height="13" valign="top" scope="row"><img src="images/logintable/reg_12.gif" width="7" height="13" /></th>
      </tr>  
    </table></th>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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