📄 regbody.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-logic.tld" prefix="logic"%>
<table style="border-collapse: collapse" cellpadding=0 width=743
border=0>
<tbody>
<tr>
<td width=743 height=48>
<p><b><bean:message key="user.new.registration" /></b></p>
</td>
</tr>
<tr>
<td align=center>
<table style="border: 1px solid #C0C0C0" cellspacing=0 cellpadding=5
width="90%" border=0>
<html:form action="/regAction">
<logic:messagesPresent>
<html:messages id="error">
<tr>
<bean:write name="error" />
</tr>
</html:messages>
</logic:messagesPresent>
<tbody>
<tr>
<td align=right width=150> <bean:message
key="user.registration.user.name" /></td>
<td><html:text property="name"></html:text></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.password" /></td>
<td><html:password property="password" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.password.confirm" /></td>
<td><html:password property="passwordConfirm" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.email" /></td>
<td><html:text property="email" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.address" /></td>
<td><html:text property="address" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.phone" /></td>
<td><html:text property="telephone" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.postcode" /></td>
<td><html:text property="postCode" /></td>
</tr>
<tr>
<td align=right width=150> <bean:message
key="user.registration.realname" /></td>
<td><html:text property="realName" /></td>
</tr>
<tr>
<td align=right width=150><html:submit>
<bean:message key="button.submit" />
</html:submit></td>
<td><html:reset>
<bean:message key="button.reset" />
</html:reset></td>
</tr>
<tr>
<td align=right width=150></td>
<td></td>
</tr>
</html:form>
</tbody>
</table>
</tbody>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -