mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
|
<%@ include file="/jsp/init.jsp" %>
|
||
|
|
||
|
<h1>
|
||
|
<spring:message code="${requestScope.title}"/>
|
||
|
</h1>
|
||
|
|
||
|
<p style="font-weight:bold;">
|
||
|
<spring:message code="${requestScope.details}"/>
|
||
|
</p>
|
||
|
|
||
|
<jsp:include page="/jsp/newMap.jsp"/>
|