📄 newaccount.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html>
<head>
<title><bean:message key="title.newUser"/></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<tiles:insert page="/banner.jsp" flush="false" />
<body>
<html:errors/>
<html:form action="/newUserAction">
<p><bean:message key="prompt.accounInfo"/></p>
<table with="800" border="0">
<tr>
<td width="135"><bean:message key="prompt.userId"/></td>
<td width="655"><html:text maxlength="20" property="userID" size="30"/></td>
</tr>
<tr>
<td><bean:message key="prompt.password"/></td>
<td><html:password maxlength="20" property="password" size="30"/></td>
</tr>
<tr>
<td><bean:message key="prompt.confirmPassword"/></td>
<td><html:password maxlength="20" property="passwordConfirm" size="30"/></td>
</tr>
<tr>
<td><bean:message key="prompt.email"/></td>
<td><html:text maxlength="50" property="email" size="60"/></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<p><bean:message key="prompt.addressInfo"/></p>
<table width="800" border="0">
<tr>
<td width="136"><bean:message key="prompt.realname"/></td>
<td width="654"><html:text maxlength="20" property="realName" size="30" /></td>
</tr>
<tr>
<td><bean:message key="prompt.address"/></td>
<td><html:text maxlength="255" property="addr" size="80"/></td>
</tr>
<tr>
<td><bean:message key="prompt.zip"/></td>
<td><html:text maxlength="10" property="postalCode" size="15"/></td>
</tr>
<tr>
<td><bean:message key="prompt.phone"/></td>
<td><html:text maxlength="20" property="phone" size="25"/></td>
</tr>
</table>
<p>
<html:submit><bean:message key="button.confirm"/></html:submit>
</p>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -