[pal-cvs 2521] [253] changed the link of buttons

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 15日 (日) 04:50:40 JST


Revision: 253
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=253
Author:   takeharu
Date:     2007-07-15 04:50:40 +0900 (Sun, 15 Jul 2007)

Log Message:
-----------
changed the link of buttons

Modified Paths:
--------------
    pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html
    pompei/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html
    pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html
    pompei/trunk/src/main/webapp/view/user/product/productList.html


-------------- next part --------------
Modified: pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-14 19:46:44 UTC (rev 252)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-14 19:50:40 UTC (rev 253)
@@ -9,9 +9,11 @@
 <form id="Form">
 <h2><span id="title">注文受付</span></h2>
 <div><span id="messages"></span></div>
-<label>注文を受け付けました。<br/>ご注文有難うございました。</label>
+<label>注文を受け付けました。
+<br/>ご注文有難うございました。
+<br/>またのご利用をお待ちしております。</label>
 <br/>
 <br/>
-<input type="button" value="トップページへ"/>
+<input type="button" value="トップページへ" onclick="window.target='_top';location.href='index.html]'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html	2007-07-14 19:46:44 UTC (rev 252)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html	2007-07-14 19:50:40 UTC (rev 253)
@@ -92,7 +92,7 @@
 <br />
 <br />
 <br />
-<input type="submit" id="doAdd" value="注文画面に戻る" onclick="location.href='../product/productList.html'"/>
-<input type="submit" id="doAdd" value="注文する" />
+<input type="button" value="注文画面に戻る" onclick="location.href='./checkoutEdit.html'"/>
+<input type="button" value="注文する" onclick="location.href='./checkoutComplete.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-14 19:46:44 UTC (rev 252)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-14 19:50:40 UTC (rev 253)
@@ -132,7 +132,7 @@
 <br />
 <br />
 <br />
-<input type="submit" id="doAdd" value="一覧に戻る" onclick="location.href='../product/productList.html'"/>
-<input type="submit" id="doAdd" value="確認画面へ" />
+<input type="button" value="一覧に戻る" onclick="location.href='../product/productList.html'"/>
+<input type="button" value="確認画面へ" onclick="location.href='./checkoutConfirm.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/user/product/productList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/product/productList.html	2007-07-14 19:46:44 UTC (rev 252)
+++ pompei/trunk/src/main/webapp/view/user/product/productList.html	2007-07-14 19:50:40 UTC (rev 253)
@@ -4,11 +4,16 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <title id="title-head">商品一覧画面</title>
+<script language="javaScript">
+</script>
 </head>
 <body>
 <h2><span id="title">商品一覧</span></h2>
 <form id="Form">
 <div><span id="messages"></span></div>
+<input type="button" value="注文画面へ" onclick="location.href='../checkout/checkoutEdit.html'"/>
+<br/>
+<br/>
 <label>カテゴリ:</label>
 <div id="breadcrumbs" style="display:inline;">
 <a href="productList.html?name=name"><span id="name">靴</span></a> <label>></label>


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