⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newaccountform.jsp

📁 相信大家不会很陌生的
💻 JSP
字号:
h<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ page contentType="text/html; charset=UTF-8" %>

<jsp:include page="../common/IncludeTop.jsp" flush="true">
   <jsp:param name="title" value="用户注册" />
</jsp:include>



<html:form action="/account/newAccount.shtml" method="post" >

<html:hidden name="accountForm" property="action" value="create" />

<TABLE cellpadding=10 cellspacing=0 align=center border=1 bgcolor=#dddddd><TR><TD>


<FONT color=darkgreen><H3>User Information</H3></FONT>
<TABLE bgcolor="#008800" border=0 cellpadding=3 cellspacing=1 bgcolor=#FFFF88>
<TR bgcolor=#FFFF88><TD>
用户名:</TD><TD><html:text name="accountForm" property="username" />
</TD></TR><TR bgcolor=#FFFF88><TD>
新密码:</TD><TD><html:password name="accountForm" property="password"/>
</TD></TR><TR bgcolor=#FFFF88><TD>
再输密码:</TD><TD> <html:password name="accountForm" property="repeatedPassword"/>
</TD></TR>
</TABLE>

<%@include file="IncludeAccountFields.jsp"%>

</TABLE>

<BR><CENTER>
    <input type="submit" name="createButton" value="创建帐号">
    <input type="submit" name="createButton" value="取 消">

</CENTER>

</html:form>

<%@include file="../common/IncludeBottom.jsp"%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -