gvClassInfo.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:2k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
- ccID = TypeChange.stringToInt(request.getParameter("ccID"));
- if(ccID>0){
- //out.println(gvUserGradeID);
- //out.println(gvUserGradeID2);
- cci.setCcID(ccID);
- ClubClassItem ccit = cci.getClubClassInfo();
- if(ccit!=null){
- ccName = ccit.getCcName();
- ccType = ccit.getCcType();
- ccoStyle = ccit.getCcStyle();
- //out.print(ccoStyle);
- ccPro = ccit.getCcPro();
- ccIDD = ccit.getCcIDD();
- ccTopicNum = ccit.getCcTopicNum();
- ccReplyNum = ccit.getCcReplyNum();
- ccSummary = ccit.getCcSummary();
- ccTopic = ccit.getCcTopic();
- ccReply = ccit.getCcReply();
- ccTodayTopic = ccit.getCcTodayTopic();
- ccTodayReply = ccit.getCcTodayReply();
- ccYesterTopic = ccit.getCcYesterTopic();
- ccYesterReply = ccit.getCcYesterReply();
- ccUpfilePass = ccit.getCcUpfilePass();
- ccUgid = ccit.getCcUgid();
- ccUserPass = ccit.getCcUserPass();
- }
- if(ccPro==4){
- //response.setHeader("Refresh", "0; URL="+ ccSummary +"");
- response.sendRedirect(ccSummary);
- out.close();
- if(true)return;
- }
- if(ccIDD>0){
- cci.setCcID(ccIDD);
- ccit = cci.getClubClassInfo();
- ccName1 = ccit.getCcName();
- ccIDD1 = ccit.getCcIDD();
- ccID1 = ccIDD;
- if(ccIDD1>0){
- cci.setCcID(ccIDD1);
- ccit = cci.getClubClassInfo();
- ccName2 = ccit.getCcName();
- ccIDD2 = ccit.getCcIDD();
- ccID2 = ccIDD1;
- }
- }
- }
- //out.println(ccID);
- //out.println(ccID1);
- //out.println(ccID2);
- cuo.userGradeInfo(gvUserID, ccID, ccID1, ccID2);
- gvUserGradeName = cuo.getUserGradeName();
- gvUserGradeTxt = cuo.getUserGradeTxt();
- gvUserGradeID = cuo.getUserGradeID();
- //out.print(gvUserGradeName);
- %>