[pal-cvs 2512] [244] added html for order management

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 13日 (金) 04:55:06 JST


Revision: 244
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=244
Author:   takeharu
Date:     2007-07-13 04:55:06 +0900 (Fri, 13 Jul 2007)

Log Message:
-----------
added html for order management

Added Paths:
-----------
    pompei/trunk/src/main/webapp/view/admin/order/
    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


-------------- next part --------------
Added: pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-12 19:54:25 UTC (rev 243)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderConfirm.html	2007-07-12 19:55:06 UTC (rev 244)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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>
+</head>
+<body>
+<h2 id="title2">注文情報確認画面</h2>
+<form id="form" method="POST">
+<hr/>
+個人情報
+<table>
+	<tr style="dummy" height="20px">
+		<th>顧客ID</th>
+		<td><span id="customersId">顧客ID</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>顧客名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>電話番号</th>
+		<td><span id="customersTelephone">090-9999-9999</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>Eメールアドレス</th>
+		<td><span id="customersEmailAddress">abc****@hoge*****</span></td>
+	</tr>
+</table>
+<hr/>
+お届け先
+<table>
+	<tr style="dummy" height="20px">
+		<th>お届け先名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+</table>
+<hr/>
+会社情報
+<table>
+	<tr style="dummy" height="20px">
+		<th>お届け先名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+</table>
+<input type="submit" id="doConfirm" value="更新" />
+</form>
+</body></html>
\ No newline at end of file

Added: pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-12 19:54:25 UTC (rev 243)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderEdit.html	2007-07-12 19:55:06 UTC (rev 244)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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>
+</head>
+<body>
+<h2 id="title2">注文情報編集画面</h2>
+<form id="form" method="POST">
+<hr/>
+個人情報
+<table>
+	<tr style="dummy" height="20px">
+		<th>顧客ID</th>
+		<td><span id="customersId">顧客ID</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>顧客名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>電話番号</th>
+		<td><span id="customersTelephone">090-9999-9999</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>Eメールアドレス</th>
+		<td><span id="customersEmailAddress">abc****@hoge*****</span></td>
+	</tr>
+</table>
+<hr/>
+お届け先
+<table>
+	<tr style="dummy" height="20px">
+		<th>お届け先名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+</table>
+<hr/>
+会社情報
+<table>
+	<tr style="dummy" height="20px">
+		<th>お届け先名</th>
+		<td><span id="customersName">顧客名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>郵便番号</th>
+		<td><span id="customersPostcode">郵便番号</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>国</th>
+		<td><span id="customersCountry">国</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>都道府県</th>
+		<td><span id="customersState">都道府県</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>市区町村</th>
+		<td><span id="customersCity">市区町村</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>会社名</th>
+		<td><span id="customersCompany">会社名</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所1</th>
+		<td><span id="customersStreetAddress">住所1</span></td>
+	</tr>
+	<tr style="dummy" height="20px">
+		<th>住所2</th>
+		<td><span id="customersSuburb">住所2</span></td>
+	</tr>
+</table>
+<input type="submit" id="doConfirm" value="確認" />
+</form>
+</body></html>
\ No newline at end of file

Added: pompei/trunk/src/main/webapp/view/admin/order/orderList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-12 19:54:25 UTC (rev 243)
+++ pompei/trunk/src/main/webapp/view/admin/order/orderList.html	2007-07-12 19:55:06 UTC (rev 244)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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>
+</head>
+<body>
+<h2 id="title2">注文一覧</h2>
+<hr />
+<input type="text" size="8" />~<input type="text" size="8"/>
+<input type="checkbox" />未処理
+<input type="checkbox" />処理中
+<input type="checkbox" />配送済
+&nbsp;<input type="button" value="再表示" />
+<hr />
+未処理:1件<br/>
+処理中:2件<br/>
+<form id="form" method="POST">
+<table border="1">
+	<thead>
+		<tr style="dummy" height="20px">
+			<th>注文ID</th>
+			<th>顧客ID</th>
+			<th>顧客名</th>
+			<th>都道府県</th>
+			<th>市区町村</th>
+			<th>状態</th>
+			<th>&nbsp;</th>
+		</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>
+	</tbody>
+	<tfoot></tfoot>
+</table>
+</form>
+</body>
+</html>
\ No newline at end of file


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