<%@ page contentType="text/html; charset=GBK"%> <%@page import="com.amarsoft.awe.res.JspfText"%> <%@ page import="com.tenwa.doc.action.DocListInitAction" %> <%@include file="/Frame/page/jspf/include/jsp_runtime_context.jspf" %><%@page import="com.amarsoft.web.dw.*"%><%@include file="/Frame/page/jspf/include/jsp_sqlca_head.jspf" %> <%@include file="/Frame/page/jspf/include/jsp_head_res.jspf"%> <% String compClientID = request.getParameter("CompClientID"); String attrid = CurPage.getParameter("attrid"); String className = CurPage.getParameter("className"); String flowunid = CurPage.getParameter("flowunid"); String projectid = CurPage.getParameter("projectid"); String docClassItemno = CurPage.getParameter("docClassItemno"); String objecttype = CurPage.getParameter("objecttype"); List Imagelist = new ArrayList(); if(flowunid!=null&&Imagelist.size()==0){ Imagelist=DocListInitAction.nextImagebyFlowunid(flowunid,docClassItemno,objecttype); } // if(projectid!=null&&Imagelist.size()==0){ // Imagelist=DocListInitAction.nextImagebyProjectId(projectid,docClassItemno,objecttype); // } int imageattridv = 0; int index = 0; %>
<%@ include file="/IncludeEnd.jsp"%>