-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalytics.html
92 lines (49 loc) · 2.48 KB
/
analytics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SliceVew Dashboard</title>
<link rel="stylesheet" type="text/css" href="static/assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="static/assets/css/slice.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
</head>
<body>
<div id="topbar" class="site-topbar">
<div class="containerheader">
<div class="topbar-left pull-left">
<nav id="site-navigation" class="main-navigation" role="navigation">
<span class="home-menu"> <a href="test125.html" rel="home"><i class="fa fa-home"></i></a></span>
<span class="nav-toggle"><a href="#0" id="nav-toggle">Menu<span></span></a></span>
</nav><!-- #site-navigation --></div></div></div>
<div id="header" class="agro">
<h2>DASHBOARD FLO.CASH</h2>
</div>
<script type="text/javascript" src="https://ssl.gstatic.com/trends_nrtr/1243_RC11/embed_loader.js"></script>
<script type="text/javascript"> trends.embed.renderExploreWidget("TIMESERIES", {"comparisonItem":[{"keyword":"florincoin","geo":"","time":"today 12-m"},{"keyword":"\"flo cash\"","geo":"","time":"today 12-m"}],"category":0,"property":""}, {"exploreQuery":"q=florincoin,%22flo%20cash%22&date=today 12-m,today 12-m","guestPath":"https://trends.google.com:443/trends/embed/"}); </script>
<script type="text/javascript">
function iframeLoaded_di6EQ9LT4r() {
var iFrameID = document.getElementById('iframe_di6EQ9LT4r');
if(iFrameID) {
iFrameID.height = "";
iFrameID.contentWindow.postMessage("setheight","http://www.embeddedanalytics.com");
//iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
}
function receiveMessage(event)
{
var iFrameID = document.getElementById('iframe_di6EQ9LT4r');
if (iFrameID) {
iFrameID.height = event.data+"px";
}
}
window.addEventListener("message", receiveMessage, false);
</script>
<iframe id="iframe_di6EQ9LT4r" onload="iframeLoaded_di6EQ9LT4r()" marginwidth="0" frameborder="0" marginheight="0" width="100%" height="100%" src="http://www.embeddedanalytics.com/reports/displayreport?reportcode=di6EQ9LT4r&chckcode=gaahGQsSXyciqmx3lfUBhp" type="text/html" scrolling="no" title="Embed Google Analytics Charts into your Website!" style="height:1000px!important; top:0!important"></iframe>
<!-- <script>
$(document).ready(function(){
$('#bing_header').hide();
$('#pageFooter').hide();
});
</script> -->
</body>
</html>