mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
<%@page pageEncoding="UTF-8" %>
|
|
<%@include file="/jsp/init.jsp" %>
|
|
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<tiles:importAttribute name="title" scope="page"/>
|
|
<tiles:importAttribute name="details" scope="page"/>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<tiles:insertAttribute name="body"/>
|
|
</div>
|
|
</body>
|
|
</html> |