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.
135 lines
5.1 KiB
135 lines
5.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<link type="text/css" href="bundles/vendors.a94ef44ed5c201cefcf6ad7460788c1a.css" rel="stylesheet" />
|
|
<link type="text/css" href="bundles/library.a8de6f8cf4dda6895071c6ec45f900d9.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body class="chart-page on-widget">
|
|
<div class="loading-indicator" id="loading-indicator"></div>
|
|
<div class="tv-quoter" id="tv-quoter">
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="date_lang">时间</div>
|
|
<div class="tv-quoter-value" data-name="date"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="open_lang">开</div>
|
|
<div class="tv-quoter-value" data-name="open"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="high_lang">高</div>
|
|
<div class="tv-quoter-value" data-name="high"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="low_lang">低</div>
|
|
<div class="tv-quoter-value" data-name="low"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="close_lang">收</div>
|
|
<div class="tv-quoter-value" data-name="close"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="zhangdiee_lang">涨跌额</div>
|
|
<div class="tv-quoter-value" data-name="zhangdiee"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="zhangdiefu_lang">涨跌幅</div>
|
|
<div class="tv-quoter-value" data-name="zhangdiefu"></div>
|
|
</div>
|
|
<div class="tv-quoter-item">
|
|
<div class="tv-quoter-title" data-name="volume_lang">成交量</div>
|
|
<div class="tv-quoter-value" data-name="volume"></div>
|
|
</div>
|
|
|
|
</div>
|
|
<script src="js/external/spin.min.js"></script>
|
|
<script>
|
|
var JSServer = {};
|
|
var __initialEnabledFeaturesets = ["charting_library"];
|
|
|
|
</script>
|
|
<script>
|
|
(function () {
|
|
window.urlParams = (function () {
|
|
var j, h = /\+/g,
|
|
m = /([^&=]+)=?([^&]*)/g,
|
|
e = function (o) {
|
|
return decodeURIComponent(o.replace(h, " ")).replace(/<\/?[^>]+(>|$)/g, "")
|
|
},
|
|
k = function () {
|
|
var p = location.href;
|
|
var o = p.indexOf("#");
|
|
if (o >= 0) {
|
|
return p.substring(o + 1)
|
|
} else {
|
|
throw "Unexpected use of this page"
|
|
}
|
|
}(),
|
|
n = {};
|
|
while (j = m.exec(k)) {
|
|
n[e(j[1])] = e(j[2])
|
|
}
|
|
var l = window.parent[n.uid];
|
|
var i = ["datafeed", "customFormatters", "brokerFactory"];
|
|
for (var g in l) {
|
|
if (i.indexOf(g) === -1) {
|
|
n[g] = JSON.stringify(l[g])
|
|
}
|
|
}
|
|
return n
|
|
})();
|
|
window.locale = urlParams.locale;
|
|
window.language = urlParams.locale;
|
|
window.addCustomCSSFile = function (e) {
|
|
var g = document.createElement("link");
|
|
document.getElementsByTagName("head")[0].appendChild(g);
|
|
g.setAttribute("type", "text/css");
|
|
g.setAttribute("rel", "stylesheet");
|
|
g.setAttribute("href", e)
|
|
};
|
|
if (!!urlParams.customCSS) {
|
|
window.addCustomCSSFile(urlParams.customCSS)
|
|
}
|
|
var f = {};
|
|
if (typeof urlParams.loading_screen === "string") {
|
|
try {
|
|
f = JSON.parse(urlParams.loading_screen)
|
|
} catch (d) {}
|
|
}
|
|
var a = document.getElementById("loading-indicator");
|
|
if (f.backgroundColor) {
|
|
a.style = "background-color: " + f.backgroundColor
|
|
}
|
|
var b = (f.foregroundColor) ? f.foregroundColor : "#00A2E2";
|
|
var c = new Spinner({
|
|
lines: 17,
|
|
length: 0,
|
|
width: 3,
|
|
radius: 30,
|
|
scale: 1,
|
|
corners: 1,
|
|
color: b,
|
|
opacity: 0,
|
|
rotate: 0,
|
|
direction: 1,
|
|
speed: 1.5,
|
|
trail: 60,
|
|
fps: 20,
|
|
zIndex: 2000000000,
|
|
className: "spinner",
|
|
top: "50%",
|
|
left: "50%",
|
|
shadow: false,
|
|
hwaccel: false
|
|
}).spin(a)
|
|
})();
|
|
|
|
</script>
|
|
<script src="bundles/vendors.c0e9ee356e307b4a0cd1.js"></script>
|
|
<script src="bundles/library.21c43e3cd2e427bd8522.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|