<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> 社团网站 <%@ page import="com.xxx.model.huodong" %> <%@ page import="com.xxx.model.XinWen" %> <%@ page import="com.xxx.model.Page" %> <%@ page import="com.xxx.dao.huodongDao" %> <%@ page import="com.xxx.dao.XinWenDao" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <% Integer currentPage = request.getParameter("page") == null ? 1 : Integer.parseInt(request.getParameter("page")); Integer pageSize = request.getParameter("rows") == null ? 999 : Integer.parseInt(request.getParameter("rows")); String id = request.getParameter("id") == null ? "" : request.getParameter("id"); huodong _huodong = new huodong(); _huodong.setId(id); _huodong.setstrwhere(""); huodongDao huodongDao = new huodongDao(); List huodonglist = huodongDao.gethuodongList(_huodong, new Page(currentPage, pageSize)); XinWen XinWen2 = new XinWen(); XinWen2.setstrwhere(""); XinWenDao XinWenDao = new XinWenDao(); List xinwenlist2 = XinWenDao.getXinWenList("",XinWen2, new Page(currentPage, pageSize)); %>
<% if(huodonglist!=null){ int i =-1; for(Iterator iterator = huodonglist.iterator();iterator.hasNext();){ huodong _hd = (huodong)iterator.next(); i++; %>
img

style

<%=_hd.gettitle()%>

<%=_hd.getneirong()%>

<%}} %>

留言

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

相关资讯