Blame view

src/main/webapp/pages/template/message.html 261 Bytes
7f74fb91   林本磊   fix:南阳官网第一次提交
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<% include("/pages/template/head.html"){} %>
</head>
<body>
	<script>
		Alert('${msg}',function(){
			${script}
		});
	</script>
</body>
</html>