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

14 lines
233 B
Plaintext
Raw Normal View History

2012-06-22 03:18:04 +02:00
<!DOCTYPE HTML>
2009-06-07 20:59:43 +02:00
<%@ page autoFlush="true" buffer="none" %>
<%@ include file="/jsp/init.jsp" %>
2012-06-22 03:18:04 +02:00
<h2>
2009-06-07 20:59:43 +02:00
<spring:message code="${requestScope.title}"/>
2012-06-22 03:18:04 +02:00
</h2>
2009-06-07 20:59:43 +02:00
2012-07-01 00:01:05 +02:00
<strong>
<spring:message code="${requestScope.details}"/>
</strong>
2009-06-07 20:59:43 +02:00