


<!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" dir="ltr">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<style>
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}
</style>
</head>
<body>
	
	<style>
.container {
	height: 150px;
	margin-top: 150px;
	overflow: hidden;
	text-align: center;
}
</style>
	<div class="container">
		<img id="error_img" style="width: 48px; height: 48px;" alt="warn" />
		<span style="font-size: 40px; font-weight: bolder">
			404:对不起,无法找到页面</span><br /> <span style="font-size: 30px;">Page can
			not be found</span><br />
		
		<input type="button" onclick="goHome()" value="返回首页" />
		
	</div>
	<script>
		var basePath = self.location.pathname.substring(0,
				self.location.pathname.substring(1).indexOf('/') + 1);
		document.getElementById("error_img").src = basePath
				+ "/static/themes/default/icons/48x48/warning.png";
		var goHome = function() {
			window.location.href = basePath + "/homeExt.action";
		}
	</script>
	
</body>
</html>
