[pal-cvs 2606] [338]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 23日 (月) 09:06:12 JST


Revision: 338
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=338
Author:   takeharu
Date:     2007-07-23 09:06:12 +0900 (Mon, 23 Jul 2007)

Log Message:
-----------


Modified Paths:
--------------
    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/productEdit.html
    pompei/trunk/src/main/webapp/view/admin/product/productList.html


-------------- next part --------------
Modified: pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html	2007-07-23 00:05:24 UTC (rev 337)
+++ pompei/trunk/src/main/webapp/view/admin/product/categoryEdit.html	2007-07-23 00:06:12 UTC (rev 338)
@@ -35,6 +35,6 @@
 	</tr>
 </table>
 <input type="submit" id="doUpdate" value="登録する" />
-<input type="submit" id="jumpCategoryList-cancel" value="一覧に戻る" />
+<input type="submit" id="jumpCategoryList" value="一覧に戻る" />
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/product/categoryList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-23 00:05:24 UTC (rev 337)
+++ pompei/trunk/src/main/webapp/view/admin/product/categoryList.html	2007-07-23 00:06:12 UTC (rev 338)
@@ -51,7 +51,7 @@
 	<tfoot></tfoot>
 </table>
 <br/>
-<input type="submit" id="goCategoryEdit-add" value="カテゴリを追加する" onClick="setMode('insert')"/>
+<input type="submit" id="goCategoryEdit" value="カテゴリを追加する" onClick="setMode('insert')"/>
 <!--<input type="submit" id="doChangeOrder" value="表示順を変更する"/>-->
 </form>
 </body></html>

Modified: pompei/trunk/src/main/webapp/view/admin/product/productEdit.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/product/productEdit.html	2007-07-23 00:05:24 UTC (rev 337)
+++ pompei/trunk/src/main/webapp/view/admin/product/productEdit.html	2007-07-23 00:06:12 UTC (rev 338)
@@ -3,14 +3,22 @@
 <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>
-<hr />
+<h2><label id="title">商品登録編集画面</label></h2>
+<hr/>
+<div id="breadcrumbItems">
+	&gt;&nbsp;<span id="breadcrumb">パンくずリスト</span>
+</div>
+<hr/>
 <form id="form" method="POST">
+<div><span id="allMessages"></span></div>
+<input type="hidden" id="mode" />
+<input type="hidden" id="targetId" />
+<input type="hidden" id="parentId" />
+<input type="hidden" id="productsId" />
 <table border="1">
 	<tr style="dummy" height="20px">
 		<th>商品名</th><td><input id="productsName" /></td>
@@ -36,13 +44,8 @@
 	<tr style="dummy" height="20px">
 		<th>メーカー</th>
 		<td>
-			<select>
-			<option>アディダス</option>
-			<option>ナイキ</option>
-			<option>プーマ</option>
-			<option>ドラゴンベアード</option>
-			<option>Mobs</option>
-			<option>TOPSEVEN</option>
+			<select id="manufacturersId">
+				<option value="0"></option>
 			</select>
 		</td>
 	</tr>
@@ -51,7 +54,7 @@
 		<td><input id="productsTaxClass" /></td>
 	</tr>
 </table>
-<input type="submit" id="goProductConfirm" value="確認" />
-<input type="button" id="goProductList" value="戻る" />
+<input type="submit" id="doUpdate" value="登録する" />
+<input type="button" id="jumpProductList" value="一覧に戻る" />
 </form>
 </body></html>
\ No newline at end of file

Modified: pompei/trunk/src/main/webapp/view/admin/product/productList.html
===================================================================
--- pompei/trunk/src/main/webapp/view/admin/product/productList.html	2007-07-23 00:05:24 UTC (rev 337)
+++ pompei/trunk/src/main/webapp/view/admin/product/productList.html	2007-07-23 00:06:12 UTC (rev 338)
@@ -9,30 +9,24 @@
 <input type="button" value="トップページへ" onclick="location.href='/pompei/view/index.html'"/>
 
 <form id="form" method="POST">
-<h2><span id="title">商品一覧</span></h2>
+<input type="hidden" id="rowIndex" />
+<input type="hidden" id="parentId" />
+<h2><label id="title">商品一覧</label></h2>
 <hr />
-<label>カテゴリ:</label>
-<div id="breadcrumbs" style="display:inline;">
-<a href="productList.html?name=name"><span id="name">靴</span></a> <label>></label>
+<div id="breadcrumbItems">
+	&gt;&nbsp;<a id="goSubCategory-a" href="./productList.html?categoriesId=0"><span id="breadcrumb"></span></a>
 </div>
 <br/>
 <br/>
-<label>※1:1の場合。</label><br/>
 <div id="categoryItems">
-<a href="productList.html?name=name"><span id="name">スニーカー</span></a>&nbsp;
+<a id="goSubCategory-b" href="./productList.html?categoriesId=1"><span id="categoriesName">スニーカー</span></a>&amp;nbsp;&amp;nbsp;
 </div>
-<hr/><label>※1:Nの場合</label><br/>
-<select id="categories" size="4" multiple="multiple">
-<option>靴/スニーカー</option>
-<option>靴/革靴/ノーマル</option>
-<option>靴/革靴/スクウェア</option>
-<option>靴/サンダル</option>
-</select><label>※複数選択可能</label>
 <hr/>
-<table border="1">
+<table id="productsGrid" border="1">
 	<thead>
 		<tr style="dummy" height="20px">
-			<th><label>NO</label></th>
+			<!--<th><label>NO</label></th>-->
+			<th><label>商品ID</label></th>
 			<th><label>商品名</label></th>
 			<th><label>イメージ</label></th>
 			<th><label>型番</label></th>
@@ -43,24 +37,27 @@
 			<th>&nbsp;</th>
 		</tr>
 	</thead>
-	<tbody id="product">
+	<tbody>
 		<tr style="dummy">
-			<td><span id="sortOrder">1</span></td>
-			<td><span id="productsName">XXX 01MAX</span></td>
+			<!--<td><span id="productsIndex">1</span></td>-->
+			<td><span id="productsId">0</span></td>
+			<td><span id="productsName">表示できず</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="manufacturersName">アディダス</span></td>
 			<td><span id="productsDateAdded">2007/07/12</span></td>
 			<td>
-				<input type="submit" id="goProductEdit-update" value="編集"/>
-				<input type="submit" id="doDelete" value="削除" onclick="confirm('削除します。よろしいですか?')"/>
+				<a id="goProductEdit" href="./productEdit.html?parentId=0&productsId=0&mode=update">編集</a>
+				<a id="goProductDelete" href="./productList.html?parentId=0&productsId=0" onClick="this.href=this.href+'&delete=true'">削除</a>
 			</td>
 		</tr>
 	</tbody>
 	<tfoot></tfoot>
 </table>
-<input type="submit" id="goProductEdit-add" value="商品を追加する" />
+<br />
+<input type="submit" id="goProductEdit" value="商品を追加する" />
 </form>
-</body></html>
+</body>
+</html>


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