mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-24 06:57:56 +01:00
11 lines
327 B
Plaintext
11 lines
327 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 class="modalDialog">
|
|
<!-- Header can be customized -->
|
|
<tiles:insert name="body"/>
|
|
</div> |