svnno****@sourc*****
svnno****@sourc*****
2007年 7月 23日 (月) 09:04:52 JST
Revision: 336 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=336 Author: takeharu Date: 2007-07-23 09:04:52 +0900 (Mon, 23 Jul 2007) Log Message: ----------- added new source to repository Added Paths: ----------- pompei/trunk/src/main/webapp/view/admin/address/ pompei/trunk/src/main/webapp/view/admin/address/addressConfirm.html pompei/trunk/src/main/webapp/view/admin/address/addressEdit.html pompei/trunk/src/main/webapp/view/admin/address/addressList.html -------------- next part -------------- Added: pompei/trunk/src/main/webapp/view/admin/address/addressConfirm.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/address/addressConfirm.html 2007-07-23 00:01:23 UTC (rev 335) +++ pompei/trunk/src/main/webapp/view/admin/address/addressConfirm.html 2007-07-23 00:04:52 UTC (rev 336) @@ -0,0 +1,55 @@ +<?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> +<table> + <tr style="dummy" height="20px"> + <th>住所ID</th><td><span id="addressBookId">住所ID</span></td> + </tr> + <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="entryGender">性別</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>会社</th><td><span id="entryCompany">会社</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>名</th><td><span id="entryFirstname">名</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>姓</th><td><span id="entryLastname">姓</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>番地</th><td><span id="entryStreetAddress">番地</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>町</th><td><span id="entrySuburb">町</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>郵便番号</th><td><span id="entryPostcode">郵便番号</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>都道府県</th><td><span id="entryCity">都道府県</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>市区町村</th><td><span id="entryState">市区町村</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>国ID</th><td><span id="entryCountryId">国ID</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>地域ID</th><td><span id="entryZoneId">地域ID</span></td> + </tr> +</table> +<br /> +<input type="submit" id="doAdd" value="追加" /> +<input type="submit" id="doChange" value="更新"/> +</form> +</body></html> \ No newline at end of file Added: pompei/trunk/src/main/webapp/view/admin/address/addressEdit.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/address/addressEdit.html 2007-07-23 00:01:23 UTC (rev 335) +++ pompei/trunk/src/main/webapp/view/admin/address/addressEdit.html 2007-07-23 00:04:52 UTC (rev 336) @@ -0,0 +1,56 @@ +<?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"> +<table> + <tr style="dummy" height="20px"> + <th>住所ID</th><td><input type="text" id="addressBookId" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>顧客ID</th><td><input type="text" id="customersId" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>性別</th><td><input type="text" id="entryGender" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>会社</th><td><input type="text" id="entryCompany" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>名</th><td><input type="text" id="entryFirstname" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>姓</th><td><input type="text" id="entryLastname" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>番地</th><td><input type="text" id="entryStreetAddress" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>町</th><td><input type="text" id="entrySuburb" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>郵便番号</th><td><input type="text" id="entryPostcode" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>都道府県</th><td><input type="text" id="entryCity" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>市区町村</th><td><input type="text" id="entryState" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>国ID</th><td><input type="text" id="entryCountryId" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>地域ID</th><td><input type="text" id="entryZoneId" /></td> + </tr> +</table> +<br /> +<input type="submit" id="doAdd" value="追加" /> +<input type="submit" id="doChange" value="更新"/> +</form> +</body></html> \ No newline at end of file Added: pompei/trunk/src/main/webapp/view/admin/address/addressList.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/address/addressList.html 2007-07-23 00:01:23 UTC (rev 335) +++ pompei/trunk/src/main/webapp/view/admin/address/addressList.html 2007-07-23 00:04:52 UTC (rev 336) @@ -0,0 +1,52 @@ +<?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"> +<table> + <thead> + <tr style="dummy" height="20px"> + <th>住所ID</th> + <th>顧客ID</th> + <th>性別</th> + <th>会社</th> + <th>名</th> + <th>姓</th> + <th>番地</th> + <th>町</th> + <th>郵便番号</th> + <th>都道府県</th> + <th>市区町村</th> + <th>国ID</th> + <th>地域ID</th> + </tr> + </thead> + <tbody> + <tr style="dummy"> + <td><span id="AddressBookId">住所ID</span></td> + <td><span id="CustomersId">顧客ID</span></td> + <td><span id="EntryGender">性別</span></td> + <td><span id="EntryCompany">会社</span></td> + <td><span id="EntryFirstname">名</span></td> + <td><span id="EntryLastname">姓</span></td> + <td><span id="EntryStreetAddress">番地</span></td> + <td><span id="EntrySuburb">町</span></td> + <td><span id="EntryPostcode">郵便番号</span></td> + <td><span id="EntryCity">都道府県</span></td> + <td><span id="EntryState">市区町村</span></td> + <td><span id="EntryCountryId">国ID</span></td> + <td><span id="EntryZoneId">地域ID</span></td> + </tr> + </tbody> + <tfoot></tfoot> +</table> +<br /> +<input type="submit" id="doAdd" value="追加" /> +<input type="submit" id="doChange" value="更新"/> +</form> +</body></html> \ No newline at end of file