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

📄 reg.jsp.svn-base

📁 这是基于spring +hibernate的项目
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
												<td width="8%">&nbsp;</td>
											</tr>
										</table>
										</td>
									</tr>
								</table>
								</td>
							</tr>
						</table>
						<table width="100%" border="0">
							<tr>
								<td>&nbsp;</td>
							</tr>
						</table>
						<table width="100%" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td background="images/reg_info_bg.gif"><img
									src="images/reg_info_2.gif" width="164" height="42"></td>
							</tr>
						</table>
						<table width="100%" height="5" border="0">
							<tr>
								<td></td>
							</tr>
						</table>
						<table width="100%" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td bgcolor="#EEEEEE">
								<table width="100%" border="0" cellpadding="0" cellspacing="1">
									<tr bgcolor="#FFFFFF">
										<td width="24%" height="30" align="right" style="color:#FF6600;font-weight:bold;">真实姓名:</td>
										<td width="76%" height="30">
										<table width="100%" border="0">
											<spring:bind path="member.name">
												<tr>
													<td width="19%"><input name="name" type="text" size="15"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#F8F8F8">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">性 别:</td>
										<td height="30">
										<table width="100%" border="0">
											<tr>
												<td width="19%"><input type="radio" name="sex" value="男"
													<c:if test="${member.sex=='男'}">checked</c:if>>男 <input
													type="radio" name="sex" value="女"
													<c:if test="${member.sex=='女'}">checked</c:if>>女</td>
												<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
												<td width="8%">&nbsp;</td>
											</tr>
										</table>
										</td>
									</tr>
									<tr bgcolor="#FFFFFF">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">生 日:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.birthday">
												<tr>
													<td width="19%"><input name="birthday" type="text"
														size="15" class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'" readonly="true"
														value="<c:out value="${status.value}"/>"><a
														href="javascript:void(0)"
														onclick="if(self.gfPop)gfPop.fPopCalendar(birthday);return false;"
														HIDEFOCUS><img name="popcal" align="absmiddle"
														src="<c:url value="/calendar/calbtn.gif"/>" width="34"
														height="22" border="0" alt=""></a></td>
													<td width="73%" align="left">可能会有特别的礼物送给您!&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#F8F8F8">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">身份证号:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.idcard">
												<tr>
													<td width="19%"><input name="idcard" type="text" size="18"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#FFFFFF">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">所在单位:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.company">
												<tr>
													<td width="19%"><input name="company" type="text" size="50"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#F8F8F8">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">送餐地址:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.address">
												<tr>
													<td width="19%"><input name="address" type="text" size="50"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%" align="left">请填写详细地址!&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#FFFFFF">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">E-mail地址:</td>
										<td>
										<table width="100%" border="0">
											<spring:bind path="member.email">
												<tr>
													<td width="19%"><input name="email" type="text" size="15"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%" align="left">方便我们联系您!&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#F8F8F8">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">电 话:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.tel">
												<tr>
													<td width="19%"><input name="tel" type="text" size="15"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
									<tr bgcolor="#FFFFFF">
										<td height="30" align="right" style="color:#FF6600;font-weight:bold;">手 机:</td>
										<td height="30">
										<table width="100%" border="0">
											<spring:bind path="member.handset">
												<tr>
													<td width="19%"><input name="handset" type="text" size="15"
														class="inputText"
														onfocus="this.className='inputText_focus'"
														onBlur="this.className='inputText'"
														value="<c:out value="${status.value}"/>"></td>
													<td width="73%">&nbsp;<span style="color:#FF0000"
														id="msg">&nbsp;</span></td>
													<td width="8%">&nbsp;</td>
												</tr>
											</spring:bind>
										</table>
										</td>
									</tr>
								</table>
								</td>
							</tr>
						</table>
						</td>
					</tr>
				</table>
				<table width="100%" border="0">
					<tr>
						<td width="24%" height="30" align="center">&nbsp;</td>
						<td width="76%" align="left"><input type="image"
							src="images/reg_bt.gif" width="44" height="20"
							onmouseover="this.src='images/reg_bt_over.gif'"
							onmouseout="this.src='images/reg_bt.gif'" class="image_button"></td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		<table width="100%" border="0">
			<tr>
				<td>&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
	</form>
</table>
<iframe width=174 height=189 name="gToday:normal:agenda.js"	id="gToday:normal:agenda.js" src="<c:url value="/calendar/ipopeng.htm"/>" scrolling="no" frameborder="0" style="visibility:visible; z-index:999; position:absolute; left:-500px; top:0px;"></iframe>
<%@ include file="incCopyright.jsp"%>
</body>
</html>

⌨️ 快捷键说明

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