Files
sailing-analytics/java/com.sap.sailing.www/index.html
T
Axel Uhl 62139edbce bug6101: consolidate CORS filters and factor out common CORS header handling;
use CORSHeader instead of response filter in com.sap.sailing.server.gateway
consistently across Jersey and non-Jersey servlets provided by the bundle;

as drive-by improvement, fix the sap.ico/sap-whitelabeled.ico paths in the page
header of /index.html and provide an empty sap-whitelabeled.ico file.
2025-03-13 01:20:50 +01:00

77 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing Analytics Suite</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<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" />
<meta property="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" />
<link rel="shortcut icon" type="image/x-icon" href="/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" selenium-id="shortcutIcon"/>
<link href="/sailing-normalize-3.0.2.cache.css" rel="stylesheet" type="text/css" />
<link href="start.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="logoAndTitlePanel">
<script>
if (!${applicationScope['clientConfigurationContext.debrandingActive']}){
document.write("<a class=\"sapLogo\" href=\"https://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">
<h2>Useful links</h2>
<div class="innerContent">
<table style="width:100%;">
<tr>
<td style="vertical-align:top;padding: 5px;" width="50%">
<h2 class="articleHeadline">...for event administrators</h2>
<p><b>Administration Console</b></p>
<p>The console to administrate this SAP Sailing Analytics server.</p>
<a target="_blank" href="gwt/AdminConsole.html">Open Administration Console...</a>
<p>For <a href="https://static.sapsailing.com/SAPSailingAnalytics_Administrator_Training.pptx">documentation see here.</a></p>
<div style="height:1em;"></div>
<p><b>Auto Player</b></p>
<p>A web based player switching automatically between different screens.</p>
<a target="_blank" href="gwt/AutoPlay.html">Start Auto Player...</a>
<p><b>Home</b></p>
<p>Server Landing Page and Stage</p>
<a target="_blank" href="gwt/Home.html">Home...</a>
</td>
<td style="vertical-align:top;padding: 5px;" width="50%">
<h2 class="articleHeadline">...for data analysis</h2>
<p><b>Sailing Strategy Simulator</b></p>
<p>A simulator to analyze different strategies when sailing a competition. Various wind pattern can be configured.</p>
<a target="_blank" href="gwt/Simulator.html">Start simulator...</a>
<div style="height:1em;"></div>
<p><b>Data Mining</b></p>
<p>A tool to explore all the data of tracked sailing races.</p>
<a target="_blank" href="gwt/DataMining.html">Start Data Mining...</a>
<div style="height:1em;"></div>
<p><b>API</b></p>
<p>Description of the API end points offered. Please note the <em>ATTRIBUTION / BRANDING</em> hints.</p>
<a target="_blank" href="sailingserver/webservices/index.html">Go to API descriptions...</a>
<div style="height:1em;"></div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
</html>