wisemapping-open-source/wise-webapp/src/main/webapp/jsp/dialogTemplate.jsp

17 lines
357 B
Plaintext
Raw Normal View History

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