| <%@ 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;
}
%>
<%
}
else
{
%>
<%
}
runnerSubnav2++;
picCatPathWeb = "";
picNameProduct = "";
templateLink = "";
navSeqLink = "";
}
rsD.close();
%>
|
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumn.jsp" %> |