<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %> 宇晨相册——查询个人相册 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <% if(null==session.getAttribute("userInfo")){ response.sendRedirect("index.jsp"); } %>
     当前用户:${sessionScope.userInfo.username} 请您上传自己的相片
查询个人相册
<% String[] typePhoto=(String[])request.getAttribute("type"); int lineCount=5; int typeLength=typePhoto.length; int rowCount=typeLength/lineCount; if(typeLength%lineCount!=0){ rowCount++; } List list=(List)request.getAttribute("list"); %> <% for(int i=0;i <% if(i%lineCount==lineCount-1){ out.print(""); } } if(rowCount*lineCount-typeLength>0){ int overCount=rowCount*lineCount-typeLength; for(int j=0;j "); } } %>
<% for(int j=0;j <% break; } }%>
<%=typePhoto[i]%>