2012-06-30 13:26:21 +08:00
|
|
|
<%@page pageEncoding="UTF-8" %>
|
|
|
|
<%@include file="/jsp/init.jsp" %>
|
2012-06-17 01:32:26 +08:00
|
|
|
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
|
|
|
|
|
2012-06-30 13:26:21 +08:00
|
|
|
<!DOCTYPE HTML>
|
2012-06-17 01:32:26 +08:00
|
|
|
|
|
|
|
<tiles:importAttribute name="title" scope="page"/>
|
|
|
|
<tiles:importAttribute name="details" scope="page"/>
|
2012-06-30 13:26:21 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
</head>
|
|
|
|
<body>
|
2012-06-17 01:32:26 +08:00
|
|
|
<div>
|
|
|
|
<tiles:insertAttribute name="body"/>
|
2012-06-30 13:26:21 +08:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|