[pal-cvs 2483] [215] added html source

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 10日 (火) 21:31:36 JST


Revision: 215
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=215
Author:   takeharu
Date:     2007-07-10 21:31:36 +0900 (Tue, 10 Jul 2007)

Log Message:
-----------
added html source

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


-------------- next part --------------
Added: pompei/trunk/src/main/webapp/view/sample/add.html
===================================================================
--- pompei/trunk/src/main/webapp/view/sample/add.html	2007-07-10 09:09:05 UTC (rev 214)
+++ pompei/trunk/src/main/webapp/view/sample/add.html	2007-07-10 12:31:36 UTC (rev 215)
@@ -0,0 +1,10 @@
+<?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">add</title>
+</head>
+<body>
+</body>
+</html>
\ No newline at end of file

Added: pompei/trunk/src/main/webapp/view/sample/sample.html
===================================================================
--- pompei/trunk/src/main/webapp/view/sample/sample.html	2007-07-10 09:09:05 UTC (rev 214)
+++ pompei/trunk/src/main/webapp/view/sample/sample.html	2007-07-10 12:31:36 UTC (rev 215)
@@ -0,0 +1,32 @@
+<?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">Sample</title>
+</head>
+<body>
+<form id="form" method="POST">
+	<!-- 表示 -->
+	<span id="hello">hello</span><br />
+<div>
+	<!-- 入力 -->
+	<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="productsImage" /><br />
+-->	</div>
+
+	<input type="submit" id="doInsert" name="sub1" value="登録" />
+	<input type="submit" id="doUpdate" name="sub2" value="変更" />
+
+</div>
+<!--
+-->
+</form>
+</body></html>
\ No newline at end of file


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