📄 bulletinsearch.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"></script>
<script language="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>
<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>
<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 ></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></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"/></SPAN>
</html:link>
</TD>
</TR>
<TR>
<TD VALIGN=top > 日期:<bean:write name="BulletinForm01" property="inputDate"/>
浏览量:<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> <bean:write name="BulletinForm01" property="bulletinBody"/></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 ></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"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</logic:iterate>
</logic:present>
<!-- middle-middle part -->
<br>
<!-- middle-bottom part -->
</html:form>
</td>
<!-- 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 + -