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

📄 ccstyle0_1.jsp

📁 今晚在线(天津)工作室开发的 GVclub论坛系统.采用hibernate 3.0作为数据持久化解决方案
💻 JSP
字号:
<%@ 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 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%>">
<table width="96%" border="0" cellpadding="1" cellspacing="1" class="tab1">
<!--=============回复内容开始==================-->
<c:set value="1"  target="${ctc}" property="ccStyle"/>	
<c:set value="<%=new Integer(tID)%>"  target="${ctc}" property="topicReID" />
<%
List list = (List)ctc.topicReList(1,80);
%>
<c:forEach var="re" items="<%=list%>">
<tr><td class="bg0" height="25">
<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.topicID}" value="${re.topic}" bea="<%=true%>"/>

&nbsp;<club:topic type="topicAddTime" value="${re.topicAddTime}"/>
&nbsp;<i>
<a href="clubPost.jsp?ccID=7&tID=<club:topic type="topicReID" value="${re.topicReID}"/>&reID=<club:topic type="topicID" value="${re.topicID}"/>&act=re">
<club:topic type="topicLen" value="${re.topicLen}"/></a></i>

</td></tr>			
</c:forEach>


<%if(list==null || String.valueOf(list).equals("[]")){%>
<tr><td class="bg0" height="25">
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="clubPost.jsp?ccID=<%=ccID%>&act=re&tID=<%=tID%>">本主暂无回复</a>
</td></tr>	
<%}%>
</table>
</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>

⌨️ 快捷键说明

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