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

📄 space.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
📖 第 1 页 / 共 4 页
字号:
		</div>
	</c:when>
	<c:otherwise>
		<div class="outer">
			<table class="main" border="0" cellspacing="0">
				<tr>
					<td id="main_layout1">
						<c:forEach items="${disright}" var="right">
							<c:if test="${right=='myblogs'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												文集
											</div>
											<div class="more">
												<a href="space.jsp?action=myblogs&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_myblogs">
												<div class="center">
													<c:forEach items="${rightMap.myblogs}" var="blog">
														<div class="center_subject">
															<ul>
																<li>
																	<a target="_blank" href="blog.jsp?tid=${blog.tid}">
																	<c:choose>
																	<c:when test="${blog.special==1}"><img src="${styles.IMGDIR}/pollsmall.gif" alt="投票" /></c:when>
																	<c:when test="${blog.special==2}"><img src="${styles.IMGDIR}/tradesmall.gif" alt="商品" /></c:when>
																	<c:when test="${blog.special==3}">
																		<c:choose>
																			<c:when test="${blog.price>0}"><img src="${styles.IMGDIR}/rewardsmall.gif" alt="悬赏" /></c:when>
																			<c:when test="${blog.price<0}"><img src="${styles.IMGDIR}/rewardsmallend.gif" alt="悬赏已解决" /></c:when>
																		</c:choose>
																	</c:when>
																	<c:when test="${blog.special==4}"><img src="${styles.IMGDIR}/activitysmall.gif" alt="活动" /></c:when>
																	<c:when test="${blog.special==5}"><img src="${styles.IMGDIR}/debatesmall.gif" alt="辩论" /></c:when>
																	<c:when test="${blog.special==6}"><img src="${styles.IMGDIR}/videosmall.gif" alt="视频" /></c:when>
																	</c:choose>
																	 <c:if test="${blog.isattc}">
																		<img src="images/attachicons/common.gif" alt="附件" border="0" />
																	</c:if>${blog.subject}</a>
																	<c:if test="${blog.isnew}">
																		<a href="redirect.jsp?tid=${myblogs.tid}&amp;goto=newpost#newpost" target="_blank"><img src="${styles.IMGDIR}/firstnew.gif" border="0" alt="" /> </a>
																	</c:if>
																	</a>
																</li>
															</ul>
														</div>
														<div class="center_lastpost">
														<c:choose><c:when test="${forumdisplayurl}"><a href="forum-${blog.fid}-1.html" target="_blank">${blog.forums}</a></c:when><c:otherwise><a href="forumdisplay.jsp?fid=${blog.fid}" target="_blank">${blog.forums}</a></c:otherwise></c:choose>
														 | ${blog.operdate}
														</div>
														<div class="center_message">
															${blog.message}
														</div>
														<div class="center_views">
															<a target="_blank" href="post.jsp?action=edit&amp;fid=${blog.fid}&amp;tid=${blog.tid}&amp;pid=${blog.pid}">编辑</a>
															| 查看(${blog.viewnum}) |
															<a target="_blank" href="blog.jsp?tid=${blog.tid}">评论(${blog.replicenum})</a>
															|
															<a target="_blank" href="my.jsp?item=favorites&amp;tid=${blog.tid}" id="ajax_favorite_b${blog.tid}" onclick="ajaxmenu(event, this.id)">收藏</a>
														</div>
													</c:forEach>
												</div>
											</div>
										</td>
									</tr>
								</table>
							</c:if>
							<c:if test="${right=='myreplies'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												回复
											</div>
											<div class="more">
												<a href="space.jsp?action=myreplies&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_myreplies">
												<div class="center">
													<c:forEach items="${rightMap.myreplies}" var="myreplies">
														<div class="center_subject">
															<ul>
																<li>
																	<a target="_blank" href="blog.jsp?tid=${myreplies.tid}">	
																	<c:choose>
																	<c:when test="${myreplies.special==1}"><img src="${styles.IMGDIR}/pollsmall.gif" alt="投票" /></c:when>
																	<c:when test="${myreplies.special==2}"><img src="${styles.IMGDIR}/tradesmall.gif" alt="商品" /></c:when>
																	<c:when test="${myreplies.special==3}">
																		<c:choose>
																			<c:when test="${myreplies.price>0}"><img src="${styles.IMGDIR}/rewardsmall.gif" alt="悬赏" /></c:when>
																			<c:when test="${myreplies.price<0}"><img src="${styles.IMGDIR}/rewardsmallend.gif" alt="悬赏已解决" /></c:when>
																		</c:choose>
																	</c:when>
																	<c:when test="${myreplies.special==4}"><img src="${styles.IMGDIR}/activitysmall.gif" alt="活动" /></c:when>
																	<c:when test="${myreplies.special==5}"><img src="${styles.IMGDIR}/debatesmall.gif" alt="辩论" /></c:when>
																	<c:when test="${myreplies.special==6}"><img src="${styles.IMGDIR}/videosmall.gif" alt="视频" /></c:when>
																	</c:choose>
																	<c:if test="${myreplies.isattc}">
																		<img src="images/attachicons/common.gif" alt="附件" border="0" />
																		</c:if>${myreplies.subject} <c:if test="${myreplies.isnew}">
																			<a href="redirect.jsp?tid=${myreplies.tid}&amp;goto=newpost#newpost" target="_blank"><img src="${styles.IMGDIR}/firstnew.gif" border="0" alt="" /> </a>
																	</c:if> </a>
																</li>
															</ul>
														</div>
														<div class="center_lastpost">
															<c:choose><c:when test="${forumdisplayurl}"><a href="forum-${myreplies.fid}-1.html" target="_blank">${myreplies.forums}</a></c:when><c:otherwise><a href="forumdisplay.jsp?fid=${myreplies.fid}" target="_blank">${myreplies.forums}</a></c:otherwise></c:choose>
															 |${myreplies.operdate}
														</div>
														<div class="center_message">
															${myreplies.message}
														</div>
														<div class="center_views">
															查看(${myreplies.viewnum}) |
															<a target="_blank" href="blog.jsp?tid=${myreplies.tid}">回复(${myreplies.replicenum})</a>
															|
															<a target="_blank" href="my.jsp?item=favorites&amp;tid=${myreplies.tid}" id="ajax_favorite_b${myreplies.tid}" onclick="ajaxmenu(event, this.id)">收藏</a>
														</div>
													</c:forEach>
												</div>
											</div>
										</td>
									</tr>
								</table>
							</c:if>
							<c:if test="${right=='mythreads'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												主题
											</div>
											<div class="more">
												<a href="space.jsp?action=mythreads&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_mythreads">
												<div class="center">
													<c:forEach items="${rightMap.mythreads}" var="thread">
														<div class="center_subject">
															<ul>
																<li><c:choose><c:when test="${viewthreadurl}"><a href="thread-${thread.tid}-1-1.html" target="_blank"></c:when><c:otherwise><a href="viewthread.jsp?tid=${thread.tid}" target="_blank"></c:otherwise></c:choose>
																<c:choose>
																	<c:when test="${thread.special==1}"><img src="${styles.IMGDIR}/pollsmall.gif" alt="投票" /></c:when>
																	<c:when test="${thread.special==2}"><img src="${styles.IMGDIR}/tradesmall.gif" alt="商品" /></c:when>
																	<c:when test="${thread.special==3}">
																		<c:choose>
																			<c:when test="${thread.price>0}"><img src="${styles.IMGDIR}/rewardsmall.gif" alt="悬赏" /></c:when>
																			<c:when test="${thread.price<0}"><img src="${styles.IMGDIR}/rewardsmallend.gif" alt="悬赏已解决" /></c:when>
																		</c:choose>
																	</c:when>
																	<c:when test="${thread.special==4}"><img src="${styles.IMGDIR}/activitysmall.gif" alt="活动" /></c:when>
																	<c:when test="${thread.special==5}"><img src="${styles.IMGDIR}/debatesmall.gif" alt="辩论" /></c:when>
																	<c:when test="${thread.special==6}"><img src="${styles.IMGDIR}/videosmall.gif" alt="视频" /></c:when>
																</c:choose> 
																<c:if test="${thread.isattc}">
																	<img src="images/attachicons/common.gif" alt="附件" border="0" />
																	</c:if>${thread.subject} <c:if test="${thread.isnew}">
																		<a href="redirect.jsp?tid=${thread.tid}&amp;goto=newpost#newpost" target="_blank"><img src="${styles.IMGDIR}/firstnew.gif" border="0" alt="" />
																		</a>
																	</c:if> </a>
																</li>
															</ul>
														</div>
														<div class="center_lastpost">
															<c:choose><c:when test="${forumdisplayurl}"><a href="forum-${thread.fid}-1.html" target="_blank">${thread.forums}</a></c:when><c:otherwise><a href="forumdisplay.jsp?fid=${thread.fid}" target="_blank">${thread.forums}</a></c:otherwise></c:choose>|<a target="_blank" href="redirect.jsp?tid=${thread.tid}&amp;goto=lastpost#lastpost">${thread.operdate}</a>
														</div>
														<div class="center_message">
															${thread.message}
														</div>
														<div class="center_views">
															<a target="_blank" href="post.jsp?action=edit&amp;fid=${thread.fid}&amp;tid=${thread.tid}&amp;pid=${thread.pid}">编辑</a> | 查看(${thread.viewnum}) | <a href="viewthread.jsp?tid=${thread.tid}" target="_blank">回复(${thread.replicenum})</a> | <a target="_blank" href="my.jsp?item=favorites&amp;tid=${thread.tid}" id="ajax_favorite_t${thread.tid}" onclick="ajaxmenu(event, this.id)">收藏</a>
														</div>
													</c:forEach>
												</div>
											</div>
										</td>
									</tr>
								</table>
							</c:if>
							<c:if test="${right=='myrewards'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												悬赏
											</div>
											<div class="more">
												<a href="space.jsp?action=myrewards&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_myrewards">
												<div class="center">
													<c:forEach items="${rightMap.myrewards}" var="wards">
														<div class="center_subject">
															<ul>
																<li><c:choose><c:when test="${viewthreadurl}"><a href="thread-${wards.tid}-1-1.html" target="_blank"></c:when><c:otherwise><a href="viewthread.jsp?tid=${wards.tid}" target="_blank"></c:otherwise></c:choose>
																	<c:if test="${wards.isattc}"> <img src="images/attachicons/common.gif" alt="附件" border="0" />
																	</c:if>${wards.subject}</a>
																</li>
															</ul>
														</div>
														<div class="center_lastpost">
															<c:choose><c:when test="${forumdisplayurl}"><a href="forum-${wards.fid}-1.html" target="_blank">${wards.forums}</a></c:when><c:otherwise><a href="forumdisplay.jsp?fid=${wards.fid}" target="_blank">${wards.forums}</a></c:otherwise></c:choose>
														 ${wards.rewards}
														</div>
														<div class="center_message">
															${wards.message}
														</div>
														<div class="center_views">
															查看(${wards.viewnum}) |
															<a href="viewthread.jsp?tid=${wards.pid}" target="_blank">回复(${wards.replicenum})</a> | <a target="_blank" href="my.jsp?item=favorites&amp;tid=${wards.tid}" id="ajax_favorite_w84" onclick="ajaxmenu(event, this.id)">收藏</a>
														</div>
													</c:forEach>
												</div>
											</div>
										</td>
									</tr>
								</table>
							</c:if>
							<c:if test="${right=='mytrades'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												店铺
											</div>
											<div class="more">
												<a href="space.jsp?action=mytrades&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_mytrades">
												<c:forEach items="${rightMap.mytrades}" var="mytrades">
													<div
														style="float: left;width: 30%; margin:5px;text-align: center">
														<table cellspacing="0" cellpadding="0" style="width: 80%">
															<tr>
																<td height="100" align="center" valign="top">
																	<a href="viewthread.jsp?do=tradeinfo&amp;tid=${mytrades.tid}&amp;pid=${mytrades.pid}" target="_blank"> <img border="0" src="${mytrades.attachment}" onload="thumbImg(this)" width="96" height="96" alt="${mytrades.subject}" /> </a>
																</td>
															</tr>
														</table>
														<div class="item" style="height: 100px">
															<a class="subject" href="viewthread.jsp?do=tradeinfo&amp;tid=${mytrades.tid}&amp;pid=${mytrades.pid}" target="_blank">${mytrades.subject}</a>
															<br /> <c:if test="${mytrades.costprice>0.0}">商品原价: <span style="text-decoration: line-through">${mytrades.costprice}</span> 元 <br /></c:if> 商品现价: <span class="price">${mytrades.price}</span> 元 <br /> <c:choose>
														<c:when test="${mytrades.closed>0}">
															<span class="expiration">成交结束 </span>
														</c:when>
														<c:when test="${mytrades.expiration>0}">
															<span class="expiration">剩余 ${mytrades.expiration}天</span>
														</c:when>
														<c:when test="${mytrades.expiration==-1}">
															<span class="expiration">成交结束 </span>
														</c:when>
														</c:choose>
														</div>
													</div>
												</c:forEach>
											</div>
										</td>
									</tr>
								</table>
							</c:if>
						</c:forEach>
					</td>
					<td id="main_layout0">
						<c:forEach items="${disleft}" var="left">
							<c:if test="${left=='userinfo'}">
								<jsp:include flush="true" page="space_module_userinfo.jsp" />
							</c:if>
							<c:if test="${left=='calendar'}">
								<jsp:include flush="true" page="space_module_calendar.jsp" />
							</c:if>
							<c:if test="${left=='myreplies'}">
								<table class="module" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td class="header">
											<div class="title">
												回复
											</div>
											<div class="more">
												<a href="space.jsp?action=myreplies&uid=${member.uid}">更多</a>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div id="module_myreplies">
												<div class="side">
													<ul>
														<c:forEach items="${leftMap.myreplies}" var="replies">
															<li>
																<a href="redirect.jsp?goto=findpost&amp;pid=${replies.pid}&amp;ptid=${replies.tid}" target="_blank">
																	<c:choose>
																	<c:when test="${replies.special==1}"><img src="${styles.IMGDIR}/pollsmall.gif" alt="投票" /></c:when>
																	<c:when test="${replies.special==2}"><img src="${styles.IMGDIR}/tradesmall.gif" alt="商品" /></c:when>

⌨️ 快捷键说明

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