%--
Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
This software is the proprietary information of Sun Microsystems, Inc.
Use is subject to license terms.
--%>
<%@ include file="initdestroy.jsp" %>
<%@ page import="java.util.*, cart.*" %>
<%
ResourceBundle messages = (ResourceBundle)session.getAttribute("messages");
%>
<%=messages.getString("ItemQuantity")%> | <%=messages.getString("ItemTitle")%> | <%=messages.getString("ItemPrice")%> | ||
---|---|---|---|---|
<%=item.getQuantity()%> | <%=book.getTitle()%> |
|
<%=messages.getString("RemoveItem")%> | |
| ||||
<%=messages.getString("Subtotal")%> |
|
<%=messages.getString("ContinueShopping")%>
<%=messages.getString("Checkout")%>
<%=messages.getString("ClearCart")%>
<%
} else {
%>
<%=messages.getString("CartEmpty")%>