gvTopicGet.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:3k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
- if(isRe){
- topicID = ctrit.getTopicID();
- topicReID = ctrit.getTopicReID();
- topicOrder = ctrit.getTopicOrder();
- topicLayer = ctrit.getTopicLayer();
- topicTree = ctrit.getTopicTree();
- topic = ctrit.getTopic();
- userName = ctrit.getUserName();
- ccID = ctrit.getCcID();
- topicList = ctrit.getTopicList();
- topicMood = ctrit.getTopicMood();
- topicPro = ctrit.getTopicPro();
- topicType = ctrit.getTopicType();
- topicTypeNum = ctrit.getTopicTypeNum();
- topicAddTime = ctrit.getTopicAddTime();
- topicAddip = ctrit.getTopicAddip();
- topicLastReUser = ctrit.getTopicLastReUser();
- topicLastReTime =ctrit.getTopicLastReTime();
- topicViewCount = ctrit.getTopicViewCount();
- topicReCount = ctrit.getTopicReCount();
- topicLen = ctrit.getTopicLen();
- userID = ctrit.getUserID();
- topicIsPass = ctrit.getTopicIsPass();
-
- ccrItem = cti.getCcri();
- if(ccrItem!=null){
- content = ccrItem.getContent();
- contentUserPen = ccrItem.getContentUserPen();
- contentUrl = ccrItem.getContentUrl();
- contentImg = ccrItem.getContentImg();
- contentEmail = ccrItem.getContentEmail();
- contentCopyRight = ccrItem.getContentCopyRight();
- }
- /*
- try{
- ClubContentItem ctit_c = ctrit.getCcri();
- content = ctit_c.getContent();
- contentUserPen = ctit_c.getContentUserPen();
- contentUrl = ctit_c.getContentUrl();
- contentImg = ctit_c.getContentImg();
- contentEmail = ctit_c.getContentEmail();
- contentCopyRight = ctit_c.getContentCopyRight();
- }catch(Exception e){
- out.print(e.toString());
- }
- */
- }else{
- topicID = ctit.getTopicID();
- topicReID = ctit.getTopicReID();
- topicOrder = ctit.getTopicOrder();
- topicLayer = ctit.getTopicLayer();
- topicTree = ctit.getTopicTree();
- topic = ctit.getTopic();
- userName = ctit.getUserName();
- ccID = ctit.getCcID();
- moveCCID = ctit.getMoveCCID();
- topicList = ctit.getTopicList();
- topicMood = ctit.getTopicMood();
- topicPro = ctit.getTopicPro();
- topicType = ctit.getTopicType();
- topicTypeNum = ctit.getTopicTypeNum();
- topicAddTime = ctit.getTopicAddTime();
- topicAddip = ctit.getTopicAddip();
- topicLastReUser = ctit.getTopicLastReUser();
- topicLastReTime =ctit.getTopicLastReTime();
- topicViewCount = ctit.getTopicViewCount();
- topicReCount = ctit.getTopicReCount();
- topicLen = ctit.getTopicLen();
- moveUser = ctit.getMoveUser();
- //String moveTime = cti.getTopicInfo(hm, "moveTime");
- userID = ctit.getUserID();
- topicIsPass = ctit.getTopicIsPass();
-
- ccItem = cti.getCci();
- if(ccItem!=null){
- content = ccItem.getContent();
- contentUserPen = ccItem.getContentUserPen();
- contentUrl = ccItem.getContentUrl();
- contentImg = ccItem.getContentImg();
- contentEmail = ccItem.getContentEmail();
- contentCopyRight = ccItem.getContentCopyRight();
- }
- }
- %>