[pal-cvs 2676] [408] replaced with pompei-core at a link to a top page.

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2007年 7月 28日 (土) 06:56:12 JST


Revision: 408
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=408
Author:   shinsuke
Date:     2007-07-28 06:56:12 +0900 (Sat, 28 Jul 2007)

Log Message:
-----------
replaced with pompei-core at a link to a top page.

Modified Paths:
--------------
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderConfirm.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productConfirm.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productDetails.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productList.html
    pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/search/search.html


-------------- next part --------------
Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberConfirm.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">会員情報編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">会員情報編集画面</label></h2>
 <hr/>
 <form id="form" method="POST">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">会員情報編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">会員情報編集</label></h2>
 <hr />
 <form id="form" method="POST">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/member/memberList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -17,7 +17,7 @@
 </script>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">会員一覧</label></h2>
 <form id="form" method="POST">
 <hr />

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderConfirm.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">注文情報確認画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <h2><label id="title">注文情報確認画面</label></h2>
 <form id="form" method="POST">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">注文情報編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <h2><label id="title">注文情報編集画面</label></h2>
 <form id="form" method="POST">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -17,7 +17,7 @@
 </script>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <h2><label id="title">注文一覧</label></h2>
 <hr />

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">カテゴリ登録/編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">カテゴリの登録</label></h2>
 <hr/>
 <div id="breadcrumbItems">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -17,7 +17,7 @@
 </script>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title"></label></h2>
 <hr/>
 <div id="breadcrumbItems">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">メーカー編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <form id="form" method="POST">
 <input type="hidden" id="manufacturersId"/>

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/manufacturerList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -17,7 +17,7 @@
 </script>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <form id="form" method="POST">
 <input type="hidden" id="mode" />

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productConfirm.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productConfirm.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productConfirm.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title">商品登録内容確認画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <h2 id="title2">商品登録確認</h2>
 <hr />

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">商品登録編集画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">商品登録編集画面</label></h2>
 <hr/>
 <div id="breadcrumbItems">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/admin/product/productList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">商品一覧</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 
 <form id="form" method="POST">
 <input type="hidden" id="rowIndex" />

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-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">カート画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<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">

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutComplete.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">注文受付画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文受付</span></h2>
 <div><span id="messages"></span></div>
@@ -15,6 +15,6 @@
 <br/>またのご利用をお待ちしております。</label>
 <br/>
 <br/>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutConfirm.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">注文確認画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文確認</span></h2>
 <div><span id="messages"></span></div>

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/checkout/checkoutEdit.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">注文画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <form id="Form">
 <h2><span id="title">注文情報入力</span></h2>
 <div><span id="messages"></span></div>

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productDetails.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productDetails.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productDetails.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">商品詳細画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <form id="Form">
 <h2><label id="title">商品詳細</label></h2>
 <div><span id="messages"></span></div>

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productList.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productList.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/product/productList.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -10,7 +10,7 @@
 </script>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label id="title">商品一覧</label></h2>
 <form id="Form">
 <input type="hidden" id="parentId" />

Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/search/search.html
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/search/search.html	2007-07-27 19:10:28 UTC (rev 407)
+++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/search/search.html	2007-07-27 21:56:12 UTC (rev 408)
@@ -6,7 +6,7 @@
 <title id="title-head">商品検索画面</title>
 </head>
 <body>
-<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+<input type="button" value="トップページへ" onclick="location.href='/pompei-core/view/index.html'"/>
 <h2><label>商品検索</label></h2>
 <form id="Form">
 <div><span id="messages"></span></div>


pal-cvs メーリングリストの案内
アーカイブの一覧に戻る