<%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0" prefix="xtags" %> <% String pgid="products"; %> <%@ include file="commonjsps/i.top.jsp" %> <% String path_xml= Message.getMessageBundle("path.xml.products",bundle,request); String product_id = request.getParameter("id"); String xpath_product = "root/categorii/categorie/subcategorie/produse/produs[@id='" + product_id + "']"; String xpath_product_count = "count(" + xpath_product + ")"; String xpath_photo_count = "count(" + xpath_product + "/foto/filename" + ")"; String xpath_product_galerie = xpath_product + "/galerie/foto"; String xpath_product_galerie_count = "count(" + xpath_product_galerie + ")"; String xpath_product_main_foto = xpath_product + "/foto/filename"; String xpath_product_main_width = xpath_product + "/foto/width"; String xpath_product_main_height = xpath_product + "/foto/height"; String xpath_product_descriere = xpath_product + "/descriere"; String xpath_product_denumire = xpath_product + "/denumire"; String xpath_product_fisiere = xpath_product + "/fisiere/fisier"; %>
<% if (Integer.parseInt(product_count) > 0){ %> <% if (Integer.parseInt(galerie_count) > 0){ %>
galerie de imagini
<%int i=0;%> <%if (i%2 == 0){%> <%}%>
<%}%> <%i++;%> , )" href="library/images/products/m_">">
<%=descriere%>
<%if (i%2 != 0){%>
<%}%> <%if (i%2 == 0){%>
<% }%> <% }%>

<% if (Integer.parseInt(product_count) == 0){ %> <% } else {%> <% if (Integer.parseInt(photo_count) > 0){ %> <% } %> <% }%>

"/>, )" href="library/images/products/m_"> "/>">
<%=descriere%>


<%@ include file="commonjsps/i.bottom.jsp" %>