wisemapping-open-source/wise-webapp/src/main/webapp/jsp/browserNotSupported.jsp
2012-06-30 02:26:21 -03:00

23 lines
663 B
Plaintext

<%@page pageEncoding="UTF-8" %>
<%@include file="/jsp/init.jsp" %>
<h2>Ups!!!. Your browser is not currently supported</h2>
<p>Your browser has not been fully tested and it might not be completely functional. WiseMapping has been optimized
for:</p>
<ul>
<li>Chrome 19 or greater</li>
<li>Firefox 11.0 or greater</li>
<li>Opera 11 or greater</li>
<li>Safari 5 or greater</li>
<li>Internet Explorer 8.0 or greater</li>
</ul>
<p>
Try again with one of the browsers previously listed.
</p>
<p>
<span class="label label-info">Note:</span> Browsers are listed based on performance and
hours of testing invested by our team.
</p>