<%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 流程列表
${flowType.typeName }
<% int i = 1; %> <% if(i%5==1){%>
<% }%>
${flow.modelName }
<% if(i%5==0){%>
<% } i++; %>
<%@ include file="/include/message.jsp"%>