14 lines
233 B
Plaintext
Raw Normal View History

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