[pal-cvs 2527] [259] changed the link of buttons

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 16日 (月) 03:06:41 JST


Revision: 259
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=259
Author:   takeharu
Date:     2007-07-16 03:06:41 +0900 (Mon, 16 Jul 2007)

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

Modified Paths:
--------------
    pompei/trunk/src/main/webapp/view/user/cart/productList.html
    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/productDetails.html
    pompei/trunk/src/main/webapp/view/user/product/productList.html
    pompei/trunk/src/main/webapp/view/user/search/search.html


-------------- next part --------------
Modified: pompei/trunk/src/main/webapp/view/user/cart/productList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/cart/productList.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/cart/productList.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">カート画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <form id="form" method="POST">
 <h2><span id="title">カート情報</span></h2>
 <table border="1">

Modified: pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">注文受付画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文受付</span></h2>
 <div><span id="messages"></span></div>
@@ -14,6 +15,6 @@
 <br/>またのご利用をお待ちしております。</label>
 <br/>
 <br/>
-<input type="button" value="トップページへ" onclick="window.target='_top';location.href='index.html]'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/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-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">注文確認画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文確認</span></h2>
 <div><span id="messages"></span></div>

Modified: pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">注文画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文情報入力</span></h2>
 <div><span id="messages"></span></div>

Modified: pompei/trunk/src/main/webapp/view/user/product/productDetails.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/product/productDetails.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/product/productDetails.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">商品詳細画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <form id="Form">
 <h2><label>商品詳細</label></h2>
 <div><span id="messages"></span></div>

Modified: pompei/trunk/src/main/webapp/view/user/product/productList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/product/productList.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/product/productList.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -8,6 +8,7 @@
 </script>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <h2><span id="title">商品一覧</span></h2>
 <form id="Form">
 <div><span id="messages"></span></div>

Modified: pompei/trunk/src/main/webapp/view/user/search/search.html
===================================================================
--- pompei/trunk/src/main/webapp/view/user/search/search.html	2007-07-15 18:05:39 UTC (rev 258)
+++ pompei/trunk/src/main/webapp/view/user/search/search.html	2007-07-15 18:06:41 UTC (rev 259)
@@ -6,6 +6,7 @@
 <title id="title-head">商品検索画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <h2><label>商品検索</label></h2>
 <form id="Form">
 <div><span id="messages"></span></div>


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