github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/node/webapp/extended_runnable_file.html (about) 1 <!DOCTYPE HTML> 2 <html> 3 4 <head> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta charset="UTF-8"> 7 8 <title>teched</title> 9 10 <script id="sap-ui-bootstrap" src="../../resources/sap-ui-core.js" data-sap-ui-libs="sap.m" data-sap-ui-theme="sap_belize" data-sap-ui-compatversion="edge" data-sap-ui-resourceroots="{"com.sap.teched.teched": "./"}"> 11 </script> 12 13 <link rel="stylesheet" type="text/css" href="css/style.css"> 14 15 <script> 16 sap.ui.getCore().attachInit(function() { 17 new sap.m.Shell({ 18 app: new sap.ui.core.ComponentContainer({ 19 height : "100%", 20 name : "com.sap.teched.teched" 21 }) 22 }).placeAt("content"); 23 }); 24 </script> 25 <style>.facadebtn{display:inline-block;width:60px;height:60px;background-color:#009de0;border-radius:50px;text-align:center;box-shadow: 2px 2px 3px #999;opacity:.3;} 26 .facadebtn .sapUiIcon{color:#FFF;font-size:1.5rem;cursor:pointer;line-height:60px;width:60px;} 27 .facadebtn:hover{opacity:1;} 28 #interactive.viewport video{width:320px;height:240px;} 29 .facade .sapMSLITitleOnly, .facade .sapMILILabel {font-size: 1rem;} 30 #interactive.viewport .drawingBuffer{width:320px;height:240px;position:absolute;} 31 </style> 32 <script type="text/javascript"> 33 34 window._facadeSettings = {"cordova-plugin-device-orientation":false,"accelerometer":{},"compass":{}}; 35 window.sIdeOrigin = "https://webidecp-agsdev.dispatcher.hana.ondemand.com"; 36 window.sap_webide_FacadePreview = true; 37 window.sFacadePath = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/cordovafacade/cordova.js"; 38 window.sFacadeCfgViewPath = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/view/"; 39 window.bridgeHtml = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/cordovafacade/MessageBridge.html"; 40 window.msgDefPath = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/mobileextend/MessageDef.js"; 41 window.msgBridgePath = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/mobileextend/MessageBridge.js"; 42 window.meCssPath = "https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/css/mobileExtend.css"; 43 </script> 44 <script src="https://webidecp-agsdev.dispatcher.hana.ondemand.com/hatdi_acf0c8a6f/hybrid/cordovafacade/floatingButton.js" type="text/javascript"></script> 45 </head> 46 47 <body class="sapUiBody" id="content"> 48 </body> 49 50 </html>