svnno****@sourc*****
svnno****@sourc*****
2007年 7月 10日 (火) 21:32:04 JST
Revision: 216 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=216 Author: takeharu Date: 2007-07-10 21:32:04 +0900 (Tue, 10 Jul 2007) Log Message: ----------- added html source Added Paths: ----------- pompei/trunk/src/main/webapp/view/error/ pompei/trunk/src/main/webapp/view/error/error.html -------------- next part -------------- Added: pompei/trunk/src/main/webapp/view/error/error.html =================================================================== --- pompei/trunk/src/main/webapp/view/error/error.html 2007-07-10 12:31:36 UTC (rev 215) +++ pompei/trunk/src/main/webapp/view/error/error.html 2007-07-10 12:32:04 UTC (rev 216) @@ -0,0 +1,14 @@ +<?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" xml:lang="ja" lang="ja"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>AppFacesException Error Page</title> +</head> +<body> +<form id="errorForm"> +<span id="allMessages"></span> +<span id="stackTrace" te:escape="false"></span><br/> +</form> +</body> +</html> \ No newline at end of file