mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
54 lines
2.2 KiB
HTML
54 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing Analytics Suite - Unsupported Browser!</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="content-style-type" content="text/css" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" selenium-id="shortcutIcon"/>
|
|
<link href="start.css" rel="stylesheet" type="text/css" />
|
|
<link href="/sailing-normalize-3.0.2.cache.css" rel="stylesheet" type="text/css" />
|
|
<link href="browser-info.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div class="logoAndTitlePanel">
|
|
<script>
|
|
if (!${applicationScope['clientConfigurationContext.debrandingActive']}){
|
|
document.write("<a class=\"sapLogo\" href=\"http://www.sap.com?campaigncode=CRM-XH21-OSP-Sailing\"><img class=\"sapLogoImage\" src=\"/images/logo-small@2x.png\" alt=\"SAP Website\"/></a>\r\n");
|
|
}
|
|
</script>
|
|
<div class="sailingAnalyticsLabelPanel">
|
|
<div class="sailingAnalyticsLabel">Sailing Analytics</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yield_content">
|
|
<div class="contentWrapper">
|
|
<div class="mainContent" style="text-align:center;">
|
|
|
|
<img src="images/404errorPageIcon.png" alt="Error Page Icon">
|
|
<h2 class="error-code">Unsupported Browser!</h2>
|
|
<h3 class="error-message">You are using an unsupported Version of the Internet Explorer.
|
|
<span style="font-weight:bold">Please use the Internet Explorer 9 or higher!</span>
|
|
</h3>
|
|
<div class="follow-text">
|
|
<p>You can also use one of the following supported Web Browser:</p>
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.mozilla.org">Mozilla Firefox</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www.apple.com/safari">Apple Safari</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www.google.com/chrome">Google Chrome</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|