home *** CD-ROM | disk | FTP | other *** search
- #*
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- *#
- #parse ("view/velocity/IncludeTop.vm")
-
-
- <table align="left" bgcolor="#008800" border="0" cellspacing="2" cellpadding="2">
- <tr><td bgcolor="#FFFF88">
- <a href="index.do"><b><font color="BLACK" size="2"><< Main Menu</font></b></a>
- </td></tr>
- </table>
-
- <p>
- <center>
- <b>Please confirm the information below and then press continue...</b>
- </center>
- <p>
- <table width="60%" align="center" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFF88">
- <tr bgcolor="#FFFF88"><td align="center" colspan="2">
- <font size="4"><b>Order</b></font>
- <br /><font size="3"><b>$fmt.formatDate($order.orderDate, 'yyyy/MM/dd hh:mm:ss')</b></font>
- </td></tr>
- <tr bgcolor="#FFFF88"><td colspan="2">
- <font color="GREEN" size="4"><b>Payment Details</b></font>
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Card Type:</td><td>
- $order.cardType
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Card Number:</td><td>$order.creditCard <font color="red" size="2">* Fake number!</font>
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Expiry Date (MM/YYYY):</td><td>$order.expiryDate
- </td></tr>
-
- <tr bgcolor="#FFFF88"><td colspan="2">
- <font color="GREEN" size="4"><b>Billing Address</b></font>
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- First name:</td><td>$order.billToFirstName
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Last name:</td><td>$order.billToLastName
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Address 1:</td><td>$order.billAddress1
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Address 2:</td><td>$order.billAddress2
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- City: </td><td>$order.billCity
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- State:</td><td>$order.billState
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Zip:</td><td>$order.billZip
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Country: </td><td>$order.billCountry
- </td></tr>
- <tr bgcolor="#FFFF88"><td colspan="2">
- <font color="GREEN" size="4"><b>Shipping Address</b></font>
- </td></tr><tr bgcolor="#FFFF88"><td>
- First name:</td><td>$order.shipToFirstName
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Last name:</td><td>$order.shipToLastName
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Address 1:</td><td>$order.shipAddress1
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Address 2:</td><td>$order.shipAddress2
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- City: </td><td>$order.shipCity
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- State:</td><td>$order.shipState
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Zip:</td><td>$order.shipZip
- </td></tr>
- <tr bgcolor="#FFFF88"><td>
- Country: </td><td>$order.shipCountry
- </td></tr>
-
- </table>
- <p>
- <center><a href="${continuation.id}.kont?confirmed=true"><img border="0" src="images/button_continue.gif" /></a></center>
-
- </p></p></p>
- #parse ("view/velocity/IncludeBottom.vm")
-
-
-
-
-