gvTopicGet.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:3k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
  2. if(isRe){
  3. topicID = ctrit.getTopicID();
  4. topicReID = ctrit.getTopicReID();
  5. topicOrder = ctrit.getTopicOrder();
  6. topicLayer = ctrit.getTopicLayer();
  7. topicTree = ctrit.getTopicTree();
  8. topic = ctrit.getTopic();
  9. userName = ctrit.getUserName();
  10. ccID = ctrit.getCcID();
  11. topicList = ctrit.getTopicList();
  12. topicMood = ctrit.getTopicMood();
  13. topicPro = ctrit.getTopicPro();
  14. topicType = ctrit.getTopicType();
  15. topicTypeNum = ctrit.getTopicTypeNum();
  16. topicAddTime = ctrit.getTopicAddTime();
  17. topicAddip = ctrit.getTopicAddip();
  18. topicLastReUser = ctrit.getTopicLastReUser();
  19. topicLastReTime =ctrit.getTopicLastReTime();
  20. topicViewCount = ctrit.getTopicViewCount();
  21. topicReCount = ctrit.getTopicReCount();
  22. topicLen = ctrit.getTopicLen();
  23. userID = ctrit.getUserID();
  24. topicIsPass = ctrit.getTopicIsPass();
  25. ccrItem = cti.getCcri();
  26. if(ccrItem!=null){
  27. content = ccrItem.getContent();
  28. contentUserPen = ccrItem.getContentUserPen();
  29. contentUrl = ccrItem.getContentUrl();
  30. contentImg = ccrItem.getContentImg();
  31. contentEmail = ccrItem.getContentEmail();
  32. contentCopyRight = ccrItem.getContentCopyRight();
  33. }
  34. /*
  35. try{
  36. ClubContentItem ctit_c =  ctrit.getCcri();
  37. content = ctit_c.getContent();
  38. contentUserPen = ctit_c.getContentUserPen();
  39. contentUrl = ctit_c.getContentUrl();
  40. contentImg = ctit_c.getContentImg();
  41. contentEmail = ctit_c.getContentEmail();
  42. contentCopyRight = ctit_c.getContentCopyRight();
  43. }catch(Exception e){
  44. out.print(e.toString());
  45. }
  46. */
  47. }else{
  48. topicID = ctit.getTopicID();
  49. topicReID = ctit.getTopicReID();
  50. topicOrder = ctit.getTopicOrder();
  51. topicLayer = ctit.getTopicLayer();
  52. topicTree = ctit.getTopicTree();
  53. topic = ctit.getTopic();
  54. userName = ctit.getUserName();
  55. ccID = ctit.getCcID();
  56. moveCCID = ctit.getMoveCCID();
  57. topicList = ctit.getTopicList();
  58. topicMood = ctit.getTopicMood();
  59. topicPro = ctit.getTopicPro();
  60. topicType = ctit.getTopicType();
  61. topicTypeNum = ctit.getTopicTypeNum();
  62. topicAddTime = ctit.getTopicAddTime();
  63. topicAddip = ctit.getTopicAddip();
  64. topicLastReUser = ctit.getTopicLastReUser();
  65. topicLastReTime =ctit.getTopicLastReTime();
  66. topicViewCount = ctit.getTopicViewCount();
  67. topicReCount = ctit.getTopicReCount();
  68. topicLen = ctit.getTopicLen();
  69. moveUser = ctit.getMoveUser();
  70. //String moveTime = cti.getTopicInfo(hm, "moveTime");
  71. userID = ctit.getUserID();
  72. topicIsPass = ctit.getTopicIsPass();
  73. ccItem = cti.getCci();
  74. if(ccItem!=null){
  75. content = ccItem.getContent();
  76. contentUserPen = ccItem.getContentUserPen();
  77. contentUrl = ccItem.getContentUrl();
  78. contentImg = ccItem.getContentImg();
  79. contentEmail = ccItem.getContentEmail();
  80. contentCopyRight = ccItem.getContentCopyRight();
  81. }
  82. }
  83. %>