| <%@ include file="../../ar02/templates/xxxxxAr02LeftNavigationCurrentProduct.jsp" %> |
<%
CcItemNavigation activeNav1;
rsA = conDelivery.getContentBlocks(navSeq);
while(rsA.next())
{
conSeq = rsA.getString(1);
if(rsA.getInt("con_sort")%2==0)
{
//Überschrift
if (!rsA.getString(2).equals(""))
{
%>
<%= rsA.getString(2) %><% } //Bilder rsB = conDelivery.getContentPictures(conSeq); if(rsB.isBeforeFirst()) { %>
<%
while(rsB.next())
{
picName2 = rsB.getString("pcd_filename");
picCatPathWeb =picCatEngn.getCatTreePathWeb(rsB.getString("pcc_seq"),language,organisation);
if(!rsB.isLast())
{
%>
<%
}
//Subheadline + Text
if (!rsA.getString(3).equals("") || !rsA.getString(4).equals(""))
{
%>
<%
if (!rsA.getString(3).equals(""))
{
%>
<%
}
%>
<%
}
else //ungerade ConSeq
{
//Überschrift
if (!rsA.getString(2).equals(""))
{
%>
<%= rsA.getString(3) %><% if (!rsA.getString(4).equals("")) { if(rsA.getString(4).indexOf("-1 || rsA.getString(4).indexOf("
<%= rsA.getString(4) %> <% } } } else { if (!rsA.getString(4).equals("")) { %> <%= rsA.getString(4) %> <% } } //Dokumente rsB = conDelivery.getContentDocuments(conSeq); while(rsB.next()) { %> <% } //interne Links rsB = conDelivery.getContentInternlinks(conSeq); while(rsB.next()) { rsC = conDelivery.getNavItemComplete(rsB.getString(1)); if(rsC.next()) { activeNav1 = new CcItemNavigation(rsC); String href=ndlr.renderLink(activeNav1); %> <% } } //externe Links rsB = conDelivery.getContentExternlinks(conSeq); while(rsB.next()) { %> <% } %><%= rsA.getString(2) %><% } //Bilder rsB = conDelivery.getContentPictures(conSeq); if(rsB.isBeforeFirst()) { %>
<%
while(rsB.next())
{
picName2 = rsB.getString("pcd_filename");
picCatPathWeb =picCatEngn.getCatTreePathWeb(rsB.getString("pcc_seq"),language,organisation);
if(!rsB.isLast())
{
%>
<%
}
//Subheadline + Text
if (!rsA.getString(3).equals("") || !rsA.getString(4).equals(""))
{
%>
<%
if (!rsA.getString(3).equals(""))
{
%>
<%
}
%>
<%
}
}
rsA.close();
%>
<%= rsA.getString(3) %><% if (!rsA.getString(4).equals("")) { if(rsA.getString(4).indexOf("-1 || rsA.getString(4).indexOf("
<%= rsA.getString(4) %> <% } } } else { if (!rsA.getString(4).equals("")) { %> <%= rsA.getString(4) %> <% } } //Dokumente rsB = conDelivery.getContentDocuments(conSeq); while(rsB.next()) { %> <% } //interne Links rsB = conDelivery.getContentInternlinks(conSeq); while(rsB.next()) { rsC = conDelivery.getNavItemComplete(rsB.getString(1)); if(rsC.next()) { activeNav1 = new CcItemNavigation(rsC); String href=ndlr.renderLink(activeNav1); %> <% } } //externe Links rsB = conDelivery.getContentExternlinks(conSeq); while(rsB.next()) { %> <% } %> |
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumnShort.jsp" %> |