-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
360 lines (347 loc) · 16.5 KB
/
main.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title>赤霄行銷管理系統</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="Mosaddek" name="author" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-fileupload.css" rel="stylesheet" />
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/style-default.css" rel="stylesheet" id="style_color" />
<link href="assets/fullcalendar/fullcalendar/bootstrap-fullcalendar.css" rel="stylesheet" />
<link href="assets/jquery-easy-pie-chart/jquery.easy-pie-chart.css" rel="stylesheet" type="text/css" media="screen"/>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="fixed-top">
<!-- BEGIN HEADER -->
<div id="header" class="navbar navbar-inverse navbar-fixed-top">
<!-- BEGIN TOP NAVIGATION BAR -->
<div class="navbar-inner">
<div class="container-fluid">
<!--BEGIN SIDEBAR TOGGLE-->
<div class="sidebar-toggle-box hidden-phone">
<div class="icon-reorder"></div>
</div>
<div class="mk-title"> 赤霄行銷管理系統 V1.0 更新日期:2014/12/30</div>
<!--END SIDEBAR TOGGLE-->
<!-- BEGIN RESPONSIVE MENU TOGGLER -->
<a class="btn btn-navbar collapsed" id="main_menu_trigger" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="arrow"></span>
</a>
<div class="top-nav ">
<ul class="nav pull-right top-menu" >
<!-- BEGIN USER LOGIN DROPDOWN -->
<li class="dropdown">
<a href="index.html#" class="dropdown-toggle" data-toggle="dropdown">
<img src="img/avatar1_small.jpg" alt="">
<span class="username">May Lu</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu extended logout">
<!--
<li><a href=""><i class="icon-user"></i> My Profile</a></li>
<li><a href=""><i class="icon-cog"></i> My Settings</a></li>
-->
<li><a href="index.html"><i class="icon-key"></i> Log Out</a></li>
</ul>
</li>
<!-- END USER LOGIN DROPDOWN -->
</ul>
<!-- END TOP NAVIGATION MENU -->
</div>
</div>
</div>
<!-- END TOP NAVIGATION BAR -->
</div>
<!-- END HEADER -->
<!-- BEGIN CONTAINER -->
<div id="container" class="row-fluid">
<!-- BEGIN SIDEBAR -->
<div class="sidebar-scroll">
<div id="sidebar" class="nav-collapse collapse">
<!-- BEGIN SIDEBAR MENU -->
<ul class="sidebar-menu">
<li class="sub-menu active">
<a class="" href="main.html">
<i class="icon-dashboard"></i>
<span>Dashboard</span>
</a>
</li>
<li class="sub-menu">
<a href="advsearch.html">
<i class="icon-book"></i>
<span>綜合查詢</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>廣告投放數據</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="todayinternet.html">今日互聯網數據</a></li>
<li><a class="" href="todayinternetcnt.html">今日互聯網重複點擊數</a></li>
<li><a class="" href="yesterdayinternet.html">昨日互聯網數據</a></li>
<li><a class="" href="yesterdayinternetcnt.html">昨日互聯網重複點擊數</a></li>
<li><a class="" href="angularjsgrid.html">今日數據</a></li>
<li><a class="" href="yesterdaydate.html">昨日數據</a></li>
<li><a class="" href="datepicker.html">歷史查詢(指定日期)</a></li>
<li><a class="" href="datepickerto.html">歷史查詢(日期區間)</a></li>
<li><a href="fbdatepicker.html">FB歷史查詢(指定日期)</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>點擊數</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="/click/fbclick.html">FaceBook</a></li>
<li><a class="" href="/click/googleclick.html">Google</a></li>
<li><a class="" href="/click/yahooclick.html">Yahoo</a></li>
<li><a class="" href="/click/bahaclick.html">巴哈姆特</a></li>
<li><a class="" href="/click/gbclick.html">遊戲基地</a></li>
<li><a class="" href="/click/elseclick.html">其他渠道</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>註冊數</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="/member/fbmember.html">FaceBook</a></li>
<li><a class="" href="/member/googlemember.html">Google</a></li>
<li><a class="" href="/member/yahoomember.html">Yahoo</a></li>
<li><a class="" href="/member/bahamember.html">巴哈姆特</a></li>
<li><a class="" href="/member/gbmember.html">遊戲基地</a></li>
<li><a class="" href="/member/elsemember.html">其他渠道</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>創角數</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="/createrole/fbcr.html">FaceBook</a></li>
<li><a class="" href="/createrole/googlecr.html">Google</a></li>
<li><a class="" href="/createrole/yahoocr.html">Yahoo</a></li>
<li><a class="" href="/createrole/bahacr.html">巴哈姆特</a></li>
<li><a class="" href="/createrole/gbcr.html">遊戲基地</a></li>
<li><a class="" href="/createrole/elsecr.html">其他渠道</a></li>
</ul>
</li>
<!--
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>不重覆和重覆點擊數</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="/bannerclick.html">Banner所有點擊數量</a></li>
<li><a class="" href="/landpageclick.html">到達頁所有點擊數量</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-book"></i>
<span>到達頁創角</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="/58landpagecr.html">58play創角數</a></li>
<li><a class="" href="/fblandpagecr.html">Facebook創角數</a></li>
<li><a class="" href="/googlelandpagecr.html">Google創角數</a></li>
<li><a class="" href="/yahoolandpagecr.html">Yahoo創角數</a></li>
</ul>
</li>
-->
<!--
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="icon-cogs"></i>
<span>系統管理</span>
<span class="arrow"></span>
</a>
<ul class="sub">
<li><a class="" href="gallery.html">追蹤碼設定</a></li>
<li><a class="" href="calendar.html">帳戶管理</a></li>
<li><a class="" href="grids.html">權限管理</a></li>
<li><a class="" href="chartjs.html">網站設定選項</a></li>
<li><a class="" href="flot_chart.html">系統選單管理</a></li>
</ul>
</li>
-->
</ul>
<!-- END SIDEBAR MENU -->
</div>
</div>
<!-- END SIDEBAR -->
<!-- BEGIN PAGE -->
<div id="main-content">
<!-- BEGIN PAGE CONTAINER-->
<div class="container-fluid" id="yourcontrolcol">
<!-- BEGIN PAGE HEADER-->
<div class="row-fluid">
<div class="span12">
<!-- BEGIN THEME CUSTOMIZER-->
<!--
<div id="theme-change" class="hidden-phone">
<i class="icon-cogs"></i>
<span class="settings">
<span class="text">Theme Color:</span>
<span class="colors">
<span class="color-default" data-style="default"></span>
<span class="color-green" data-style="green"></span>
<span class="color-gray" data-style="gray"></span>
<span class="color-purple" data-style="purple"></span>
<span class="color-red" data-style="red"></span>
</span>
</span>
</div>
-->
<!-- END THEME CUSTOMIZER-->
<!-- BEGIN PAGE TITLE & BREADCRUMB-->
<h3 class="page-title">
Dashboard
</h3>
<ul class="breadcrumb">
<li class="active">
Home
</li>
</ul>
<!-- END PAGE TITLE & BREADCRUMB-->
</div>
</div>
<!-- END PAGE HEADER-->
<!-- BEGIN PAGE CONTENT-->
<div class="row-fluid">
<div class="span6">
<!-- BEGIN CHART PORTLET-->
<div class="widget ">
<div class="widget-title">
<h4><i class="icon-reorder"></i> 不重複點擊數</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"></a>
<a href="javascript:;" class="icon-remove"></a>
</span>
</div>
<div class="widget-body">
<div class="text-center">
<canvas id="ip" height="300" width="400"></canvas>
</div>
</div>
</div>
<!-- END CHART PORTLET-->
</div>
<div class="span6">
<!-- BEGIN CHART PORTLET-->
<div class="widget ">
<div class="widget-title">
<h4><i class="icon-reorder"></i> 註冊數</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"></a>
<a href="javascript:;" class="icon-remove"></a>
</span>
</div>
<div class="widget-body">
<div class="text-center">
<canvas id="register" height="300" width="400"></canvas>
</div>
</div>
</div>
<!-- END CHART PORTLET-->
</div>
</div>
<div class="row-fluid">
<div class="span6">
<!-- BEGIN CHART PORTLET-->
<div class="widget ">
<div class="widget-title">
<h4><i class="icon-reorder"></i> 創角數</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"></a>
<a href="javascript:;" class="icon-remove"></a>
</span>
</div>
<div class="widget-body">
<div class="text-center">
<canvas id="createrole" height="300" width="400"></canvas>
</div>
</div>
</div>
<!-- END CHART PORTLET-->
</div>
<div class="span6">
<!-- BEGIN CHART PORTLET-->
<div class="widget ">
<div class="widget-title">
<h4><i class="icon-reorder"></i> 儲值金額數據</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"></a>
<a href="javascript:;" class="icon-remove"></a>
</span>
</div>
<div class="widget-body">
<div class="text-center">
<canvas id="paymoney" height="300" width="400"></canvas>
</div>
</div>
</div>
<!-- END CHART PORTLET-->
</div>
</div>
</div>
<!-- END PAGE -->
</div>
<!-- END CONTAINER -->
<!-- BEGIN FOOTER -->
<div id="footer">
軟體設計者:Willy Hu
</div>
<!-- END FOOTER -->
<!-- BEGIN JAVASCRIPTS -->
<!-- Load javascripts at bottom, this will reduce page load time -->
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/jquery-slimscroll/jquery-ui-1.9.2.custom.min.js"></script>
<script type="text/javascript" src="assets/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="assets/fullcalendar/fullcalendar/fullcalendar.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- ie8 fixes -->
<!--[if lt IE 9]>
<script src="js/excanvas.js"></script>
<script src="js/respond.js"></script>
<![endif]-->
<script src="assets/jquery-easy-pie-chart/jquery.easy-pie-chart.js" type="text/javascript"></script>
<script src="js/jquery.sparkline.js" type="text/javascript"></script>
<script src="assets/chart-master/Chart.js"></script>
<!--common script for all pages-->
<script src="js/common-scripts.js"></script>
<!--script for this page only-->
<script src="js/easy-pie-chart.js"></script>
<script src="js/sparkline-chart.js"></script>
<script src="js/home-page-calender.js"></script>
<script src="js/chartjs.js"></script>
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html>