<%@ include file="/header.jsp" %> <%@ include file="/title.jsp" %> <%= print_popup(session) %>
<% String pathinfo = request.getPathInfo(); String parent = null; if ( pathinfo != null && pathinfo.length() > 1 ) { parent = pathinfo.substring(1,pathinfo.length()); if ( parent.indexOf("/") > -1 ) { parent = parent.substring(0,parent.indexOf("/") ); } } else { parent = "0"; } CategoryBeanFactory fact = new CategoryBeanFactory(con, new Where("childof = "+parent), new Orderby("orderby")); fact.openCursor(); %><% while ( fact.next() ) { CategoryBean category = (CategoryBean) fact.getObject(); if ( category.hasChildren(con) ){ %> <% } else { %> <% } } fact.closeCursor(); %>
<%= category.getImagepath() %>

<%= category.getTitle() %>

<%= category.getDescrip() %>

<%= category.getImagepath() %>

<%= category.getTitle() %>

<%= category.getDescrip() %>

<%@ include file="/foot.jsp"%>