2012-06-30 02:26:21 -03:00
|
|
|
<%@page pageEncoding="UTF-8" %>
|
|
|
|
<%@include file="/jsp/init.jsp" %>
|
2009-06-07 18:59:43 +00:00
|
|
|
|
2012-06-30 19:01:05 -03:00
|
|
|
<h2><spring:message code="BROWSER_NOT_SUPPORTED_TITLE"/></h2>
|
2009-06-07 18:59:43 +00:00
|
|
|
|
2012-06-30 19:01:05 -03:00
|
|
|
<p><spring:message code="BROWSER_NOT_SUPPORTED_MSG"/></p>
|
2009-06-07 18:59:43 +00:00
|
|
|
<ul>
|
2012-06-30 19:01:05 -03:00
|
|
|
<li>Chrome 19 <spring:message code="OR_GREATER"/></li>
|
|
|
|
<li>Firefox 11.0 <spring:message code="OR_GREATER"/></li>
|
|
|
|
<li>Opera 11 <spring:message code="OR_GREATER"/></li>
|
|
|
|
<li>Safari 5 <spring:message code="OR_GREATER"/></li>
|
|
|
|
<li>Internet Explorer 8.0 <spring:message code="OR_GREATER"/></li>
|
2009-06-07 18:59:43 +00:00
|
|
|
</ul>
|
|
|
|
<p>
|
2012-06-30 19:01:05 -03:00
|
|
|
<spring:message code="BROWSER_NOT_SUPPORTED_TRY_AGAIN"/>
|
2012-06-21 20:16:13 -03:00
|
|
|
</p>
|
2009-06-07 18:59:43 +00:00
|
|
|
|
|
|
|
<p>
|
2012-06-30 19:01:05 -03:00
|
|
|
<span class="label label-info"><spring:message code="IMPORTANT"/>: </span><spring:message
|
|
|
|
code="BROWSER_RECOMMENDATION"/>
|
2012-06-21 20:16:13 -03:00
|
|
|
</p>
|