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

📄 sch_list_content.jsp

📁 java阿里巴巴代码
💻 JSP
📖 第 1 页 / 共 2 页
字号:
										</td>
										<td width="80" align="center" background="/zone_b2b/images/xueyuan_12.gif">
											<span class="btlanse">热点排名</span>
										</td>
										<td width="23">
											<img src="/zone_b2b/images/xueyuan_14.gif" width="23" height="30" alt="">
										</td>
										<td align="right" background="/zone_b2b/images/xueyuan_15.gif">
											<a href="sch_list.jsp" target="_blank" class="lanse">更多&gt;&gt;</a>&nbsp;
										</td>
									</tr>
								</table>
								<table width="100%" height="10" border="0" cellpadding="0" cellspacing="0">
									<tr>
										<td></td>
									</tr>
								</table>
								<table width="209" border="0" align="center" cellpadding="0" cellspacing="0">
								<%
								if(list4 != null && list4.size() > 0) 
								{
									for(int i=0;i<list4.size();i++) 
									{
										HashMap map = (HashMap) list4.get(i);
										String rsrv_str3="",trade_idx="";
										if(map.get("rsrv_str3")!=null){rsrv_str3=map.get("rsrv_str3").toString();}
										if (rsrv_str3.length() > 15) {rsrv_str3 = rsrv_str3.substring(0, 15);} 
										if(map.get("trade_id")!=null){trade_idx=map.get("trade_id").toString();}
								%>
									<tr>
										<td width="209" class="rencei_table_xian">
											·
											<A href="sch_list_content.jsp?trade_id=<%=trade_idx%>" class="lanse"><%=rsrv_str3%></A>
										</td>
									</tr>
								<%
									}
								}
								%>
								</table>
							</td>
						</tr>
					</table>
				</td>
				<td valign="top">
					<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="DBECF4">
						<tr>
							<td height="212" valign="top" bgcolor="#FFFFFF">
								<table width="100%" border="0" cellspacing="0" cellpadding="0">
									<tr>
										<td width="21">
											<img src="/zone_b2b/images/xy_11.gif" width="21" height="30" alt="">
										</td>
										<td width="100" align="center" background="/zone_b2b/images/xueyuan_12.gif">
										<%if(rsrv_str1!="2" && !rsrv_str1.equals("2")){%>
											<span class="btlanse">提交中的问题</span>
										<%}else{%>
											<span class="btlanse">已解决的问题</span>
										<%}%>
										</td>
										<td width="23">
											<img src="/zone_b2b/images/xy_14.gif" width="23" height="30" alt="">
										</td>
										<td align="right" background="/zone_b2b/images/xy_15.gif">
											&nbsp;
										</td>
									</tr>
								</table>
								<table width="96%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td></td>
									</tr>
								</table>
								<table width="96%" border="0" align="center" cellpadding="5" cellspacing="0">
									<tr>
										<td valign="top">
											<!--//重复-->
											<div style="line-height: 200%" class="rencei_table_xian">
												<span class="shixuan"><%=req_title%></span>
												<br>
													<%=enquiry_content%>
												<p>
													<input type="hidden" id="trade_id" name="trade_id" value="<%=trade_id%>">
													<%if(rsrv_str1!="2" && !rsrv_str1.equals("2")){%>
													<input type="submit" name="Submit3" value="回答该问题" onclick="showHS()">
													<%}%>
												</p>
											</div>
											<!--重复//-->
										</td>
									</tr>
								</table>
								<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td height="49" align="right" class="time">
											提问者:<%=rsrv_str5%>&nbsp;&nbsp;提问时间:<%=enquiry_date%>
										</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
					<table width="96%" height="8" border="0" align="center" cellpadding="0" cellspacing="0">
						<tr>
							<td></td>
						</tr>
					</table>
					<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="DBECF4">
						<tr>
							<td height="212" valign="top" bgcolor="#FFFFFF">
								<table width="100%" border="0" cellspacing="0" cellpadding="0">
									<tr>
										<td width="21">
											<img src="/zone_b2b/images/xy_11.gif" width="21" height="30" alt="">
										</td>
										<td width="100" align="center" background="/zone_b2b/images/xueyuan_12.gif">
											<span class="btlanse">其它回答</span>
										</td>
										<td width="23">
											<img src="/zone_b2b/images/xy_14.gif" width="23" height="30" alt="">
										</td>
										<td align="right" background="/zone_b2b/images/xy_15.gif">
											&nbsp;
										</td>
									</tr>
								</table>
								<table width="96%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td></td>
									</tr>
								</table>
								<table width="96%" border="0" align="center" cellpadding="5" cellspacing="0">
								<%
								if(list3 != null && list3.size() > 0) 
								{
									for(int i=0;i<list3.size();i++) 
									{
										HashMap map = (HashMap) list3.get(i);
										String deal_content="",deal_date="",deal_user="";
										if(map.get("deal_content")!=null){deal_content=map.get("deal_content").toString();}
										deal_content=deal_content.replaceAll("<[^<>]+>","");
										if(map.get("deal_user")!=null){deal_user=map.get("deal_user").toString();}
										if(map.get("deal_date")!=null){deal_date=map.get("deal_date").toString();}
										if (deal_date.length() > 10) {deal_date = deal_date.substring(0, 10);}
								%>
									<tr>
										<td valign="top">
											<div style="line-height: 200%" class="rencei_table_xian">
											<%=deal_content%>&nbsp;&nbsp;&nbsp;<span class=time>回答者:<%=deal_user%>&nbsp;&nbsp;<%=deal_date%> </span>
											</div>
										</td>
									</tr>
								<%
									}
								}
								%>
								</table>
							</td>
						</tr>
					</table>
					<table width="96%" height="8" border="0" align="center" cellpadding="0" cellspacing="0">
						<tr>
							<td></td>
						</tr>
					</table>
					<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="DBECF4">
						<tr>
							<td height="212" valign="top" bgcolor="#FFFFFF">
								<table width="100%" border="0" cellspacing="0" cellpadding="0">
									<tr>
										<td width="21">
											<img src="/zone_b2b/images/xy_11.gif" width="21" height="30" alt="">
										</td>
										<td width="110" align="center" background="/zone_b2b/images/xueyuan_12.gif">
											<span class="btlanse">待解决的问题</span>
										</td>
										<td width="23">
											<img src="/zone_b2b/images/xy_14.gif" width="23" height="30" alt="">
										</td>
										<td align="right" background="/zone_b2b/images/xy_15.gif">
											&nbsp;
										</td>
									</tr>
								</table>
								<table width="96%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td></td>
									</tr>
								</table>
								<table width="96%" border="0" align="center" cellpadding="5" cellspacing="0">
									<tr>
										<td valign="top">
											<%
													if (list2 != null && list2.size() > 0) {
													for (int i = 0; i < list2.size(); i++) {
														HashMap map = (HashMap) list2.get(i);
														String req_titles = "", trade_idx = "", enquiry_dates = "";
														if (map.get("rsrv_str3") != null) {req_titles = map.get("rsrv_str3").toString();}
														if (map.get("trade_id") != null) {trade_idx = map.get("trade_id").toString();}
														if (map.get("enquiry_date") != null) {enquiry_dates = map.get("enquiry_date").toString();}
														if (enquiry_dates.length() > 10) {enquiry_dates = enquiry_dates.substring(0, 10);}
											%>
											<div style="line-height: 200%" class="rencei_table_xian">
												·
												<A href="sch_list_content.jsp?trade_id=<%=trade_idx%>" target=_blank class=lansed><%=req_titles%> </A><span class=time><%=enquiry_dates%> </span>
											</div>
											<%
												}
												}
											%>
										</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<jsp:include flush="true" page="/zone_b2b/footer.jsp" />
	</body>
</html>

⌨️ 快捷键说明

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