svnno****@sourc*****
svnno****@sourc*****
2007年 7月 13日 (金) 06:12:30 JST
Revision: 245 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=245 Author: shinsuke Date: 2007-07-13 06:12:30 +0900 (Fri, 13 Jul 2007) Log Message: ----------- updated for teeda Modified Paths: -------------- pompei/trunk/src/main/webapp/view/admin/product/productList.html -------------- next part -------------- Modified: pompei/trunk/src/main/webapp/view/admin/product/productList.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/productList.html 2007-07-12 19:55:06 UTC (rev 244) +++ pompei/trunk/src/main/webapp/view/admin/product/productList.html 2007-07-12 21:12:30 UTC (rev 245) @@ -3,34 +3,39 @@ <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> -<h2 id="title2">商品一覧</h2> -カテゴリ:靴 > +<form id="form" method="POST"> +<h2 id="title">商品一覧</h2> +<label>カテゴリ:</label> +<div id="breadcrumbs" style="display:inline;"> +<a href="productList.html?name=name"><span id="name">靴</span></a> <label>></label> +</div> <hr/> -※1:1の場合。<br/> -<a href="#">スニーカー</a> <a href="#">革靴</a> <a href="#">サンダル</a> -<hr/>※1:Nの場合<br/> -<select size="4" multiple="multiple"> +<label>※1:1の場合。</label><br/> +<div id="categoryItems"> +<a href="productList.html?name=name"><span id="name">スニーカー</span></a> +</div> +<hr/><label>※1:Nの場合</label><br/> +<select id="categories" size="4" multiple="multiple"> <option>靴/スニーカー</option> <option>靴/革靴/ノーマル</option> <option>靴/革靴/スクウェア</option> <option>靴/サンダル</option> -</select>※複数選択可能 +</select><label>※複数選択可能</label> <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><label>NO</label></th> + <th><label>商品名</label></th> + <th><label>イメージ</label></th> + <th><label>型番</label></th> + <th><label>価格</label></th> + <th><label>ステータス</label></th> + <th><label>メーカー</label></th> + <th><label>追加日</label></th> <th> </th> </tr> </thead> @@ -45,8 +50,8 @@ <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('削除します。よろしいですか?')"/> + <input type="submit" id="doEdit" value="編集"/> + <input type="submit" id="doDelete" value="削除" onclick="alert('削除します。よろしいですか?')"/> </td> </tr> </tbody> @@ -54,4 +59,4 @@ </table> <input type="submit" id="doAdd" value="商品を追加する" /> </form> -</body></html> \ No newline at end of file +</body></html>