ccStyle0_1.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:3k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %><%@
- include file="../GVinc/gvImport.jsp" %>
- <jsp:useBean id="ctc" scope="request" class="com.gamvan.club.topic.ClubTopicCollection"/><%
- int tID = 0;
- int reID = 0;
- int i2 = 0;
- int iPage = TypeChange.stringToInt(request.getParameter("ipage"));
- if(iPage<1){iPage = 1;}
- tID = TypeChange.stringToInt(request.getParameter("tID"));
- ccID = TypeChange.stringToInt(request.getParameter("ccID"));
- String tUrl = "clubPage.jsp?ccID="+ccID+"&ccStyle=1";
- %><div id="threadtree_<%=tID%>">
- <!--=============回复内容开始==================-->
- <c:set value="1" target="${ctc}" property="ccStyle"/>
- <c:set value="<%=new Integer(tID)%>" target="${ctc}" property="topicID" /><%
- int allRePage = ctc.topicReCount(tID);
- List list = ctc.topicReList(iPage,8);
- %><DIV class="line"></DIV>
- <c:forEach var="re" items="<%=list%>">
- <DIV class=list_tab_2>
- <club:topic type="tree_list" idIs="${re.topicLayer}" value="${re.topicTree}"/>
- <club:topic type="img_listMood" value="${re.topicMood}"/>〖<club:topic type="userName" idIs="${re.userID}" value="${re.userName}" bea="<%=true%>"/>〗<club:topic type="topic" url="<%=tUrl%>" idIs="<%=tID%>" linkId="${re.topicReID}" value="${re.topic}" bea="<%=true%>"/>
- <club:topic type="topicAddTime" value="${re.topicAddTime}"/>
- <i>
- <a href="clubPost.jsp?ccID=7&tID=<%=tID%>&reID=<club:topic type="topicID" value="${re.topicReID}"/>&act=re">
- <club:topic type="topicLen" value="${re.topicLen}"/></a></i>
- </DIV>
- </c:forEach>
- <DIV class=list_tab_2 style="height:24;">
- 共 <strong><%=allRePage%></strong> 条回帖
- <%for(i2=1; i2<=(allRePage/8); i2++){%>
- <a onclick="loadTreeNoimg(<%=tID%>,'GVinc/ccStyle0_1.jsp?ccID=<%=ccID%>&tID=<%=tID%>&ipage=<%=i2%>')" style="cursor:hand;">
- <<%=i2%>></a>
- <%}%>
- </DIV>
- <%if(list==null || String.valueOf(list).equals("[]")){%>
-
- <a href="clubPost.jsp?ccID=<%=ccID%>&act=re&tID=<%=tID%>">本主暂无回复</a>
- <%}%>
- </div>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link href="../GVinc/main.css" rel="stylesheet" type="text/css" />
- <title></title>
- <script language="JavaScript" type="text/JavaScript">
- <!--
- var ie4 = document.all && navigator.userAgent.indexOf("Opera") == -1;
- var ns6 = document.getElementById && !document.all;
- var ns4 = document.layers;
- function loadtree(id) {
- var sobj = ie4 ? eval("document.all.threadtree_" + id) : ns6 ? document.getElementById("threadtree_" + id ) : ns4 ? eval("document.threadtree_" + id) : "";
- var tobj = ie4 ? eval("parent.document.all.replies_" + id) : ns6 ? parent.document.getElementById("replies_" + id ) : ns4 ? eval("parent.document.replies_" + id) : "";
- if(sobj != null && tobj != null) {
- if(ie4 || ns6) {
- tobj.innerHTML = sobj.innerHTML;
- }
- else {
- tobj.document.write(sobj.innerHTML);
- tobj.document.close();
- }
- }
- }
- //-->
- </script>
- </head>
- <body onLoad="loadtree(<%=tID%>)">
- </body>
- </html>