📄 login.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ include file="../common/taglibs.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head>
<%@ include file="../common/header.jsp" %><script type="text/javascript" src="include/js/login.js"></script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>登录</title></head><body>
<%@ include file="../common/menu.jsp" %>
<html:errors/>
<html:form action="Login">
<table align="center">
<app:title inputTitle="用户登录"></app:title> <tr>
<td>
<h5><bean:message key="addressbook.UserName"/></h5>
</td>
<td>
<html:text property="userName"></html:text>
</td>
</tr>
<tr>
<td>
<h5><bean:message key="addressbook.Password"/></h5>
</td>
<td>
<html:password property="password"></html:password>
</td>
</tr>
<tr>
<td align="center">
<html:submit onclick="return validate();"></html:submit>
</td>
<td align="center">
<html:reset></html:reset>
</td>
</tr>
</table>
</html:form>
<%@ include file="../common/footer.jsp" %>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -