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

📄 bulletinsearch.jsp

📁 ASP SHOP 的代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" language="java"%>

<%@ taglib uri="struts-bean" prefix="bean"%>
<%@ taglib uri="struts-html" prefix="html"%>
<%@ taglib uri="struts-logic" prefix="logic"%>
<%@ taglib uri="shop" prefix="shop"%>
<%@ page import="com.publish.shop.util.javabeans.Utility"%>

<%
String contextPath = request.getContextPath();
String confirmMsg = Utility.getMessage("label.delete.Confirm");
%>
<html:html>
<HEAD>
	<TITLE></TITLE>
	<script language="JavaScript" src="<%=contextPath%>/js/Utility.js"
		type="text/javascript"></script>
	<script language="javaScript" type="text/javascript">
var winOpenedArr = new Array();
function search(){
  document.form2.strutsAction.value="0";
  document.form2.submit();
}
function fnHelpCorp()
{
    var lsUrl = "/hlp/corp/search.do";
    var winName='CorpHelp';
    winOpenedArr[0] = openThisWindow(lsUrl,winName,winOpenedArr,'1b') ;
}
</script>
	<META content="text/html; charset=gb2312" http-equiv="Content-Type">
	<LINK href="<%=contextPath%>/css/pub.css" rel="stylesheet"
		type="TEXT/CSS">
	<META content="MSHTML 5.00.3819.300" name="GENERATOR">
</HEAD>

<BODY bgColor="#ffffff" leftMargin="0" topMargin="0" MARGINHEIGHT="0"
	MARGINWIDTH="0">
	<shop:menu />
	<table>
		<tr>
			<td vAlign="top">
				<%@ include file="../side.jsp"%>
			</td>
			<TD vAlign="top" align="left" width="100%">
				<!-- middle-top part --><html:form action="/bulletin/search.do">
					<html:hidden property="strutsAction" />
					<html:hidden property="pagerOffSet" />
					<logic:present name="BulletinList">
						<TABLE WIDTH="710" BORDER="0" CELLSPACING="0" CELLPADDING="0">
							<TR>
								<TD colspan="7" class="DetailDescription-TdCN">
									<shop:pager />
								</TD>
							</TR>
							<tr>
								<td>
									<logic:iterate id="BulletinForm01" name="BulletinList"
										type="com.publish.shop.bulletin.javabeans.BulletinModel">
										<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="710">
											<TR>
												<TD COLSPAN="3">
													<IMG SRC="<%=contextPath%>/images/dot.gif" WIDTH="1"
														HEIGHT="10" BORDER="0" alt="">
												</TD>
											</TR>
											<TR>
												<TD VALIGN="top">
													<TABLE WIDTH="525" BORDER="0" CELLSPACING="0"
														CELLPADDING="0">
														<TR>
															<TD>
																<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0"
																	CELLPADDING="0">
																	<TR BGCOLOR="#000000">
																		<TD>
																			<IMG SRC="<%=contextPath%>/images/dot.gif" WIDTH="1"
																				HEIGHT="1" BORDER="0" alt="">
																		</TD>
																	</TR>
																</TABLE>
																<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0"
																	CELLPADDING="5">
																	<TR>
																		<TD CLASS="v9">
																			<P>
																				<SPAN CLASS="ptitle"> <html:link
																						page="/bulletin/modify.do" paramId="bulletinId"
																						paramName="BulletinForm01"
																						paramProperty="bulletinId">
																						<bean:write name="BulletinForm01"
																							property="bulletinTitle" />
																					</html:link>
																				</SPAN>
																			
																			</P>
																		</TD>
																	</TR>
																	<TR>
																		<TD VALIGN="top">
																			&nbsp;&nbsp;日期:
																			<bean:write name="BulletinForm01"
																				property="inputDate" />
																			&nbsp; 浏览量:
																			<bean:write name="BulletinForm01"
																				property="bulletinPoint" />
																		</TD>
																	</TR>
																	<TR>
																		<TD VALIGN="top">
																			<HR SIZE="1">
																		</TD>
																	</TR>
																	<TR>
																		<TD VALIGN="top">
																			<SPAN CLASS="ptitle">内容简介</SPAN>
																		</TD>
																	</TR>
																	<TR>
																		<TD VALIGN="top" CLASS="v9">
																			<P>
																				&nbsp;&nbsp;
																				<bean:write name="BulletinForm01"
																					property="bulletinBody" />
																			</P>
																		</TD>
																	</TR>
																</TABLE>
																<TABLE WIDTH="100%" border="0" CELLSPACING="1"
																	CELLPADDING="3">
																	<TR>
																		<TD colspan="9">
																			<IMG SRC="<%=contextPath%>/images/dot.gif" WIDTH="1"
																				HEIGHT="5" BORDER="0" alt="">
																		</TD>
																	</TR>
																</TABLE>
																<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0"
																	CELLPADDING="0">
																	<TR>
																		<TD BACKGROUND="<%=contextPath%>/images/gotop_bg.gif">
																			<A HREF="#top"><IMG
																					SRC="<%=contextPath%>/images/gotop.gif" BORDER="0"
																					alt=""> </A>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
													</TABLE>
												</TD>
											</TR>
										</TABLE>
									</logic:iterate>
									
									<!-- middle-middle part -->
									<br>
									<!-- middle-bottom part -->
								</td>
							</tr>
						</TABLE>
					</logic:present>
				</html:form>
			</TD>
		</tr>
		<!-- foot begin -->
		<CENTER>
			<TABLE>
				<TR>
					<TD class="txt">
						版权所有| 法律声明| 联系我们
					</TD>
				</TR>
			</TABLE>
		</CENTER>
		<BR>
	</table>
</BODY>
</html:html>

⌨️ 快捷键说明

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