📄 adduser.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html"%>
<%@ page isELIgnored="false"%>
<jsp:include page="../banner.jsp"/>
<table border="1" cellpadding="0" cellspacing="0" width="610">
<tr><td colspan="2"><font size="2" color="#000080">
新注册用户
</font></td></tr>
<tr align="center"><td colspan="2"><font color="red"><html:errors/></font></td></tr>
<html:form action="/adduser.do" method="post">
<tr><td align="right"><font size="2" color="#000080">
用户名:</font></td><td width="400">
<html:text property="user_name" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
密码:</font></td><td width="400">
<html:password property="user_password" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
再输入一次密码:</font></td><td width="400">
<html:password property="re_user_password" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
用户真实姓名:</font></td><td width="400">
<html:text property="user_true_name" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
联系地址:</font></td><td width="400">
<html:text property="user_address" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
联系电话:</font></td><td width="400">
<html:text property="user_telephone" size="40"/></td></tr>
<tr><td align="right"><font size="2" color="#000080">
邮政编码:</font></td><td width="400">
<html:text property="user_postalcode" size="40"/></td></tr>
<html:hidden property="user_role" value="1"/>
<tr><td colspan="2" align="center">
<html:submit value="提交"/>
</td></tr>
</html:form>
</table>
<jsp:include page="../bottom.jsp"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -