| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!DOCTYPE html>
- <html lang="" class="scheduler">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
- <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:">
- <title>@zoom/client-scheduler</title>
- <style>
- html, body {
- overflow: hidden;
- margin-right: 1px;
- margin: 0px 0px 0px 0px;
- position:relative;
- height: 100%;
- background-color: #FFFFFF;
- }
- /*@media (prefers-color-scheme: dark) and (-ms-high-contrast: white-on-black) {
- html, body {
- overflow: hidden;
- margin-right: 1px;
- background-color: #fff;
- margin: 0px 0px 0px 0px;
- }
- }*/
- </style>
- <script type="text/javascript">
- // web view smartscheduler
- window.setData = {
- // pageType: 'toplineScheduleClient'
- };
- window.dataModel = {
- 'userId': '',
- 'hourUnit': 12,
- 'emailDomain': '',
- 'userDisplayName': '',
- 'formDate': 'MM/dd/yyyy',
- 'draftId': "",
- 'zmail': '',
- 'calendar': {calendarUIEnabled:true, calendarEmail: "",calendarType: 3,hasCalendarWritePermission: true,isEnableCalendarIntegration: true, isEnableZoomCalendarService: false},
- 'eak': ''
- }
- window.onload = function () {
- const ua = navigator.userAgent.toLowerCase();
- const isIPad = ua && /ipad/.test(ua);
- const isIPhone = ua && !isIPad && /(iphone|ipod)/.test(ua);
- const isAndroid = ua && ua.indexOf('android') > 0;
- const isMobile = isIPhone || isAndroid || isIPad;
- const THEME_CLASS = isMobile ? 'van-theme--dark' : 'zm-theme--dark';
- // const THEME_CLASS = 'zm-theme--dark';
- if (typeof window.clientTheme !== 'undefined') {
- if (window.clientTheme === 'dark') {
- if (!document.getElementsByTagName('body')[0].className.includes(THEME_CLASS)) {
- document.getElementsByTagName('body')[0].className = THEME_CLASS;
- }
- }
- } else {
- if (window.matchMedia &&
- window.matchMedia('(prefers-color-scheme: dark)').matches) {
- if (!document.getElementsByTagName('body')[0].className.includes(THEME_CLASS)) {
- document.getElementsByTagName('body')[0].className = THEME_CLASS;
- }
- }
- }
- }</script>
- <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>
- <body>
- <noscript>
- <strong>We're sorry but @zoom/client-scheduler doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
-
- <script type="text/javascript" src="static/js/chunk-vendors.49875986.js"></script><script type="text/javascript" src="static/js/index.fb66f59e.js"></script></body>
- </html>
|