Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
zoom / opt / zoom / scheduler / index.html
Size: Mime:
<!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;
        }
      }*/
      ::-webkit-scrollbar {
        background: transparent;
        height: 8px;
        width: 8px;
      }

      ::-webkit-scrollbar-thumb {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #dadce0;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        min-height: 40px;
      }
    </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-a191793e.c4e2cf9b.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.1a78b82c.js" rel="prefetch"><link href="static/js/chunk-2d0aaf55.4319f923.js" rel="prefetch"><link href="static/js/chunk-2d0b327b.ccf7e57e.js" rel="prefetch"><link href="static/js/chunk-2d0c226a.056d39e8.js" rel="prefetch"><link href="static/js/chunk-2d0d9fc4.b8c6404e.js" rel="prefetch"><link href="static/js/chunk-2d0de1f1.8e041448.js" rel="prefetch"><link href="static/js/chunk-2d0de375.781be136.js" rel="prefetch"><link href="static/js/chunk-2d0e17df.1bc16eb2.js" rel="prefetch"><link href="static/js/chunk-2d0ea113.56fc3b7e.js" rel="prefetch"><link href="static/js/chunk-2d20e7e6.c95102cf.js" rel="prefetch"><link href="static/js/chunk-2d20f516.e2cd341c.js" rel="prefetch"><link href="static/js/chunk-2d2167c6.f1fc9089.js" rel="prefetch"><link href="static/js/chunk-2d21b4fa.1b4a3305.js" rel="prefetch"><link href="static/js/chunk-2d21d6ce.c078636c.js" rel="prefetch"><link href="static/js/chunk-2d22258b.7c7db951.js" rel="prefetch"><link href="static/js/chunk-2d230459.fb0ff8c1.js" rel="prefetch"><link href="static/js/chunk-a191793e.3d5207e6.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.703cee7f.css" rel="preload" as="style"><link href="static/js/chunk-vendors.49875986.js" rel="preload" as="script"><link href="static/js/index.3aab1704.js" rel="preload" as="script"><link href="static/css/chunk-vendors.5c990af7.css" rel="stylesheet"><link href="static/css/index.703cee7f.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.3aab1704.js"></script></body>
</html>