login.jsp

来自「一个很好的开源项目管理系统源代码」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ include file="../includes/taglibs.jsp"%><form name="appForm" action="login.do" method="post">  <div id="login">    <table>      <tr><td>          <spring:message code="partyCd"/>:        </td>        <td>          <html:text path="command.partyCd" size="15" maxlength="15"/>        </td>      </tr>      <tr>        <td>          <spring:message code="password"/>:        </td>        <td>          <input type="password" name="password" maxlength="15" size="15" value="" />        </td>      </tr>      <tr>        <td>          <input type="submit" value="<spring:message code="button.login" />">        </td>      </tr>    </table>  </div></form><script type="text/javascript">  document.appForm.partyCd.focus();</script>

⌨️ 快捷键说明

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