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

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

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
  2. ccID = TypeChange.stringToInt(request.getParameter("ccID"));
  3. if(ccID>0){
  4. //out.println(gvUserGradeID);
  5. //out.println(gvUserGradeID2);
  6. cci.setCcID(ccID);
  7. ClubClassItem ccit = cci.getClubClassInfo();
  8. if(ccit!=null){
  9. ccName = ccit.getCcName();
  10. ccType = ccit.getCcType();
  11. ccoStyle = ccit.getCcStyle();
  12. //out.print(ccoStyle);
  13. ccPro = ccit.getCcPro();
  14. ccIDD = ccit.getCcIDD();
  15. ccTopicNum = ccit.getCcTopicNum();
  16. ccReplyNum = ccit.getCcReplyNum();
  17. ccSummary = ccit.getCcSummary();
  18. ccTopic = ccit.getCcTopic();
  19. ccReply = ccit.getCcReply();
  20. ccTodayTopic = ccit.getCcTodayTopic();
  21. ccTodayReply = ccit.getCcTodayReply();
  22. ccYesterTopic = ccit.getCcYesterTopic();
  23. ccYesterReply = ccit.getCcYesterReply();
  24. ccUpfilePass = ccit.getCcUpfilePass();
  25. ccUgid = ccit.getCcUgid();
  26. ccUserPass = ccit.getCcUserPass();
  27. }
  28. if(ccPro==4){
  29. //response.setHeader("Refresh", "0; URL="+ ccSummary +"");
  30. response.sendRedirect(ccSummary);
  31. out.close();
  32. if(true)return;
  33. }
  34. if(ccIDD>0){
  35. cci.setCcID(ccIDD);
  36. ccit = cci.getClubClassInfo();
  37. ccName1 = ccit.getCcName();
  38. ccIDD1 = ccit.getCcIDD();
  39. ccID1 = ccIDD;
  40. if(ccIDD1>0){
  41. cci.setCcID(ccIDD1);
  42. ccit = cci.getClubClassInfo();
  43. ccName2 = ccit.getCcName();
  44. ccIDD2 = ccit.getCcIDD();
  45. ccID2 = ccIDD1;
  46. }
  47. }
  48. }
  49. //out.println(ccID);
  50. //out.println(ccID1);
  51. //out.println(ccID2);
  52. cuo.userGradeInfo(gvUserID, ccID, ccID1, ccID2);
  53. gvUserGradeName = cuo.getUserGradeName();
  54. gvUserGradeTxt = cuo.getUserGradeTxt(); 
  55. gvUserGradeID = cuo.getUserGradeID();
  56. //out.print(gvUserGradeName);
  57. %>