[pal-cvs 2870] [614] put a color.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 10月 8日 (月) 07:29:22 JST


Revision: 614
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=614
Author:   shinsuke
Date:     2007-10-08 07:29:21 +0900 (Mon, 08 Oct 2007)

Log Message:
-----------
put a color.

Modified Paths:
--------------
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html


-------------- next part --------------
Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html	2007-10-07 22:22:53 UTC (rev 613)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html	2007-10-07 22:29:21 UTC (rev 614)
@@ -15,33 +15,33 @@
           </div>
           <table border="1" style="width: 100%;" cellspacing="0">
             <thead>
-              <tr style="dummy">
-                <th align="center">
+              <tr>
+                <th align="center" style="color: black;background-color: #fff1a1;">
                   <label>商品名</label>
                 </th>
-                <th align="center" width="100">
+                <th align="center" width="100" style="color: black;background-color: #fff1a1;">
                   <label>単価</label>
                 </th>
-                <th align="center" width="60">
+                <th align="center" width="60" style="color: black;background-color: #fff1a1;">
                   <label>数量</label>
                 </th>
-                <th align="center" width="100">
+                <th align="center" width="100" style="color: black;background-color: #fff1a1;">
                   <label>小計</label>
                 </th>
-                <th align="center" width="50">
+                <th align="center" width="50" style="color: black;background-color: #fff1a1;">
                   <label>消費税</label>
                 </th>
-                <th align="center" width="40">
+                <th align="center" width="40" style="color: black;background-color: #fff1a1;">
                   <label>送料</label>
                 </th>
-                <th align="center" width="50">
+                <th align="center" width="50" style="color: black;background-color: #fff1a1;">
                   <label>代引料</label>
                 </th>
-                <th>&nbsp;</th>
+                <th style="color: black;background-color: #fff1a1;">&nbsp;</th>
               </tr>
             </thead>
             <tbody id="productItems">
-              <tr style="dummy">
+              <tr>
                 <td align="left"><span id="productName">XXX 01MAX</span><br />
 			  &nbsp;<label>コード:</label><span id="productCode">MX-XXX</span><br />
 			  &nbsp;<label>型番:</label><span id="productModel">MX-XXX</span>


pal-cvs メーリングリストの案内
Back to archive index