index.html 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html>
  2. <html lang="" class="scheduler">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta http-equiv="Content-Security-Policy" content="default-src 'self'; object-src 'none'; img-src 'self' https://*.zoom.us https://*.zoomdev.us https://zoom.us data: zmdf:; font-src 'self' data: zmdf:; media-src 'self' https://*.zoom.us https://*.zoomdev.us https://zoom.us data: zmdf:; style-src 'self' 'unsafe-eval' 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; child-src 'self' mailto: tel: callto: zoomphonecall: zoomus: data: zmdf:">
  8. <title>@zoom/client-scheduler</title>
  9. <style>
  10. html, body {
  11. overflow: hidden;
  12. margin-right: 1px;
  13. margin: 0px 0px 0px 0px;
  14. position:relative;
  15. height: 100%;
  16. background-color: #FFFFFF;
  17. }
  18. /*@media (prefers-color-scheme: dark) and (-ms-high-contrast: white-on-black) {
  19. html, body {
  20. overflow: hidden;
  21. margin-right: 1px;
  22. background-color: #fff;
  23. margin: 0px 0px 0px 0px;
  24. }
  25. }*/
  26. </style>
  27. <script type="text/javascript">
  28. // web view smartscheduler
  29. window.setData = {
  30. // pageType: 'toplineScheduleClient'
  31. };
  32. window.dataModel = {
  33. 'userId': '',
  34. 'hourUnit': 12,
  35. 'emailDomain': '',
  36. 'userDisplayName': '',
  37. 'formDate': 'MM/dd/yyyy',
  38. 'draftId': "",
  39. 'zmail': '',
  40. 'calendar': {calendarUIEnabled:true, calendarEmail: "",calendarType: 3,hasCalendarWritePermission: true,isEnableCalendarIntegration: true, isEnableZoomCalendarService: false},
  41. 'eak': ''
  42. }
  43. window.onload = function () {
  44. const ua = navigator.userAgent.toLowerCase();
  45. const isIPad = ua && /ipad/.test(ua);
  46. const isIPhone = ua && !isIPad && /(iphone|ipod)/.test(ua);
  47. const isAndroid = ua && ua.indexOf('android') > 0;
  48. const isMobile = isIPhone || isAndroid || isIPad;
  49. const THEME_CLASS = isMobile ? 'van-theme--dark' : 'zm-theme--dark';
  50. // const THEME_CLASS = 'zm-theme--dark';
  51. if (typeof window.clientTheme !== 'undefined') {
  52. if (window.clientTheme === 'dark') {
  53. if (!document.getElementsByTagName('body')[0].className.includes(THEME_CLASS)) {
  54. document.getElementsByTagName('body')[0].className = THEME_CLASS;
  55. }
  56. }
  57. } else {
  58. if (window.matchMedia &&
  59. window.matchMedia('(prefers-color-scheme: dark)').matches) {
  60. if (!document.getElementsByTagName('body')[0].className.includes(THEME_CLASS)) {
  61. document.getElementsByTagName('body')[0].className = THEME_CLASS;
  62. }
  63. }
  64. }
  65. }</script>
  66. <link href="static/css/chunk-0544f2bd.51f67b30.css" rel="prefetch"><link href="static/css/chunk-60f57e29.372fc12f.css" rel="prefetch"><link href="static/css/zm-tree.bba01dde.css" rel="prefetch"><link href="static/js/chunk-0544f2bd.e27dfbbe.js" rel="prefetch"><link href="static/js/chunk-2d0a424c.07803335.js" rel="prefetch"><link href="static/js/chunk-2d0aaf55.57e61a4f.js" rel="prefetch"><link href="static/js/chunk-2d0b327b.d5f606d8.js" rel="prefetch"><link href="static/js/chunk-2d0c226a.090cf33d.js" rel="prefetch"><link href="static/js/chunk-2d0d9fc4.b2bdd5a9.js" rel="prefetch"><link href="static/js/chunk-2d0de1f1.b97e0439.js" rel="prefetch"><link href="static/js/chunk-2d0de375.088b5e9d.js" rel="prefetch"><link href="static/js/chunk-2d0e17df.bf795037.js" rel="prefetch"><link href="static/js/chunk-2d0ea113.1d6aa9bf.js" rel="prefetch"><link href="static/js/chunk-2d20e7e6.8728d174.js" rel="prefetch"><link href="static/js/chunk-2d20f516.033c3a90.js" rel="prefetch"><link href="static/js/chunk-2d2167c6.c75dd722.js" rel="prefetch"><link href="static/js/chunk-2d21b4fa.e87cfa05.js" rel="prefetch"><link href="static/js/chunk-2d21d6ce.21a0f3ee.js" rel="prefetch"><link href="static/js/chunk-2d22258b.fd33b6f4.js" rel="prefetch"><link href="static/js/chunk-2d230459.5c6a1baa.js" rel="prefetch"><link href="static/js/chunk-60f57e29.d7a91a60.js" rel="prefetch"><link href="static/js/zm-tree.2124ab54.js" rel="prefetch"><link href="static/css/chunk-vendors.5c990af7.css" rel="preload" as="style"><link href="static/css/index.1e453f20.css" rel="preload" as="style"><link href="static/js/chunk-vendors.49875986.js" rel="preload" as="script"><link href="static/js/index.fb66f59e.js" rel="preload" as="script"><link href="static/css/chunk-vendors.5c990af7.css" rel="stylesheet"><link href="static/css/index.1e453f20.css" rel="stylesheet"></head>
  67. <body>
  68. <noscript>
  69. <strong>We're sorry but @zoom/client-scheduler doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  70. </noscript>
  71. <div id="app"></div>
  72. <script type="text/javascript" src="static/js/chunk-vendors.49875986.js"></script><script type="text/javascript" src="static/js/index.fb66f59e.js"></script></body>
  73. </html>