Shinsuke SUGAYA
shins****@users*****
2007年 4月 2日 (月) 10:01:35 JST
Update of /cvsroot/pal/s2helloworld/src/main/webapp/view/hello In directory sf-cvs:/tmp/cvs-serv6301/src/main/webapp/view/hello Modified Files: sayHello.html typeName.html Log Message: replaced teeda with the latest one. added label.properties. DI'ed facesContext. updated dicon files. s2helloworld/src/main/webapp/view/hello/sayHello.html 1.1 -> 1.2 (modified) http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/s2helloworld/src/main/webapp/view/hello/sayHello.html.diff?r1=1.1&r2=1.2 s2helloworld/src/main/webapp/view/hello/typeName.html 1.1 -> 1.2 (modified) http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/s2helloworld/src/main/webapp/view/hello/typeName.html.diff?r1=1.1&r2=1.2 =================================================================== RCS file: s2helloworld/src/main/webapp/view/hello/sayHello.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sayHello.html 2006/11/26 01:44:55 1.1 +++ sayHello.html 2007/04/02 01:01:34 1.2 @@ -1,15 +1,18 @@ -<html> +<?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" xmlns:te="http://www.seasar.org/teeda/extension"> <head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Hello</title> </head> <body> <form id="sayHelloForm"> <table> <tr> -<td>Hello </td><td><span id="yourName"></span></td> +<td><label id="helloLabel">Hello</label></td><td><span id="yourName"></span></td> </tr> </table> -<a id="goTypeName" href="typeName.html">Back</a><br/> +<a id="goTypeName" href="typeName.html"><label id="backLabel">Back</label></a><br/> </form> </body> </html> \ No newline at end of file =================================================================== RCS file: s2helloworld/src/main/webapp/view/hello/typeName.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- typeName.html 2006/11/26 01:44:55 1.1 +++ typeName.html 2007/04/02 01:01:35 1.2 @@ -1,5 +1,8 @@ -<html> +<?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" xmlns:te="http://www.seasar.org/teeda/extension"> <head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Type Your Name</title> </head> <body> @@ -9,7 +12,7 @@ </div> <table> <tr> -<td>Your Name:</td><td><input type="text" id="yourName"/></td> +<td><label id="yourNameLabel">Your Name:</label></td><td><input type="text" id="yourName"/></td> </tr> </table> <input type="submit" value="Type" id="doTypeName"/>