svnno****@sourc*****
svnno****@sourc*****
2007年 7月 13日 (金) 04:54:26 JST
Revision: 243 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=243 Author: takeharu Date: 2007-07-13 04:54:25 +0900 (Fri, 13 Jul 2007) Log Message: ----------- added html for product management Added Paths: ----------- pompei/trunk/src/main/webapp/view/admin/ pompei/trunk/src/main/webapp/view/admin/product/ pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html pompei/trunk/src/main/webapp/view/admin/product/categoryList.html pompei/trunk/src/main/webapp/view/admin/product/productConfirm.html pompei/trunk/src/main/webapp/view/admin/product/productEdit.html pompei/trunk/src/main/webapp/view/admin/product/productList.html -------------- next part -------------- Added: pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html 2007-07-11 05:06:33 UTC (rev 242) +++ pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html 2007-07-12 19:54:25 UTC (rev 243) @@ -0,0 +1,22 @@ +<?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>カテゴリ名</th><td><input type="text" id="categoriesName" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>イメージ</th><td><input type="file" id="categoriesImage" /></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/product/categoryList.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/categoryList.html 2007-07-11 05:06:33 UTC (rev 242) +++ pompei/trunk/src/main/webapp/view/admin/product/categoryList.html 2007-07-12 19:54:25 UTC (rev 243) @@ -0,0 +1,39 @@ +<?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 border="1"> + <thead> + <tr style="dummy" height="20px"> + <th> </th> + <th>表示順</th> + <th>カテゴリ名</th> + <th>イメージ</th> + <th> </th> + </tr> + </thead> + <tbody> + <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><span id="categoriesImage">画像</span></td> + <td> + <input type="submit" id="doChange" value="編集"/> + <input type="submit" id="doChange" value="削除" onclick="alert('削除します。よろしいですか?')"/> + </td> + </tr> + </tbody> + <tfoot></tfoot> +</table> +<input type="submit" id="doChangeOrder" value="カテゴリを追加する"/> +<input type="submit" id="doChangeOrder" value="表示順を変更する"/> +</form> +</body></html> \ No newline at end of file Added: pompei/trunk/src/main/webapp/view/admin/product/productConfirm.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/productConfirm.html 2007-07-11 05:06:33 UTC (rev 242) +++ pompei/trunk/src/main/webapp/view/admin/product/productConfirm.html 2007-07-12 19:54:25 UTC (rev 243) @@ -0,0 +1,44 @@ +<?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 border="1"> + <tr style="dummy" height="20px"> + <th>商品名</th><td><span id="productsName">商品名</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>イメージ</th><td><span id="productsImage">イメージ</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>型番</th><td><span id="productsModel">型番</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>数量</th><td><span id="productsQuantity">数量</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>価格</th><td><span id="productsPrice">価格</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>重量</th><td><span id="productsWeight">重量</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>ステータス</th><td><span id="productsStatus">ステータス</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>メーカーID</th><td><span id="manufacturersId">メーカーID</span></td> + </tr> + <tr style="dummy" height="20px"> + <th>税種別ID</th><td><span id="productsTaxClass">税種別ID</span></td> + </tr> +</table> +<input type="submit" id="doAdd" value="登録" /> +<input type="submit" id="doAdd" value="戻る" /> +</form> +</body></html> \ No newline at end of file Added: pompei/trunk/src/main/webapp/view/admin/product/productEdit.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/productEdit.html 2007-07-11 05:06:33 UTC (rev 242) +++ pompei/trunk/src/main/webapp/view/admin/product/productEdit.html 2007-07-12 19:54:25 UTC (rev 243) @@ -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> +<form id="form" method="POST"> +<table border="1"> + <tr style="dummy" height="20px"> + <th>商品名</th><td><input id="productsName" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>イメージ</th><td><input id="productsImage" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>型番</th><td><input id="productsModel" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>数量</th><td><input id="productsQuantity" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>価格</th><td><input id="productsPrice" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>重量</th><td><input id="productsWeight" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>ステータス</th><td><input id="productsStatus" /></td> + </tr> + <tr style="dummy" height="20px"> + <th>メーカー</th> + <td> + <select> + <option>アディダス</option> + <option>ナイキ</option> + <option>プーマ</option> + <option>ドラゴンベアード</option> + <option>Mobs</option> + <option>TOPSEVEN</option> + </select> + </td> + </tr> + <tr style="dummy" height="20px"> + <th>税種別ID</th> + <td><input id="productsTaxClass" /></td> + </tr> +</table> +<input type="submit" id="doConfirm" value="確認" /> +<input type="reset" id="doConfirm" value="取消" /> +<input type="reset" id="doConfirm" value="戻る" /> +</form> +</body></html> \ No newline at end of file Added: pompei/trunk/src/main/webapp/view/admin/product/productList.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/productList.html 2007-07-11 05:06:33 UTC (rev 242) +++ pompei/trunk/src/main/webapp/view/admin/product/productList.html 2007-07-12 19:54:25 UTC (rev 243) @@ -0,0 +1,57 @@ +<?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/> +※1:1の場合。<br/> +<a href="#">スニーカー</a> <a href="#">革靴</a> <a href="#">サンダル</a> +<hr/>※1:Nの場合<br/> +<select size="4" multiple="multiple"> +<option>靴/スニーカー</option> +<option>靴/革靴/ノーマル</option> +<option>靴/革靴/スクウェア</option> +<option>靴/サンダル</option> +</select>※複数選択可能 +<hr/> +<form id="form" method="POST"> +<table border="1"> + <thead> + <tr style="dummy" height="20px"> + <th>NO</th> + <th>商品名</th> + <th>イメージ</th> + <th>型番</th> + <th>価格</th> + <th>ステータス</th> + <th>メーカー</th> + <th>追加日</th> + <th> </th> + </tr> + </thead> + <tbody> + <tr style="dummy"> + <td><span id="sortOrder">1</span></td> + <td><span id="productsName">XXX 01MAX</span></td> + <td><span id="productsImage">画像</span></td> + <td><span id="productsModel">MX-XXX</span></td> + <td><span id="productsPrice">30,000</span></td> + <td><span id="productsStatus">取扱中</span></td> + <td><span id="manufacturersId">アディダス</span></td> + <td><span id="productsDateAdded">2007/07/12</span></td> + <td> + <input type="submit" id="doChange" value="編集"/> + <input type="submit" id="doChange" value="削除" onclick="alert('削除します。よろしいですか?')"/> + </td> + </tr> + </tbody> + <tfoot></tfoot> +</table> +<input type="submit" id="doAdd" value="商品を追加する" /> +</form> +</body></html> \ No newline at end of file