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

📄 createspace.jsp

📁 针对网络跑步爱好者作为用户而开发的
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>创建个性化空间</title>
		<link href="<c:url value='/css/style1.css' />" type=text/css rel=stylesheet>
		<link href="<c:url value='/css/style.css' />" type="text/css" rel="stylesheet">
		<script type="text/javascript" src="<c:url value='/js/common.js' />"></script>
	</head>
	<body>
		<center>
			<table width="50%" border="0" style="margin-top:20px;" align="center" cellpadding="0" cellspacing="0">
  			<tr>
   				<td colspan="3">
				<table cellpadding="0" cellspacing="0" width="100%" height="62">
					<tr>
						<td background="<c:url value='/images/tab01.gif' />" width="309" valign="top">
							<div class="tabhead">创建个性化空间</div>
						</td>
						<td valign="bottom">
							<table cellpadding="0" cellspacing="0" width="100%">
								<tr>
									<td background="<c:url value='/images/topcenter.gif' />" width="100%"></td>
									<td><img src="<c:url value='/images/topright.gif' />"></td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
				</td>
 			</tr>
  			<tr>
				<td background="<c:url value='/images/centerleft.gif' />"></td>
				<td width="100%" bgColor="#e9e9de" >
					<table width="100%" border="0" style="margin:5px 0;" cellspacing="0" cellpadding="0" align="center" height="50">
		 			 <tr>
						<td width="24" align="center" rowspan="3" valign="top" style="padding-top:0px;"><img src="<c:url value='/images/icon03.gif' />" width="16" height="16"></td>
						<td width="556" style="padding-top:2px;"class="fontgreen">
							<b>系统提醒</b>
						</td>
		  			</tr>
		 			<tr>
						<td style="padding-top:2px;" colspan="2" class="fontgray">
							<ol>
								<li>
									<font color="#ff0000">带*号的选项内容必须填写</font>
								</li>
								<li>
									<font color="#ff0000">注意上传的图片尺寸尽量不要太大</font>
								</li>
							</ol>
						</td>
		  			</tr>
		  			</table>
		  			<form action="createSpace.action" method="post"	enctype="multipart/form-data">
		  			<table width="100%" border="0" style="margin:5px 0;" cellspacing="0" cellpadding="0" align="center">
					<tr>
						<TD width="50%" bgColor=#e9e9de align="right">
							<FONT color=#ff9933>*</FONT> 请用一句话形容对跑步的主张:
						</TD>
						<TD width="50%">
							<INPUT class=INPUT1 type=text maxLength=14 name=opinion
											value="${sessionScope.member.memberSpace.opinion}"
														style="width:200;height:25" />
						</TD>
					</tr>
					<TR>
						<TD width="50%" bgColor=#e9e9de align="right">
							<FONT color=#ff9933>*</FONT> 喜欢在什么时段跑步?
						</TD>
						<TD width="50%">
							<c:choose>
								<c:when	test="${sessionScope.member.memberSpace.runTime=='清晨'}">
									<input name="runtime" class=radio1 type="radio"	value="清晨" checked="checked" />清晨
									<input type="radio" name="runtime" class=radio1	value="午后" />午后
									<input type="radio" name="runtime" class=radio1 value="黄昏" />黄昏
								</c:when>
								<c:when	test="${sessionScope.member.memberSpace.runTime=='午后'}">
									<input name="runtime" class=radio1 type="radio" value="清晨" />清晨
									<input type="radio" name="runtime" class=radio1 value="午后" checked="checked"/>午后
									<input type="radio" name="runtime" class=radio1	value="黄昏" />黄昏
								</c:when>
								<c:otherwise>
									<input name="runtime" class=radio1 type="radio" value="清晨" />清晨
									<input type="radio" name="runtime" class=radio1 value="午后" />午后
									<input type="radio" name="runtime" class=radio1	value="黄昏" checked="checked"/>黄昏
								</c:otherwise>
							</c:choose>
						</TD>
					</TR>
					<TR>
						<TD bgColor=#e9e9de width="50%" align="right">
							<FONT color=#ff9933>*</FONT> 喜欢独自跑还是结伴跑?
						</TD>
						<TD width="50%">
							<c:choose>
								<c:when test="${sessionScope.member.memberSpace.runHabit=='独自'}">
									<input name="runhabit" type="radio" value="独自" checked="checked" />独自
									<input type="radio" name="runhabit" value="结伴" />结伴
								</c:when>
								<c:otherwise>
									<input name="runhabit" type="radio" value="独自" />独自
									<input type="radio" name="runhabit" value="结伴" checked="checked"/>结伴
								</c:otherwise>
							</c:choose>
						</TD>
					</TR>
					<TR>
						<TD bgColor=#e9e9de width="50%" align="right">
							<FONT color=#ff9933>*</FONT>最喜欢的体育明星:
						</TD>
						<TD>
							<INPUT class=INPUT1 type=text maxLength=20 name=runstar	value="${sessionScope.member.memberSpace.runStar}" style="width:200;height:25" />
						</TD>
					</TR>
					<TR>
						<TD width="50%" bgColor=#e9e9de align="right">
							<FONT color=#ff9933>*</FONT> 正在使用的手机:
						</TD>
						<TD width="50%">
							<INPUT class=INPUT1 type=text maxLength=14 name=cellphone value="${sessionScope.member.memberSpace.cellPhone}"
																style="width:200;height:25" />
						</TD>
					</TR>
					<TR>
						<TD width="50%" bgColor=#e9e9de align="right">
							<FONT color=#ff9933>*</FONT> 经常跑步的地点:
						</TD>
						<TD width="50%">
							<INPUT class="INPUT1" type="text" maxLength="14" name="runplace"
																value="${sessionScope.member.memberSpace.runPlace}"
																style="width:200;height:25" />
						</TD>
					</TR>
					<TR>
						<TD bgColor=#e9e9de width="50%" align="right">&nbsp;&nbsp;上传个性化形象:</TD>
						<TD>
							<input type="file" name="myfile"/>
						</TD>
					</TR>									
    				<tr>
						<td colSpan="2">
							<div align="center">
								<input type="submit" value="提交" style="cursor: hand"/>
								&nbsp;&nbsp;
								<input type="reset" value="重置" style="cursor: hand"/>
							</div>
						</td>
					</tr> 
					</table>
					</form>
					</td>
				<td background="<c:url value='/images/centeright.gif' />"></td>
  			</tr>
  			<tr>
				<td><img src="<c:url value='/images/bottomleft.gif' />"></td>
				<td background="<c:url value='/images/bottomcenter.gif' />"></td>
				<td><img src="<c:url value='/images/bottomright.gif' />"></td>
  			</tr>
			</table>
		</center>
	</body>
</html>

⌨️ 快捷键说明

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