Files
sailing-analytics/java/com.sap.sailing.gwt.ui/Home.html
T

117 lines
4.5 KiB
HTML
Executable File

<!doctype html>
<html>
<head>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta property="og:type" content="website" />
<meta property="og:title" content="${applicationScope['clientConfigurationContext.SAP']} Sailing" />
<meta property="og:description" content="Help sailors analyze performance and optimize strategy &#8226; Bring fans closer to the action
&#8226; Provide the media with information and insights to deliver a greater informed commentary" />
<meta property="og:image" content="https://s3-eu-west-1.amazonaws.com/media.sapsailing.com/2014/505Worlds/Images_Homepage/505Worlds2014_eventteaser.jpg" />
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" selenium-id="shortcutIcon"/>
<link href='images/sap-sailing-app-icon${applicationScope['clientConfigurationContext.whitelabeled']}.png' rel='apple-touch-icon' selenium-id="appIcon">
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing - Homepage</title>
<link rel="stylesheet" type="text/css" href="/sailing-normalize-3.0.2.cache.css">
<link rel="stylesheet" type="text/css" href="/sailing-fontface-1.0.cache.css">
<script src="js/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="js/jquery.slick/slick-1.8.1.css"/>
<script type="text/javascript" src="js/jquery.slick/slick-1.8.1.min.js"></script>
<link href="js/video-js/video-js.css" rel="stylesheet">
<link href="js/video-js/video-js-sapsailing.css" rel="stylesheet">
<script src="js/video-js/video.js"></script>
<link rel="stylesheet" type="text/css" href="js/videojs-panorama.min.css"/>
<script src="js/videojs-panorama.v5.min.js"></script>
<script src="js/Youtube.js"></script>
<script src="js/videojs-vimeo.js"></script>
<script src="https://js.chargebee.com/v2/chargebee.js"></script>
<script>
document.clientConfigurationContext = {
debrandingActive: ${applicationScope['clientConfigurationContext.debrandingActive']}
};
//Current date is: <%=new java.util.Date()%>
</script>
<script src="com.sap.sailing.gwt.home.Home/com.sap.sailing.gwt.home.Home.nocache.js"></script>
<style type="text/css">
.loading {
position: absolute;
top: 80px;
bottom: 0;
left: 0;
right: 0;
font-size: 120%;
}
.loading > .sapsailing {
margin: 40px;
color: #008fcc;
font-weight: bold;
}
.loading > .waitmessage {
margin: 60px 40px;
}
.signal {
border:3px solid #6a6a6a;
border-radius: 50%;
position: relative;
height:300px;
width:300px;
margin: 0px auto;
opacity:0;
-webkit-animation: pulsate 2s ease-out;
animation: pulsate 2s ease-out;
-webkit-animation-iteration-count:infinite;
animation-iteration-count:infinite;
-webkit-transform: translate(-50%, -50%);
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity: 0.0;
}
50% {
opacity:1;
}
100% {
-webkit-transform:scale(1.2);
transform:scale(1.2);
opacity:0;
}
}
@keyframes pulsate {
0% {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity: 0.0;
}
50% {
opacity:1;
}
100% {
-webkit-transform:scale(1.2);
transform:scale(1.2);
opacity:0;
}
}
</style>
</head>
<body>
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<noscript>
<div
style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled in order for this
application to display correctly.</div>
</noscript>
<div id="loading" class="loading">
<p class="sapsailing">${applicationScope['clientConfigurationContext.SAP']}Sailing Analytics</p>
<p class="waitmessage">Loading, please wait...</p>
<div class="signal"></div>
</div>
</body>
</html>