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

📄 login.jsp.svn-base

📁 spring+hibernate做的网上订餐系统
💻 SVN-BASE
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<html>
<head>
<title>128kc</title>
<%@ include file="meta.jsp"%>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
	marginheight="0">
<script>home();</script>
<%@ include file="incSearchBar.jsp"%>
<spring:bind path="member.*">
<c:if test="${!empty status.errorMessages}">
<table width="778"  border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="info1">
  <c:forEach var="error" items="${status.errorMessages}">
      <li><c:out value="${error}" escapeXml="false"/></li>
  </c:forEach>
</div>
</td>
</tr>
</table>
</c:if>
</spring:bind>
<table width="778"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="10"></td>
  </tr>
</table>
<table width="778" border="0" align="center">
  <tr>
    <td><table width="100"  border="0" cellpadding="0" cellspacing="0">
      <tr align="center">
        <td colspan="3"><img src="images/login_top.gif" width="193" height="31"></td>
      </tr>
      <form method="post" action="<c:url value="/login.jspx"/>">
	<c:if test="${!empty signonForwardAction}">
	<input type="hidden" name="forwardAction" value="<c:url value="${signonForwardAction}"/>"/>
	</c:if>
      <tr>
        <td width="1" bgcolor="#D9D9D9"></td>
        <td width="191"><table width="100%"  border="0" cellspacing="8" cellpadding="0">
            <spring:bind path="member.username">
            <tr>
              <td width="36%"><img src="images/username.gif" width="57" height="20"></td>
              <td width="64%"><input name="username" type="text" class="login_input" style="width:100px" maxlength="12" onfocus="this.className='login_input_focus'" onBlur="this.className='login_input'" value="<c:out value="${status.value}"/>"></td>
            </tr>
            </spring:bind>
			<spring:bind path="member.password">
            <tr>
              <td><img src="images/password.gif" width="57" height="20"></td>
              <td><input name="password" type="password" class="login_input" style="width:100px" maxlength="12" onfocus="this.className='login_input_focus'" onBlur="this.className='login_input'" value=""></td>
            </tr>
            </spring:bind>
            <tr>
              <td>&nbsp;</td>
              <td><input name="image" type="image" class="image_button" onmouseover="this.src='images/login_bt_over.gif'" onmouseout="this.src='images/login_bt.gif'" src="images/login_bt.gif" width="44" height="20">
    &nbsp;<img src="images/reg_bt.gif" width="44" height="20" onmouseover="this.src='images/reg_bt_over.gif'" onmouseout="this.src='images/reg_bt.gif'" class="image_button" onclick="location.href='<c:url value="/reg.jspx"/>'"></td>
            </tr>
            <tr align="center">
              <td colspan="2"><img src="images/login_arrow.gif" width="11" height="11">忘记密码?从这里取回密码。</td>
            </tr>
        </table></td>
        <td width="1" bgcolor="#D9D9D9"></td>
      </tr>
      <tr>
        <td colspan="3"><img src="images/login_bottom.gif" width="193" height="12"></td>
      </tr>
    </table>    </td>
  <td><img src="images/login_banner.gif" width="575" height="161"></td>
  </tr>
</table>
<table width="778"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30"></td>
  </tr>
</table>
<%@ include file="incCopyright.jsp"%>
</body>
</html>

⌨️ 快捷键说明

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