📄 login.jsp
字号:
<%@page contentType="text/html;charset=GB2312"%>
<%@taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<html>
<body>
<hr/>
<table border="0" width="100%" bgcolor="#879097"><tr><td>
</td></tr>
</table><hr/>
<center>
<table border="0" width="90%" ><tr>
<td><html:image src="image/tonight.jpg"/></td>
<td>
<center><h1><font color="blue"><bean:message key="login_title"/>
</font></h1></center>
</td>
<td><html:image src="image/tonight.jpg" align="right"/>
</td>
</tr></table>
</center><hr/>
<center>
<table border="0" width="100%" bgcolor="#879097"><tr><td>
</td></tr></table><hr/><p> </p>
<html:form action="/jsp/login.do" method="post">
<table border="3" bordercolor="#9DA4A9" cellspacing="2" width="50%">
<tr>
<td align="center">
<center><h3><bean:message key="login_name"/></h3></center>
</td>
<td align="center">
<html:text property="name"/>
</td>
</tr>
<tr>
<td align="center">
<center><h3><bean:message key="login_password"/></h3></center>
</td>
<td align="center">
<html:password property="password" redisplay="false"/>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<html:submit style="font-size:16pt"><bean:message key="login_submit"/>
</html:submit>
<input style="font-size:16pt" type="button" value="退出"
name="Submite3"
onclick="javascript:location.href='<%=request.getContextPath()%>/jsp/out.do'">
</td>
</tr>
</table>
<p> </p><p> </p>
<html:errors />
</html:form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -