投屏pc端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
2.8 KiB

6 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  6. <link type="text/css" href="bundles/vendors.a94ef44ed5c201cefcf6ad7460788c1a.css" rel="stylesheet"/>
  7. <link type="text/css" href="bundles/library.a8de6f8cf4dda6895071c6ec45f900d9.css" rel="stylesheet"/>
  8. <style>
  9. body,html{
  10. margin: 0;
  11. padding: 0;
  12. background-color: transparent !important;
  13. }
  14. </style>
  15. </head>
  16. <body class="chart-page on-widget" id="body">
  17. <div class="loading-indicator" id="loading-indicator">
  18. </div>
  19. <script src="js/external/spin.min.js"></script>
  20. <script>var JSServer = {};
  21. var __initialEnabledFeaturesets = ["charting_library"];</script>
  22. <script>(function () {
  23. window.urlParams = (function () {
  24. var j, h = /\+/g, m = /([^&=]+)=?([^&]*)/g, e = function (o) {
  25. return decodeURIComponent(o.replace(h, " ")).replace(/<\/?[^>]+(>|$)/g, "")
  26. }, k = function () {
  27. var p = location.href;
  28. var o = p.indexOf("#");
  29. if (o >= 0) {
  30. return p.substring(o + 1)
  31. } else {
  32. throw"Unexpected use of this page"
  33. }
  34. }(), n = {};
  35. while (j = m.exec(k)) {
  36. n[e(j[1])] = e(j[2])
  37. }
  38. var l = window.parent[n.uid];
  39. var i = ["datafeed", "customFormatters", "brokerFactory"];
  40. for (var g in l) {
  41. if (i.indexOf(g) === -1) {
  42. n[g] = JSON.stringify(l[g])
  43. }
  44. }
  45. return n
  46. })();
  47. window.locale = urlParams.locale;
  48. window.language = urlParams.locale;
  49. window.addCustomCSSFile = function (e) {
  50. var g = document.createElement("link");
  51. document.getElementsByTagName("head")[0].appendChild(g);
  52. g.setAttribute("type", "text/css");
  53. g.setAttribute("rel", "stylesheet");
  54. g.setAttribute("href", e)
  55. };
  56. if (!!urlParams.customCSS) {
  57. window.addCustomCSSFile(urlParams.customCSS)
  58. }
  59. var f = {};
  60. if (typeof urlParams.loading_screen === "string") {
  61. try {
  62. f = JSON.parse(urlParams.loading_screen)
  63. } catch (d) {
  64. }
  65. }
  66. var a = document.getElementById("loading-indicator");
  67. var b = (f.foregroundColor) ? f.foregroundColor : "#00A2E2";
  68. a.style.color=b;
  69. if (f.backgroundColor) {
  70. a.style.background = f.backgroundColor
  71. }
  72. var bodyd = document.getElementById("body");
  73. if (f.backgroundColor) {
  74. bodyd.style.background= f.backgroundColor
  75. }
  76. var c = new Spinner({
  77. lines: 17,
  78. length: 0,
  79. width: 3,
  80. radius: 30,
  81. scale: 1,
  82. corners: 1,
  83. color: b,
  84. opacity: 0,
  85. rotate: 0,
  86. direction: 1,
  87. speed: 1.5,
  88. trail: 60,
  89. fps: 20,
  90. zIndex: 2000000000,
  91. className: "spinner",
  92. top: "50%",
  93. left: "50%",
  94. shadow: false,
  95. hwaccel: false
  96. }).spin(a)
  97. })();</script>
  98. <script src="bundles/vendors.fd8604c09abed9f6643a.js"></script>
  99. <script src="bundles/library.19c99ed5d0307c67f071.js"></script>
  100. </body>
  101. </html>