-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataVisualization.html
274 lines (238 loc) · 6.92 KB
/
DataVisualization.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>台灣皇室排名系統</title>
<link rel="icon" type="image/x-icon" href="img/chart-svgrepo-com.svg" />
<link rel="icon" type="image/x-icon" href="img/grid-svgrepo-com.svg" />
<!-- Boxicons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- icon -->
<link rel="stylesheet" href="css/TCRSoriginal.css">
<link rel="stylesheet" href="css/TCRS.css">
<!-- jQUERY -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- jQUERY -->
<!-- datatables -->
<!-- main -->
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.css" />
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.js"></script>
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
<!-- main -->
<!-- fixed col -->
<link rel="stylesheet" href=https://cdn.datatables.net/fixedcolumns/4.3.0/css/fixedColumns.dataTables.min.css">
<script src="https://cdn.datatables.net/fixedcolumns/4.3.0/js/dataTables.fixedColumns.min.js"></script>
<!-- fixed col -->
<!-- 表格拖拉 -->
<link rel="stylesheet" href="https://cdn.datatables.net/colreorder/1.7.0/css/colReorder.dataTables.min.css">
<script src="https://cdn.datatables.net/colreorder/1.7.0/js/dataTables.colReorder.min.js"></script>
<!-- 表格拖拉 -->
<!-- datatables -->
</head>
<body>
<!-- SIDEBAR -->
<section id="sidebar" class="hide">
<a href="https://xiang511.com/TCRS/" class="brand">
<!-- <i class='bx bxs-smile'></i> -->
<i class='fa fa-bar-chart'></i>
<span class="text">TCRS</span>
</a>
<ul class="side-menu top">
<li>
<a href="TCRS.html">
<i class='bx bxs-home'></i>
<span class="text">首頁</span>
</a>
</li>
<li>
<a href="AboutUs.html">
<i class='bx bxs-detail'></i>
<span class="text">關於我們</span>
</a>
</li>
<li>
<a href="LadderRanking.html">
<i class='bx bxs-dashboard'></i>
<span class="text">天梯紀錄</span>
</a>
</li>
<li>
<a href="PlayerCareerRecord.html">
<i class='bx bxs-grid-alt'></i>
<span class="text">生涯紀錄</span>
</a>
</li>
<li>
<a href="Player-Profile.html">
<i class='bx bxs-crown'></i>
<span class="text">個人成就</span>
</a>
</li>
<li class="active">
<a href="DataVisualization.html">
<i class='bx bxs-bar-chart-alt-2'></i>
<span class="text">統計圖表</span>
</a>
</li>
<li>
<a href="DeveloperAnnouncement.html">
<i class='bx bx-code-alt'></i>
<span class="text">版本紀錄</span>
</a>
</li>
<li>
<a target="_blank" href="https://xiang511.com/TCRS/source/Open-Source.html">
<i class='bx bx-code'></i>
<span class="text">程式碼開源</span>
</a>
</li>
<!-- <li>
<a href="message.html">
<i class='bx bxs-message-dots' ></i>
<span class="text">聊天室</span>
</a>
</li> -->
<!-- <li>
<a href="#">
<i class='bx bx-comment-detail'></i>
<span class="text">常見問題</span>
</a>
</li> -->
<!-- <li class="">
<a target="_blank" href="https://xiang511.com/CR/">
<i class='bx bxs-window-alt'></i>
<span class="text">流體力學</span>
</a>
</li> -->
<!-- <li class="undone">
<a href="#">
<i class='bx bxs-group' ></i>
<span class="text">個人資料(尚未完成)</span>
</a>
</li> -->
</ul>
<ul class="side-menu">
<!-- <li>
<a href="https://SiteStates.com" title="站長工具">
<img src="https://SiteStates.com/show/image/33556.jpg" border="0" />
</a>
</li> -->
<!-- <li>
<a href="https://www.google.com.tw/?hl=zh_TW" class="logout">
<i class='bx bxs-log-out-circle' ></i>
<span class="text">登出</span>
</a>
</li> -->
</ul>
<div class="track" style="display: none;">
<a href="https://SiteStates.com" title="站長工具">
<img src="https://SiteStates.com/show/image/33556.jpg" border="0" />
</a>
</div>
</section>
<!-- SIDEBAR -->
<!-- CONTENT -->
<section id="content">
<!-- NAVBAR -->
<nav>
<i class='bx bx-menu'></i>
<!-- <a href="#" class="nav-link">Categories</a> -->
<form action="#">
<!-- <div class="form-input">
<input type="search" placeholder="Search...">
<button type="submit" class="search-btn"><i class='bx bx-search' ></i></button>
</div> -->
</form>
<input type="checkbox" id="switch-mode" hidden>
<!-- <label for="switch-mode" class="switch-mode"></label> -->
<!-- <a href="#" class="notification">
<i class='bx bxs-bell' ></i>
<span class="num"></span>
</a> -->
<!-- <a href="https://xiang511.github.io/hydromechanics/newsite/index.html" class="profile">
<img style="border-radius: 0;" src="img/purr-svgrepo-com.svg">
</a> -->
</nav>
<!-- NAVBAR -->
<main>
<div class="container text-center" id="error">
<svg height="100" width="100">
<polygon points="50,25 17,80 82,80" stroke-linejoin="round"
style="fill:none;stroke:#ff8a00;stroke-width:8" />
<text x="42" y="74" fill="#ff8a00" font-family="sans-serif" font-weight="900"
font-size="42px">!</text>
</svg>
<div class="row">
<div class="col-md-12">
<div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div>
<h1>Resource not found </h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-push-3">
<p class="lead">Website is being redesigned</p>
<p class="lead">
<a href="mailto:[email protected]">
</p>
</div>
</div>
</div>
</main>
<style type="text/css">
body,
h1,
p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}
.container {
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.col-md-6 {
width: 50%;
}
.col-md-push-3 {
margin-left: 25%;
}
h1 {
font-size: 48px;
font-weight: 300;
margin: 0 0 20px 0;
}
.lead {
font-size: 21px;
font-weight: 200;
margin-bottom: 20px;
}
p {
margin: 0 0 10px;
}
a {
color: #3282e6;
text-decoration: none;
}
</style>
</section>
<!-- CONTENT -->
<script src="js/dashboard.js"></script>
</body>
</html>