mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 14:08:40 +00:00
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing Video</title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" />
|
|
<script>
|
|
document.clientConfigurationContext = {
|
|
debrandingActive: ${applicationScope['clientConfigurationContext.debrandingActive']}
|
|
};
|
|
</script>
|
|
<script type="text/javascript" language="javascript" src="com.sap.sailing.gwt.ui.YoutubePopup/com.sap.sailing.gwt.ui.YoutubePopup.nocache.js"></script>
|
|
<style type="text/css">
|
|
html {overflow: auto;}
|
|
html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
|
|
iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
|
|
|
</body>
|
|
</html> |