<%@ page contentType="text/html;charset=windows-1252"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/window.tld" prefix="win"%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <%@ taglib uri="/WEB-INF/sslRedirect.tld" prefix="sec"%> <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> <%@ include file="/imports/includesAndScripts.jspf" %> <%@ page import= "iovis.com.product.Photo, iovis.com.product.Product, iovis.com.product.ProductBO, java.util.Vector"%> <%! private String basePath = "./"; %> <%! private Photo temp = null; %> <%! private boolean first = true; %> <%! private int imageCount = 0; %> <% imageCount = 0; photoDownload.reset(); %>
<%-- Header Component --%> <%@ include file="./imports/headerComponent.jspf" %> <%-- End Header Component --%>
<%-- Navigation Component --%> <%@ include file="./imports/navigationComponent.jspf" %> <%-- End Navigation Component --%>
<%-- Body Component --%>
WaxOnline will be up and running shortly. In the meantime, we are clearing some titles that are currently displayed on the website. Please contact zoran@waxonline.com.au for more details about sale stock. Please note, our shopping cart is currently disabled, therefore you will need to contact us directly to organize payment. We look forward to returning to full trade shortly with a new batch of fresh Wax!


<% Vector tempProducts = ProductBO.getHotWax(); for (int i=0; i<6; i=i+2) { if ( tempProducts.size() > (i + 1) ) { Product tempProduct1 = (Product)tempProducts.elementAt(i); Product tempProduct2 = (Product)tempProducts.elementAt(i+1); %> <% } } %>
<% //ProductBO tempProductBO = new ProductBO(); String soundClipID = ProductBO.getProductSoundClipID( tempProduct1.getSKU() ); Vector tempImages = tempProduct1.getPictures(); int imageEmpty = tempImages.size(); Photo tempPhoto = null; if (imageEmpty > 0) { tempPhoto = (Photo)tempImages.elementAt(0); } if (tempPhoto != null) { photoDownload.addImage(tempPhoto); %> <%= basePath %>images/cd.png <% if (!soundClipID.equals("0")) { %> <% } } else { %> <% if (!soundClipID.equals("0")) { %> <% } } %> <% java.text.NumberFormat fmt = java.text.NumberFormat.getCurrencyInstance(); %>
Title: <%= tempProduct1.getLongName() %>
Artists: <%= tempProduct1.getShortName() %>
Label: <%= tempProduct1.getManufacturer().getName() %>
Description:    <%= tempProduct1.getDescription() %>
Price:<%= fmt.format(tempProduct1.getPrice()) %> (Inc. GST)
<%= fmt.format(tempProduct1.getPrice()/1.1) %> (Int. Orders)
<% fmt = java.text.NumberFormat.getCurrencyInstance(); %>
Title: <%= tempProduct2.getLongName() %>
Artists: <%= tempProduct2.getShortName() %>
Label: <%= tempProduct2.getManufacturer().getName() %>
Description:   <%= tempProduct2.getDescription() %>
Price: <%= fmt.format(tempProduct2.getPrice()) %> (Inc. GST)
<%= fmt.format(tempProduct2.getPrice()/1.1) %> (Int. Orders)
<% //ProductBO tempProductBO2 = new ProductBO(); String soundClipID2 = ProductBO.getProductSoundClipID( tempProduct2.getSKU() ); Vector tempImages2 = tempProduct2.getPictures(); int imageEmpty2 = tempImages2.size(); Photo tempPhoto2 = null; if (imageEmpty2 > 0) { tempPhoto2 = (Photo)tempImages2.elementAt(0); } if (tempPhoto2 != null) { photoDownload.addImage(tempPhoto2); %> <%= basePath %>images/cd.png <% if (!soundClipID2.equals("0")) { %> <% } } else { %> <% if (!soundClipID2.equals("0")) { %> <% } } %>
<%-- End Body Component --%>
<%-- Footer Component --%> <%@ include file="./imports/footerComponent.jspf" %> <%-- End Footer Component --%>