clubList.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
- <%@ page language="java" contentType="text/html;charset=gb2312" session="true" %>
- <%@ include file="./GVgb2312/gvImport.jsp" %>
- <%@ include file="./GVfilesInc/gvData_GB2312.jsp" %>
- <jsp:useBean id="ctc" scope="page" class="com.gamvan.club.topic.ClubTopicCollection"/>
- <%
- int ccID = TypeChange.stringToInt(request.getParameter("ccID"));
- int tPro = TypeChange.stringToInt(request.getParameter("tPro"));
- int tOrder = TypeChange.stringToInt(request.getParameter("tOrder"));
- int tList = TypeChange.stringToInt(request.getParameter("tList"));
- int tLen=TypeChange.stringToInt(request.getParameter("tLen"));
- if(tList<1){
- tList = 10;
- }
- //out.print("document.write("<table border=0 width=100% cellpadding=0 cellspacing=0>");");
- %>
- <c:set value="-1" target="${ctc}" property="topicReID" />
- <%
- String tUrl = clubUrl+"/club/clubPage.jsp?ccStyle=1";
- List list = ctc.topicImportList(1, tList, 0, tPro, 0);
- ClubClassItem ccit = null;
- %>
- <c:catch var="error">
- <c:forEach var="t" items="<%=list%>">
- <%//out.print("document.write("<tr><td height=10>");n");%>
- <%out.print("document.write("* ");n");%>
- <club:topic type="topicScript" url="<%=tUrl%>" linkId="<%=tLen%>" ccID="${t.ccID}" idIs="${t.topicID}" value="${t.topic}" property="_blank"/>
- <%out.print("document.write("<br>");n");%>
- <%//out.print("document.write("</td></tr>");n");%>
- </c:forEach>
- </c:catch>
- <c:out value="${error}"/>
- <%//out.print("document.write("</table>");");%>