11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
<%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles" %>
|
|
|
|
<%@ include file="/jsp/init.jsp" %>
|
|
|
|
<tiles:importAttribute name="title" scope="page"/>
|
|
<tiles:importAttribute name="details" scope="page"/>
|
|
|
|
<div>
|
|
<!-- Header can be customized -->
|
|
<tiles:insert name="body"/>
|
|
</div> |