home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / Item.vm < prev    next >
Encoding:
Text File  |  2004-07-12  |  1.9 KB  |  72 lines

  1. #*
  2.   Copyright 1999-2004 The Apache Software Foundation
  3.  
  4.   Licensed under the Apache License, Version 2.0 (the "License");
  5.   you may not use this file except in compliance with the License.
  6.   You may obtain a copy of the License at
  7.  
  8.       http://www.apache.org/licenses/LICENSE-2.0
  9.  
  10.   Unless required by applicable law or agreed to in writing, software
  11.   distributed under the License is distributed on an "AS IS" BASIS,
  12.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.   See the License for the specific language governing permissions and
  14.   limitations under the License.
  15. *#
  16. #parse("view/velocity/IncludeTop.vm")
  17.  
  18. <table align="left" bgcolor="#008800" border="0" cellspacing="2" cellpadding="2">
  19. <tr><td bgcolor="#FFFF88">
  20. <a href="viewProduct.do?productId=$product.productId"><b><font color="BLACK" size="2"><< $product.name</font></b></a>
  21. </td></tr>
  22. </table>
  23.  
  24. <p>
  25.  
  26.  
  27. <table align="center" bgcolor="#008800" cellspacing="2" cellpadding="3" border="0" width="60%">
  28. <tr bgcolor="#FFFF88">
  29. <td bgcolor="#FFFFFF">
  30. $product.descn</image>
  31. </td>
  32. </tr>
  33. <tr bgcolor="#FFFF88">
  34. <td width="100%" bgcolor="#cccccc">
  35.   <b>$item.itemId</b>
  36. </td>
  37. </tr><tr bgcolor="#FFFF88">
  38. <td>
  39.   <b><font size="4">
  40.     $item.attr1
  41.     $!item.attr2
  42.     $!item.attr3
  43.     $!item.attr4
  44.     $!item.attr5
  45.     $!item.product.name
  46.   </font></b>
  47. </td></tr>
  48. <tr bgcolor="#FFFF88"><td>
  49.   <font size="3"><i>$product.name</i></font>
  50. </td></tr>
  51. <tr bgcolor="#FFFF88"><td>
  52. #if ($quantity.intValue() <= 0)
  53.     <font color="RED" size="2"><i>Back ordered.</i></font>
  54. #else
  55.     <font size="2">$quantity.intValue() in stock.</font>
  56. #end
  57. </td></tr>
  58. <tr bgcolor="#FFFF88"><td>
  59.   $fmt.formatNumber($item.listPrice, '$#,##0.00')
  60. </td></tr>
  61.  
  62. <tr bgcolor="#FFFF88"><td>
  63. <a href="addItemToCart.do?itemId=$item.itemId" >
  64.   <img border="0" src="images/button_add_to_cart.gif" /></a>
  65. </td></tr>
  66. </table>
  67.  
  68. </p>
  69. #parse ("view/velocity/IncludeBottom.vm")
  70.  
  71.  
  72.