This repository was archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
136 lines (115 loc) · 5.86 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="index, follow"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Through Network Monitoring Dashboard</title>
<!-- CSS for ExtJs theme and font-awesome reference -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-gray/resources/theme-gray-all.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/packages/charts/classic/classic/resources/charts-all.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/packages/ux/classic/classic/resources/ux-all.css">
<link rel="stylesheet"
href="./fontawesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="./script/css/style.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25065548-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body oncontextmenu="return false;">
<div id="progress-bar" style="width:100%; height:100%;">
<div id="progress-bar2">
<div id="loading-text">PLEASE WAIT...</div>
<div id="loading-image">
<img src="./images/ajax-loader.gif" />
</div>
</div>
</div>
<script type="text/javascript"
src="./script/lib/jquery-2.1.1.min.js">
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/ext-all.js">
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/packages/charts/classic/charts.js">
</script>
<script type="text/javascript"
src="https://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script type="text/javascript"
src="https://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCqVtHdUyAijDEsE4WP7MO23e8vSuRk1Oc">
</script>
<!-- External javascript for extended function -->
<script type="text/javascript" src="./script/js/function.js"></script>
<!-- Gmaps Curve Line Library -->
<script type="text/javascript" src="./script/lib/curve-line/curved.line-0.0.2.js"></script>
<!-- Ext Datetime UX -->
<script type="text/javascript" src="./script/lib/ux-datetime/UX_TimePickerField.js"></script>
<script type="text/javascript" src="./script/lib/ux-datetime/UX_DateTimePicker.js"></script>
<script type="text/javascript" src="./script/lib/ux-datetime/UX_DateTimeField.js"></script>
<script type="text/javascript" src="./script/lib/ux-datetime/UX_DateTimeMenu.js"></script>
<!-- ExtJs Main Application -->
<script type="text/javascript" src="./app.js"></script>
<script>
function _trackLink(linkClick, category, action){
if(!category) category = 'Link';
if(!action) action = 'click';
ga('send', {
hitType: 'event',
eventCategory: category,
eventAction: action,
eventLabel: linkClick
});
}
$(window).load(function(){
try{
_trackLink('demo ExtJS-TNMD', 'demo', 'visit directly');
}catch(err){}
});
</script>
<script src="https://mazipan.github.io/library/g-adsense.js"></script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","url":"https://www.mazipan.github.io/","name":"Irfan Maulana | Front End Developer","author":"Irfan Maulana","image":"http://mazipan.github.io/images/irfan-maulana.jpg","description":"Irfan Maulana is Front End Developer from Indonesia - Man that craft some code to build a beauty and readable code, experienced in web and desktop technology.","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script> <script type="application/ld+json">{"@context":"http://schema.org","@type":"Person","email":"mailto:mazipanneh@gmail.com","image":"http://mazipan.github.io/images/irfan-maulana.jpg","jobTitle":"Software Engineer","name":"Irfan Maulana","url":"https://www.mazipan.github.io/","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "http://mazipan.github.io/",
"name": "Home",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}, {
"@type": "ListItem",
"position": 2,
"item": {
"@id": "http://mazipan.github.io/demo/",
"name": "Demo",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}, {
"@type": "ListItem",
"position": 3,
"item": {
"@id": "http://mazipan.github.io/ExtJS-TNMD",
"name": "ExtJS-TNMD",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}]
}
</script>
</body>
</html>