[pal-cvs 2741] [473]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 8月 24日 (金) 14:22:13 JST


Revision: 473
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=473
Author:   takeharu
Date:     2007-08-24 14:22:13 +0900 (Fri, 24 Aug 2007)

Log Message:
-----------


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-08-24 05:21:49 UTC (rev 472)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html	2007-08-24 05:22:13 UTC (rev 473)
@@ -9,7 +9,7 @@
 <input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <form id="form" method="POST">
 <h2><span id="title">カート情報</span></h2>
-<table border="1">
+<table id="productsGrid">
 	<thead>
 		<tr style="dummy" height="20px">
 			<th><label>NO</label></th>
@@ -21,30 +21,32 @@
 			<th>&nbsp;</th>
 		</tr>
 	</thead>
-	<tbody id="product">
+	<tbody>
 		<tr style="dummy">
-			<td><span id="no">1</span></td>
+			<td><span id="productsIndex">1</span></td>
 			<td><span id="productsName">XXX 01MAX</span></td>
 			<td><span id="productsModel">MX-XXX</span></td>
 			<td><span id="manufacturersId">アディダス</span></td>
-			<td><input size="2" id="count" value="1"/></td>
+			<td><input size="2" id="itemCount" value="1"/></td>
 			<td><span id="productsPrice">30,000</span></td>
-			<td><input type="submit" id="doDelete" value="取消" onclick="alert('カートから削除します。よろしいですか?')"/></td>
+			<td>
+				<a id="goProductDelete" href="./productList.html?productsIndex=0" onClick="this.href=this.href+'&delete=true'">削除</a>
+			</td>
 		</tr>
 	</tbody>
 	<tfoot>
 		<tr>
-		<td colspan="5" align="right">合計</td>
-		<td colspan="2">30,000</td>
+		<td colspan="5" align="right"><label>合計</label></td>
+		<td colspan="2"><span id="totalPrice">10000</span></td>
 		</tr>
 	</tfoot>
 </table>
 <input type="submit" id="doAdd" value="カートを更新する" />
 <br />
 <br />
-<input type="submit" id="doAdd" value="一覧へ戻る" />
+<input type="submit" id="doJumpProductList" value="一覧へ戻る" />
 <br />
 <br />
-<input type="submit" id="doAdd" value="注文画面へ" />
+<input type="submit" id="doJumpCheckoutEdit" value="注文画面へ" />
 </form>
 </body></html>


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