📄 userlogin.jsp
字号:
<%@ page language="java" pageEncoding="GBK" contentType="text/html; charset=GBK"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
<title>用户登录</title>
<meta http-equiv="Content-Type" Content="text/html; charset=gbk">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<div align="center">
<table>
<tr>
<td>
<img src="<%=request.getContextPath()%>/images/logo.gif"
align="middle" alt="<bean:message key="image.adrlogo"/>" />
</td>
</tr>
</table>
<hr>
</div>
<div align="center">
<table>
<tr>
<td>
登陆用户名为(如:杨帆 )密码:(yangfan)
</td>
</tr>
</table>
<hr>
</div>
<html:errors />
<html:form action="userlogin.do" focus="username">
<center>
<table border="1">
<tr>
<td width="40%" align="center">
用户名:
</td>
<td width="60%">
<html:text property="username" />
</td>
</tr>
<tr>
<td align="center">
密 码:
</td>
<td width="60%">
<html:password property="password" size="21" />
</td>
</tr>
<tr>
<td></td>
<td>
<html:submit property="submit" value="登陆"/><html:reset value="重置" />
</td>
</tr>
</table>
</center>
</html:form>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -