📄 ccstyle0_1.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@
include file="../GVinc/gvImport.jsp" %>
<jsp:useBean id="ctr" scope="page" class="com.gamvan.club.topic.ClubTopicResults"/><%
int iPage = ParamUtils.getIntParameter(request,"ipage",1);
int tID = ParamUtils.getIntParameter(request,"tID");
int reID = ParamUtils.getIntParameter(request,"reID");
ccID = ParamUtils.getIntParameter(request,"ccID");
int i2 = 0;
String tUrl = "/club/clubPage.jsp?ccID="+ccID+"&ccStyle=1";
%><div id="threadtree_<%=tID%>">
<!--=============回复内容开始==================-->
<c:set value="1" target="${ctr}" property="ccStyle"/>
<c:set value="<%=new Integer(tID)%>" target="${ctr}" property="topicID" /><%
int allRePage = ctr.topicReCount(tID);
List list = ctr.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" isDel="${re.topicIsDel}" url="<%=tUrl%>" idIs="<%=tID%>" linkId="${re.topicReID}" value="${re.topic}" bea="<%=true%>"/>
<club:topic type="topicAddTime" value="${re.topicAddTime}"/>
<i class="smallTxt"><club:topic type="topicLen" value="${re.topicLen}"
idIs="<%=tID%>" linkId="${re.topicReID}"
url="clubPost.jsp?ccID=${re.ccID}"/></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">
<STYLE type="text/css" media="screen">
@import url(./GVinc/GamVanClubStyle.css);
</STYLE>
<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;
var opera = navigator.userAgent.indexOf("Opera")!=-1;
function loadtree(id) {
var sobj = ie4 ? eval("document.all.threadtree_" + id): ns6
? document.getElementById("threadtree_" + id ) : ns4
? eval("document.threadtree_" + id) : opera
? document.getElementById("threadtree_" + id ) : "";
var tobj = ie4 ? eval("parent.document.all.replies_" + id) : ns6
? parent.document.getElementById("replies_" + id ) : ns4
? eval("parent.document.replies_" + id) : opera
? parent.document.getElementById("replies_" + id ) : "";
if(sobj != null && tobj != null) {
if(ns6 || ie4 || opera) {
tobj.innerHTML = sobj.innerHTML;
}
else {
tobj.document.write(sobj.innerHTML);
tobj.document.close();
}
}else{
alert(333);
}
}
//-->
</script>
</head>
<body onLoad="loadtree(<%=tID%>)">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -