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

📄 userthreadblogview.jsp

📁 非常有影响的 j道 论 坛 源码 国外很有明的专家编写的 ....对java爱好者很有参考价值
💻 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:parameter  id="noheaderfooter" name="noheaderfooter" value=""/>
<logic:empty name="noheaderfooter">


<bean:define id="title"  value=" 用户回帖查询" />
<%@ include file="../../common/IncludeTop.jsp" %>


<center>
<jsp:include page="../../common/advert.jsp" flush="true">   
   <jsp:param name="fmt" value="728x90"/>   
</jsp:include>
</center>
<center><table ><tr><td>
</logic:empty>

<!-- second query result -->
<logic:present name="threadListForm">
<logic:greaterThan name="threadListForm" property="allCount" value="0">

<logic:iterate indexId="i"   id="forumThread" name="threadListForm" property="list" >

  <bean:define id="forumMessage" name="forumThread" property="rootMessage"/>
  <bean:define id="forum" name="forumMessage" property="forum" />

  
       <div class="b_content_title2">
         <a href="<%=request.getContextPath()%>/thread/<bean:write name="forumThread" property="threadId"/>.html"
          target="_blank"><bean:write name="forumMessage" property="filteredSubject"/>
        </a>
        <span>(<bean:write name="forumMessage" property="creationDate" />)</span>
      
        </div>
        
       

      <div class="b_content_body">
      <bean:write name="forumMessage" property="shortRootMessageFilteredBody[100]" />
     </div>

       <div class="b_content_other">
        <div class="b_content_other_left">         
         评论(<bean:write name="forumThread" property="state.messageCount" />)
        </div>
      </div>
      <div class="b_content_line"> </div>
      	
</logic:iterate>

<div class="title_right">
<div class="tres">    
     共有<b><bean:write name="threadListForm" property="allCount"/></b>贴  
<a href="JavaScript:void(0);" class="tooltip html_tooltip_content_go">Go</a>     
<MultiPages:pager actionFormName="threadListForm" page="/query/blog/userThreadBlog.shtml" name="paramMaps">
<MultiPages:prev name="&#9668;" />
<MultiPages:index displayCount="3" />
<MultiPages:next  name="&#9658;" />
</MultiPages:pager>     
</div>
</div>

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


<logic:empty name="noheaderfooter">
</td></tr></table></center>

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


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

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

</logic:empty>

⌨️ 快捷键说明

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