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

📄 messageview.jsp

📁 真正的、彻底的、完全面向对象软件系统。有兴趣的加我好友
💻 JSP
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="/WEB-INF/MultiPages.tld" prefix="MultiPages" %>

<%@ page contentType="text/html; charset=UTF-8" %>

<bean:define id="title"  value=" 论坛查询" />
<%@ include file="../common/IncludeTop.jsp" %>

<center>
<iframe  marginheight=0 marginwidth=0 frameborder=0 width="728" height="90"  scrolling="no"
 src="http://www.jdon.com/sales/728x90.html"></iframe>
</center>
<!-- second query result -->
<logic:present name="messageListForm">
<logic:greaterThan name="messageListForm" property="allCount" value="0">

<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
    <td>
     符合查询结果共有<b><bean:write name="messageListForm" property="allCount"/></b>贴 [ 
<MultiPages:pager actionFormName="messageListForm" page="/query/threadViewQuery.shtml" name="paramMaps" >
<MultiPages:prev name="上页"/>
<MultiPages:index />
<MultiPages:next name="下页"/>
</MultiPages:pager>     
      ]
    </td>
</tr>
</table>


<table bgcolor="#999999" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td> 
<table bgcolor="#999999" cellpadding="3" cellspacing="1" border="0" width="100%">
<tr bgcolor="#eeeeee">
    <td align="center" nowrap="nowrap"><b>帖子标题</b></td>
    <td align="center" nowrap="nowrap"><b>作者</b></td>
    <td align="center" nowrap="nowrap"><b>最后修改时间</b></td>
</tr>

<logic:iterate indexId="i"   id="forumMessage" name="messageListForm" property="list" >
 
<bean:define id="forumThread" name="forumMessage" property="forumThread"/>

<tr bgcolor="#ffffff">
    <td width="20%">
      <a href="<html:rewrite page="/forum/messageList.shtml" paramId="thread" paramName="forumThread" 
      paramProperty="threadId" />&message=<bean:write name="forumMessage" property="messageId"/>#<bean:write name="forumMessage" property="messageId"/>"
        title="<bean:write name="forumMessage" property="body"/>"
        target="_blank" >
        <bean:write name="forumMessage" property="subject"/></a>
    </td>
    <td align="center" width="4%"
        ><bean:write name="forumMessage" property="account.username"/> </td>
    <td align="center" width="4%"
        ><bean:write name="forumMessage" property="modifiedDate" /></td>
     </tr>

</logic:iterate>
</table>

</td></tr>
</table>


<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
    <td>
     符合查询结果共有<b><bean:write name="messageListForm" property="allCount"/></b>贴 [ 
<MultiPages:pager actionFormName="messageListForm" page="/query/threadViewQuery.shtml" name="paramMaps">
<MultiPages:prev name="上页"/>
<MultiPages:index />
<MultiPages:next name="下页"/>
</MultiPages:pager>     
      ]
    </td>
</tr>
</table>

</logic:greaterThan>
</logic:present>

<%@ include file="searchInputView.jsp" %>

<%@ include file="queryInputView.jsp" %>


<center>
<table><tr><td>

<iframe  marginheight=0 marginwidth=0 frameborder=0 width="468" height="60"  scrolling="no"
 src="http://www.jdon.com/sales/468x60.html"></iframe>
</center>
</td><td>
<center>
<iframe  marginheight=0 marginwidth=0 frameborder=0 width="234" height="60"  scrolling="no"
 src="http://www.jdon.com/sales/234x60.html"></iframe>

</td></tr></table>
</center>

<%@include file="../common/IncludeBottom.jsp"%>


⌨️ 快捷键说明

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