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

📄 register.jsp.bak

📁 bbs struts
💻 BAK
字号:
<%@ page contentType="text/html;charset=UTF-8" language="java" errorPage="error.jsp"%>
<%@ include file="struts.jsp"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>
<html><head></head>
<body><html:errors/>

<TABLE width="98%" align="center" cellPadding=0 cellSpacing=0>
         <TD height="88" colSpan=6 align=middle> <TABLE cellSpacing=0 cellPadding=0>
              
                  <TR> 
                 
                    <TD align=left width="98%"class="mid_top_background_pic"><P><B>用户注册</B></P></TD>
                    <TD width="1%"><html:img page="/images/catbgr.gif" hspace="0" align="right"/></TD>
                  </TR>
               
              
                      <!--
						创建用户
					-->
                      <table width="98%" height="180" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
                       
                            <!--
								用户注册时的错误信息
							-->
                            <!--
								当用户提交的用户名已经存在的时候显示的信息
							-->  
                         
                        <html:form action="/RegisterAction" method="post" "> 
                        
                        <tr> 
                          <td width="50%" align="right">&nbsp;用户名 &nbsp;
                            :</td>
                          <td width="50%">&nbsp;<html:text property="usrName" />&nbsp;&nbsp;<font color="#FF0000">*       " * "为必填字段</font></td>
                        </tr>
                        <tr> 
                          <td height="10%" align="right">&nbsp;密 码 &nbsp;(密码长度不得低于6个字符,超过20位字符,不能使用中文)  &nbsp;:</td>
                          <td>&nbsp;<html:password property="usrPasswd" />&nbsp;&nbsp;<font color="#FF0000">*</font></td>
                        </tr>
                        <tr> 
                          <td height="10%" align="right">&nbsp;重 复 一 次 密 码 &nbsp;(两次输入的密码要求一致) &nbsp;:</td>
                          <td>&nbsp;<html:password property="usrPasswd2" />&nbsp;&nbsp;<font color="#FF0000">*</font></td>
                        </tr>
                        <tr> 
                          
                        <tr> 
                          <td align="right">&nbsp;用户Email &nbsp;(注意E-mail的格式:youremail@youdomain.com) &nbsp;:</td>
                          <td>&nbsp;<html:text property="usrEmail" />&nbsp;&nbsp;<font color="#FF0000">*</font></td>
                        </tr>
                        
                        <tr align="center"> 
                          <td colspan="2"> <html:submit />
                            <html:reset />
                          </td>
                        </tr>
                        </html:form> </table></TD>
                  </TR>
               
      </TABLE></td>
  </tr>
</table>

⌨️ 快捷键说明

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