mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-27 16:14:55 +01:00
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
|
|
|
|
<%@ include file="/jsp/init.jsp" %>
|
|
|
|
<tiles:importAttribute name="title" scope="page"/>
|
|
<tiles:importAttribute name="details" scope="page"/>
|
|
|
|
<div>
|
|
<tiles:insertAttribute name="body"/>
|
|
</div> |