Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vmusicchart-cms
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Văn Đoan
vmusicchart-cms
Commits
1e6af4e8
Commit
1e6af4e8
authored
5 years ago
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cập nhật màu, bỏ scroll
parent
fc23c458
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
list_by_daily_view.php
...ion/views/backend/ajax/cms_ranking/list_by_daily_view.php
+4
-3
list_by_monthly_view.php
...n/views/backend/ajax/cms_ranking/list_by_monthly_view.php
+2
-2
list_by_weekly_view.php
...on/views/backend/ajax/cms_ranking/list_by_weekly_view.php
+2
-2
list_by_daily_view.php
application/views/backend/cms_ranking/list_by_daily_view.php
+5
-6
No files found.
application/views/backend/ajax/cms_ranking/list_by_daily_view.php
View file @
1e6af4e8
<div
style=
"max-height: 465px; overflow: scroll"
>
<div>
<table
class=
"table table-striped table-bordered table-hover"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<thead>
<tr>
<tr>
...
@@ -23,8 +23,9 @@
...
@@ -23,8 +23,9 @@
<td
style=
"text-align: center"
><img
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
style=
"max-width: 50px; max-height: 50px"
></td>
<td
style=
"text-align: center"
><img
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
style=
"max-width: 50px; max-height: 50px"
></td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
]
.
' (#'
.
$data
[
'track_id'
]
.
')'
;
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
]
.
' (#'
.
$data
[
'track_id'
]
.
')'
;
?>
</td>
<td
style=
"text-align: center"
>
<td
style=
"text-align: center"
>
<a
href=
"javascript:void(0)"
onclick=
"showHistory(
<?php
echo
$data
[
'track_id'
]
?>
, '
<?php
echo
$data
[
'name_song'
]
?>
')"
>
<a
href=
"javascript:void(0)"
title=
"Click để xem lịch sử lượt nghe"
<i
class=
"fa fa-line-chart color-red"
></i>
onclick=
"showHistory(
<?php
echo
$data
[
'track_id'
]
?>
, '
<?php
echo
$data
[
'name_song'
]
?>
')"
>
<i
class=
"fa fa-line-chart tab-color-blue"
></i>
</a>
</a>
</td>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
...
...
This diff is collapsed.
Click to expand it.
application/views/backend/ajax/cms_ranking/list_by_monthly_view.php
View file @
1e6af4e8
<div
style=
"max-height: 465px; overflow: scroll"
>
<div>
<table
class=
"table table-striped table-bordered table-hover"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<thead>
<tr>
<tr>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<?php
if
(
count
(
$listData
)
>
0
)
:
foreach
(
$listData
as
$key
=>
$data
)
:
?>
<?php
if
(
count
(
$listData
)
>
0
)
:
foreach
(
$listData
as
$key
=>
$data
)
:
?>
<tr>
<tr>
<td
style=
"text-align: center"
>
<?php
echo
(
$key
+
1
+
$offset
);
?>
</td>
<td
style=
"text-align: center"
>
<?php
echo
(
$key
+
1
+
$offset
);
?>
</td>
<td
style=
"text-align: center"
>
#
<?php
echo
$data
[
'id'
];
?>
</td>
<td
style=
"text-align: center"
>
#
<?php
echo
$data
[
'
track_
id'
];
?>
</td>
<td
style=
"text-align: center"
><img
style=
"max-width: 50px"
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
></td>
<td
style=
"text-align: center"
><img
style=
"max-width: 50px"
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
></td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
...
...
This diff is collapsed.
Click to expand it.
application/views/backend/ajax/cms_ranking/list_by_weekly_view.php
View file @
1e6af4e8
<div
style=
"max-height: 465px; overflow: scroll"
>
<div>
<table
class=
"table table-striped table-bordered table-hover"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<thead>
<tr>
<tr>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<?php
if
(
count
(
$listData
)
>
0
)
:
foreach
(
$listData
as
$key
=>
$data
)
:
?>
<?php
if
(
count
(
$listData
)
>
0
)
:
foreach
(
$listData
as
$key
=>
$data
)
:
?>
<tr>
<tr>
<td
style=
"text-align: center"
>
<?php
echo
(
$key
+
1
+
$offset
);
?>
</td>
<td
style=
"text-align: center"
>
<?php
echo
(
$key
+
1
+
$offset
);
?>
</td>
<td
style=
"text-align: center"
>
#
<?php
echo
$data
[
'id'
];
?>
</td>
<td
style=
"text-align: center"
>
#
<?php
echo
$data
[
'
track_
id'
];
?>
</td>
<td
style=
"text-align: center"
><img
style=
"max-width: 50px"
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
></td>
<td
style=
"text-align: center"
><img
style=
"max-width: 50px"
src=
"
<?php
echo
MyHelper
::
getArtByTrack
(
$data
[
'art'
]);
?>
"
></td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'name_song'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
<td
style=
"text-align: left"
>
<?php
echo
$data
[
'all_name'
];
?>
</td>
...
...
This diff is collapsed.
Click to expand it.
application/views/backend/cms_ranking/list_by_daily_view.php
View file @
1e6af4e8
...
@@ -58,9 +58,7 @@
...
@@ -58,9 +58,7 @@
<div class="
modal
-
content
">
<div class="
modal
-
content
">
<div class="
modal
-
header
" style="
padding
:
10
px
!
important
;
">
<div class="
modal
-
header
" style="
padding
:
10
px
!
important
;
">
<button type="
button
" class="
close
" data-dismiss="
modal
" aria-label="
Close
"><span aria-hidden="
true
">×</span></button>
<button type="
button
" class="
close
" data-dismiss="
modal
" aria-label="
Close
"><span aria-hidden="
true
">×</span></button>
<h4 class="
modal
-
title
">Lịch sử lượt nghe bài: <span id="
track_title
" style="
color
:
red
;
"></span>
<h4 class="
modal
-
title
">Lịch sử lượt nghe bài: <span id="
track_title
" style="
color
:
red
;
"></span></h4>
<img src="">
</h4>
</div>
</div>
<div class="
modal
-
body
">
<div class="
modal
-
body
">
<div class="
row
">
<div class="
row
">
...
@@ -163,12 +161,14 @@
...
@@ -163,12 +161,14 @@
dataType
:
"HTML"
,
dataType
:
"HTML"
,
cache
:
false
,
cache
:
false
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
$
(
'#data-loading'
)
.
hide
();
$
(
'#track_title'
)
.
html
(
track_title
);
$
(
'#track_title'
)
.
html
(
track_title
);
$
(
'#div-history-chart'
)
.
html
(
data
);
$
(
'#div-history-chart'
)
.
html
(
data
);
$
(
'#modal-track-chart'
)
.
modal
(
'show'
);
$
(
'#modal-track-chart'
)
.
modal
(
'show'
);
},
error
:
function
()
{
$
(
'#data-loading'
)
.
hide
();
}
}
})
.
done
(
function
()
{
$
(
'#data-loading'
)
.
hide
();
});
});
}
}
</
script
>
</
script
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment