📄 hotthreadview.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" %>
<bean:parameter name="queryType" id="queryType"/>
<center>
<iframe marginheight=0 marginwidth=0 frameborder=0 width="728" height="90" scrolling="no"
src="http://www.jdon.com/sales/728x90.html"></iframe>
</center>
<!-- first query result -->
<logic:present name="threadListForm">
<logic:greaterThan name="threadListForm" property="allCount" value="0">
<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td>
<%-- request.setAttribute("paramMaps", qForm.getParamMaps()); in ThreadQueryAction --%>
符合查询结果共有<b><bean:write name="threadListForm" property="allCount"/></b>主题贴 [
<MultiPages:pager actionFormName="threadListForm" page="/query/threadViewQuery.shtml" name="paramMaps">
<MultiPages:prev name="上页"/>
<MultiPages:index />
<MultiPages:next name="下页"/>
</MultiPages:pager>
]
</td>
</tr>
</table>
<%@ include file="threadListCore.jsp" %>
<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td>
符合查询结果共有<b><bean:write name="threadListForm" property="allCount"/></b>主题贴 [
<MultiPages:pager actionFormName="threadListForm" 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 + -