%@ page import="com.intechtual.dixie.products.*,
java.util.*"
%>
<%@ include file="dixie_utils.inc"%>
<%
String URL_PREFIX = "";
int typeParm = getIntParameter(request, "type", 0);
int lineParm = getIntParameter(request, "line", 0);
int styleParm = getIntParameter(request, "style", 0);
Iterator typeIterator = ProductType.getAllProductTypes();
%>
Dixie Carpet
|
<%@ include file="products_nav.inc"%>
|
|
|
|
|
<% if (styleParm > 0) // show style detail
{
%>
<%-- show style detail begin --%>
<%@ include file="style_detail.inc"%>
<%-- show style detail end --%>
<%
}
else if ( lineParm > 0 ) // show line detail
{
%>
<%-- show line detail begin --%>
<%@ include file="line_detail.inc"%>
<%-- show line detail end --%>
<% }
else if ( typeParm > 0 )
{
%>
<%-- show type detail begin --%>
<%@ include file="type_detail.inc"%>
<%-- show type detail end --%>
<% }
else if (typeParm < 0 ) // special
{ %>
<%-- show specials begin --%>
<%@ include file="special.inc" %>
<%-- show specials end --%>
<% }
else
{ %>
<%-- show all types begin --%>
<%@ include file="type_summary.inc" %>
<%-- show all types end --%>
<% } %>
|
|
|
©2002 Dixie Carpet Installations, Inc. All Rights Reserved.
|