<%@ include file="../../lib/html/defaultHeader.jsp" %> <%= textSnippets.getProperty("windowTitel") %> <%@ include file="./metaInclude.jsp" %>
<%@ include file="../../ar01/templates/xxxxxAr01HeadChooseLanguage.jsp" %> <%@ include file="../../ar01/templates/xxxxxAr01HeadNavigation.jsp"%> <%@ include file="../../ar01/templates/xxxxxAr01HeadDirectOrder.jsp"%> <%@ include file="../../ar01/templates/xxxxxAr01HeadNavTree.jsp"%>
<%@ include file="../../ar03/templates/xxxxxAr03ServiceNavigation.jsp" %>
<%@ include file="../../ar02/templates/xxxxxAr02LeftNavigationColoured.jsp" %>
<% rsD = null; String picCatPathWeb = ""; String picNameProduct = ""; String templateLink = ""; String navSeqLink = ""; int widthLast = 0; int caseLast = 0; int countRows = 0; int runnerSubnav2 = 1; //Check Spaltenaufteilung rsD = conDelivery.getContentBlocks(navSeq); while(rsD.next()) { countRows++; } rsD.close(); rsD = conDelivery.getContentBlocks(navSeq); while(rsD.next()) { conSeq = rsD.getString(1); rsB = conDelivery.getContentPicture(rsD.getString(1),"10"); if(rsB.next()) { picCatPathWeb = picCatEngn.getCatTreePathWeb(rsB.getString(6),language,organisation); picNameProduct = rsB.getString(1); } rsC = conDelivery.getContentInternlinks(rsD.getString(1)); while(rsC.next()) { rsA = conDelivery.getNavItemComplete(rsC.getString(1)); if(rsA.next()) { CcItemNavigation activeNav1 = new CcItemNavigation(rsA); String href=ndlr.renderLink(activeNav1); templateLink =href; navSeqLink = rsC.getString(1); } } if(rsD.isLast()) { if(countRows%3 == 1) //3spaltig { widthLast = 538; caseLast = 1; } else if(countRows%3 == 2) //2spaltig { widthLast = 351; caseLast = 2; } else //1spaltig { widthLast = 168; caseLast = 0; } %>
">
<%= rsD.getString(2) %>
<% } else { %>
">
<%= rsD.getString(2) %>
<% } runnerSubnav2++; picCatPathWeb = ""; picNameProduct = ""; templateLink = ""; navSeqLink = ""; } rsD.close(); %>
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumn.jsp" %>
<%@ include file="../../lib/html/defaultFooter.jsp" %>