[pal-cvs 2526] [258] update test source

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 16日 (月) 03:05:39 JST


Revision: 258
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=258
Author:   takeharu
Date:     2007-07-16 03:05:39 +0900 (Mon, 16 Jul 2007)

Log Message:
-----------
update test source

Modified Paths:
--------------
    pompei/trunk/src/main/webapp/view/sample/sample.html


-------------- next part --------------
Modified: pompei/trunk/src/main/webapp/view/sample/sample.html
===================================================================
--- pompei/trunk/src/main/webapp/view/sample/sample.html	2007-07-15 18:04:43 UTC (rev 257)
+++ pompei/trunk/src/main/webapp/view/sample/sample.html	2007-07-15 18:05:39 UTC (rev 258)
@@ -13,15 +13,31 @@
 	<!-- 入力 -->
 	<input type="text" id="arg1" title="INPUT1"/><br />
 	<input type="submit" id="doCalculate" value="calculate" /><br />
-	
-	
+
+
+<!--
 	<div id="productsItems">
 	  <span id="productsId">hoge</span>,
 	  <span id="productsImage">fuga</span><br />
-<!--	  <input type="text" id="productsId" /><br />
+	  <input type="text" id="productsId" /><br />
 	  <input type="text" id="productsImage" /><br />
--->	</div>
-
+	</div>
+-->
+<table>
+	<thead>
+		<tr>
+		<th>hoge</th>
+		<th>fuga</th>
+		</tr>
+	</thead>
+	<tbody id="productsList">
+	<tr>
+		<td><span id="productsId">hoge</span></td>
+		<td><span id="productsImage">fuga</span></td>
+	</tr>
+	</tbody>
+	<tfoot></tfoot>
+</table>
 	<input type="submit" id="doInsert" name="sub1" value="登録" />
 	<input type="submit" id="doUpdate" name="sub2" value="変更" />
 


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