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

36 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>${clientConfigurationContext['brandTitle']}Sailing Video</title>
<link rel="shortcut icon" type="image/x-icon" href="images/sap${clientConfigurationContext['whitelabeled']}.ico" />
<script>${clientConfigurationContext['scriptForClientConfigurationContextToDocument']}</script>
<script type="text/javascript" language="javascript" src="com.sap.sailing.gwt.ui.VideoPopup/com.sap.sailing.gwt.ui.VideoPopup.nocache.js"></script>
<link rel="stylesheet" type="text/css" href="/sailing-normalize-3.0.2.cache.css">
<link rel="stylesheet" type="text/css" href="VideoPopup.css">
<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>
<script src="js/three.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>
videojs.options.techOrder = [ 'vimeo', 'youtube', 'html5' ];
</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>