[pal-cvs 2525] [257] changed the link of buttons

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 16日 (月) 03:04:43 JST


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

Log Message:
-----------
changed the link of buttons
added a button for top page

Modified Paths:
--------------
    pompei/trunk/src/main/webapp/view/admin/member/memberConfirm.html
    pompei/trunk/src/main/webapp/view/admin/member/memberEdit.html
    pompei/trunk/src/main/webapp/view/admin/member/memberList.html
    pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html
    pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html
    pompei/trunk/src/main/webapp/view/admin/order/orderList.html
    pompei/trunk/src/main/webapp/view/admin/product/categoryList.html


-------------- next part --------------
Modified: pompei/trunk/src/main/webapp/view/admin/member/memberConfirm.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/member/memberConfirm.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/member/memberConfirm.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,7 @@
 <title id="title-head">会員情報編集画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <h2><span id="title">会員情報編集</span></h2>
 <form id="form" method="POST">
 <table border="1">
@@ -70,7 +71,7 @@
 </table>
 
 <hr/>
-<input type="submit" id="doUpdate" value="更新する" onclick="location.href='./memberConfirm.html'"/>
-<input type="submit" id="doUpdate" value="再編集" onclick="location.href='./memberConfirm.html'"/>
+<input type="submit" id="goMemberList" value="登録" onclick="location.href='./memberConfirm.html'"/>
+<input type="submit" id="goMemberEdit" value="戻る" onclick="location.href='./memberConfirm.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/member/memberEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/member/memberEdit.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/member/memberEdit.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,7 @@
 <title id="title-head">会員情報編集画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <h2><span id="title">会員情報編集</span></h2>
 <form id="form" method="POST">
 <table border="1">
@@ -81,6 +82,7 @@
 	</tr>
 </table>
 <hr/>
-<input type="submit" id="goConfirm" value="確認画面へ" onclick="location.href='./memberConfirm.html'"/>
+<input type="submit" id="goMemberConfirm" value="確認" onclick="location.href='./memberConfirm.html'"/>
+<input type="button" id="goMemberList" value="戻る" onclick="location.href='./memberConfirm.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/member/memberList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/member/memberList.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/member/memberList.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,7 @@
 <title id="title-head">会員一覧</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 <h2><span id="title">会員一覧</span></h2>
 <form id="form" method="POST">
 <hr />
@@ -35,12 +36,13 @@
 		<td><span id="">東京都</span></td>
 		<td><span id="">葛飾区</span></td>
 		<td>
-			<input type="submit" id="doEdit" value="編集"   onclick="location.href='./memberEdit.html'"/>
-			<input type="submit" id="doDelete" value="削除" onclick="alert('削除します。よろしいですか?')"/>
+			<input type="submit" id="goMemberEdit-update" value="編集"   onclick="location.href='./memberEdit.html'"/>
+			<input type="submit" id="doDelete" value="削除" onclick="confirm('削除します。よろしいですか?')"/>
 		</td>
 		</tr>
 	</tbody>
 	<tfoot></tfoot>
 </table>
+<input type="submit" id="goMemberEdit-add" value="追加" onclick="location.href='./memberConfirm.html'"/>
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,8 @@
 <title id="title">注文情報確認画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+
 <h2 id="title2">注文情報確認画面</h2>
 <form id="form" method="POST">
 <hr/>
@@ -128,6 +130,7 @@
 		<td><span id="customersSuburb">住所2</span></td>
 	</tr>
 </table>
-<input type="submit" id="doConfirm" value="更新" />
+<input type="submit" id="goOrderList" value="更新" />
+<input type="submit" id="goOrderEdit" value="戻る" />
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,8 @@
 <title id="title">注文情報編集画面</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+
 <h2 id="title2">注文情報編集画面</h2>
 <form id="form" method="POST">
 <hr/>
@@ -128,6 +130,7 @@
 		<td><span id="customersSuburb">住所2</span></td>
 	</tr>
 </table>
-<input type="submit" id="doConfirm" value="確認" />
+<input type="submit" id="ooOrderConfirm" value="確認" />
+<input type="submit" id="ooOrderList" value="戻る" />
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/order/orderList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -6,6 +6,8 @@
 <title id="title">注文一覧</title>
 </head>
 <body>
+<input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
+
 <h2 id="title2">注文一覧</h2>
 <hr />
 <input type="text" size="8" />~<input type="text" size="8"/>
@@ -30,18 +32,18 @@
 		</tr>
 	</thead>
 	<tbody>
-<tr style="dummy">
-<td><span id="ordersId">0001</span></td>
-<td><span id="customersId">20336</span></td>
-<td><span id="customersName">司馬 遼太郎</span></td>
-<td><span id="customersState">東京都</span></td>
-<td><span id="customersCity">府中市</span></td>
-<td><span id="customersCity" style="color:red;">未処理</span></td>
-<td>
-<input type="submit" id="doAdd" value="編集" />
-<input type="submit" id="doAdd" value="キャンセル" />
-</td>
-</tr>
+		<tr style="dummy">
+		<td><span id="ordersId">0001</span></td>
+		<td><span id="customersId">20336</span></td>
+		<td><span id="customersName">司馬 遼太郎</span></td>
+		<td><span id="customersState">東京都</span></td>
+		<td><span id="customersCity">府中市</span></td>
+		<td><span id="customersCity" style="color:red;">未処理</span></td>
+		<td>
+			<input type="submit" id="goOrderEdit" value="編集" />
+			<input type="submit" id="doCancel" value="キャンセル" />
+		</td>
+		</tr>
 	</tbody>
 	<tfoot></tfoot>
 </table>

Modified: pompei/trunk/src/main/webapp/view/admin/product/categoryList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-14 23:15:30 UTC (rev 256)
+++ pompei/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-15 18:04:43 UTC (rev 257)
@@ -3,40 +3,43 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title id="title">カテゴリ設定画面</title>
+<title id="title-head">カテゴリ設定画面</title>
 </head>
 <body>
 <input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
-
-<h2 id="title2">カテゴリ設定</h2>
+<h2 id="title">カテゴリ設定</h2>
 <hr/>
-トップ > 靴 >
-<form id="form" method="POST">
+<div id="breadcrumbItems">
+	&gt;&nbsp;<a id="goSubCategory" href="categoryList.html?categoriesId=3"><span id="breadcrumb"></span></a>
+</div>
+<hr/>
+<form id="categoryListForm" method="POST">
 <table border="1">
 	<thead>
 		<tr style="dummy" height="20px">
-			<th>&nbsp;</th>
 			<th>表示順</th>
 			<th>カテゴリ名</th>
 			<th>イメージ</th>
 			<th>&nbsp;</th>
 		</tr>
 	</thead>
-	<tbody>
+	<tbody id="categoryItems">
 		<tr style="dummy">
-			<td><input type="radio" id="delcheck"/></td>
 			<td align="center"><span id="sortOrder">1</span></td>
-			<td><span id="categoriesName"><a href="./categoryList.html">スニーカー</a></span></td>
+			<td><a id="goSubCategory" href="categoryList.html?categoriesId=1"><span id="categoriesName">カテゴリ</span></a></td>
 			<td><span id="categoriesImage">画像</span></td>
 			<td>
 				<input type="button" id="goCategoryEdit-update" value="編集"/>
-				<input type="submit" id="doChange" value="削除" onclick="confirm('削除します。よろしいですか?')"/>
+				<input type="submit" id="doDelete" value="削除" onclick="confirm('削除します。よろしいですか?')" />
 			</td>
 		</tr>
 	</tbody>
 	<tfoot></tfoot>
 </table>
+<br/>
 <input type="submit" id="goCategoryEdit-add" value="カテゴリを追加する"/>
 <input type="submit" id="doChangeOrder" value="表示順を変更する"/>
 </form>
-</body></html>
\ No newline at end of file
+</body></html>
+
+


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