<%@include file="../comm/init.txt"%><%@page buffer="true" import="kgweb.table.*;kgweb.comm.*;kgweb.bean.KgverBean;java.util.List"%><% KgverBean actionBean = new KgverBean(); ExeEvent exeEvent = new ExeEvent(session, response, _thisFileName+'$'+$ke$sourceLineNumber, _thisFileName, actionBean ); //执行 int actionId = actionBean.getAllTKgvers(); // if (actionId < 0) { //发生了错误 //根据执行结果进行跳转 exeEvent.action(actionId); return; } //没有发生错误则继续下去 List kgverList = actionBean.getKgverList(); %>
<%out.print(_bundle.getString("download_index_0"), _charsetName);%> <%//公用变量 TKgdl tempKgdl;int countKgdl = 0;java.util.Iterator kgdlIt; for(int i = 0; i < kgverList.size(); i++) {%> <% //TKgdl.dltype = 'b' kgdlIt = kgverList.get(i).getKgdl().iterator(); while (kgdlIt.hasNext()) { if ((tempKgdl = kgdlIt.next()).getDltype() == 'b') {%> <%} } }%>
<%out.print(_bundle.getString("download_index_1") + kgverList.get(i).getVer(), _charsetName);%>
<%out.print(_bundle.getString("download_index_2") + (++countKgdl), _charsetName);%> <%if (tempKgdl.getContentid() != null) {out.print(_bundle.getString("download_index_" + tempKgdl.getContentid()), _charsetName);}%>

<%out.print(_bundle.getString("download_index_3"), _charsetName);%> <%for(int i = 0; i < kgverList.size(); i++) {%> <% countKgdl = 0; //TKgdl.dltype = 'p' kgdlIt = kgverList.get(i).getKgdl().iterator(); while (kgdlIt.hasNext()) { if ((tempKgdl = kgdlIt.next()).getDltype() == 'p') {%> <%} } }%>
<%out.print(_bundle.getString("download_index_1") + kgverList.get(i).getVer(), _charsetName);%>
<%out.print(_bundle.getString("download_index_2") + (++countKgdl), _charsetName);%> <%if (tempKgdl.getContentid() != null) {out.print(_bundle.getString("download_index_" + tempKgdl.getContentid()), _charsetName);}%>

<%out.print(_bundle.getString("download_index_5"), _charsetName);%>
<%out.print(_bundle.getString("download_index_6"), _charsetName);%>

<%out.print(_bundle.getString("download_index_7"), _charsetName);%>

<%out.print(_bundle.getString("download_index_12"), _charsetName);%>
<%out.print(_bundle.getString("download_index_13"), _charsetName);%>

<%out.print(_bundle.getString("download_index_14"), _charsetName);%>
<%out.print(_bundle.getString("download_index_15"), _charsetName);%>

<%out.print(_bundle.getString("download_index_16"), _charsetName);%>
<%out.print(_bundle.getString("download_index_4"), _charsetName);%> <%for(int i = 0; i < kgverList.size(); i++) {%> <% countKgdl = 0; //TKgdl.dltype = 's' kgdlIt = kgverList.get(i).getKgdl().iterator(); while (kgdlIt.hasNext()) { if ((tempKgdl = kgdlIt.next()).getDltype() == 's') {%> <%} } }%>
<%out.print(_bundle.getString("download_index_1") + kgverList.get(i).getVer(), _charsetName);%>
<%out.print(_bundle.getString("download_index_2") + (++countKgdl), _charsetName);%> <%if (tempKgdl.getContentid() != null) {out.print(_bundle.getString("download_index_" + tempKgdl.getContentid()), _charsetName);}%>

<%out.print(_bundle.getString("download_index_4"), _charsetName);%>
<%out.print(_bundle.getString("download_index_18"), _charsetName);%>
<%out.print(_bundle.getString("download_index_2") + 1, _charsetName);%> <%out.print(_bundle.getString("download_index_19"), _charsetName);%>

<%! //此文件需要生成静态页面 public String getStaticPageId(DRequestItface request, DSessionItface session, DApplicationItface application) { kgweb.region.Version _ver = (kgweb.region.Version)session.getAttribute("version"); int regId; if (_ver == null) { regId = 0; } else { regId = _ver.getRegionId(); } return "/download/content.htm_regionId=" + regId; } %><%@include file="../comm/end.txt"%>