mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
<!DOCTYPE HTML>
|
|
|
|
<%@ page autoFlush="true" buffer="none" %>
|
|
<%@ include file="/jsp/init.jsp" %>
|
|
|
|
<h2>
|
|
<spring:message code="${requestScope.title}"/>
|
|
</h2>
|
|
|
|
<strong>
|
|
<spring:message code="${requestScope.details}"/>
|
|
</strong>
|
|
|