| <%@ include file="../../ar02/templates/xxxxxAr02LeftNavigationCurrentProduct.jsp" %> |
<%
if(!conSeqMore.equals(""))
{
rsA = conDelivery.getContentBlock(conSeqMore);
String picName = "";
String picName2 = "";
String picCatPathWeb="";
if(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);
%>
<%
}
//Subheadline + Text
if (!rsA.getString(3).equals("") || !rsA.getString(4).equals(""))
{
%>
<%
if (!rsA.getString(3).equals(""))
{
%>
<%= rsA.getString(3) %><% if (!rsA.getString(4).equals("")) { if((rsA.getString(4)).indexOf("") > -1)
{
%>
<%= rsA.getString(4) %>
<%
}
else
{
%>
<%= rsA.getString(4) %> <%= 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);
%>
<%
}
//Subheadline + Text
if (!rsA.getString(3).equals("") || !rsA.getString(4).equals(""))
{
%>
<%
if (!rsA.getString(3).equals(""))
{
%>
<%= rsA.getString(3) %><% if (!rsA.getString(4).equals("")) { if((rsA.getString(4)).indexOf("") > -1)
{
%>
<%= rsA.getString(4) %>
<%
}
else
{
%>
<%= rsA.getString(4) %> |
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumnShort.jsp" %> |