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
896796a5
Commit
896796a5
authored
Apr 01, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thêm icon cho tiêu đề BXH ngày
parent
6e733a19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
list_by_daily_view.php
...ion/views/backend/ajax/cms_ranking/list_by_daily_view.php
+13
-5
No files found.
application/views/backend/ajax/cms_ranking/list_by_daily_view.php
View file @
896796a5
...
...
@@ -3,21 +3,29 @@
<thead>
<tr>
<th
style=
"text-align: center"
>
TT
</th>
<
th
style=
"text-align: center"
>
#ID
</th
>
<
!--<th style="text-align: center">#ID</th>--
>
<th
style=
"text-align: center"
>
Ảnh
</th>
<th
style=
"text-align: center"
>
Tên bài hát
</th>
<th
style=
"text-align: center"
>
Ca sĩ
</th>
<th
style=
"text-align: center"
>
Tổng điểm
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-music color-red"
></i>
Tên bài hát
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-microphone color-red"
></i>
Ca sĩ
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-headphones color-red"
></i>
Zing
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-headphones color-red"
></i>
NCT
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-headphones color-red"
></i>
Keeng
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-headphones color-red"
></i>
Tổng lượt nghe
</th>
<th
style=
"text-align: center"
><i
class=
"fa fa-edit color-red"
></i>
Tổng điểm
</th>
</tr>
</thead>
<tbody>
<?php
if
(
count
(
$listData
)
>
0
)
:
foreach
(
$listData
as
$key
=>
$data
)
:
?>
<tr>
<td
style=
"text-align: center"
>
<?php
echo
(
$key
+
1
+
$offset
);
?>
</td>
<
td
style=
"text-align: center"
>
#
<?php
echo
$data
[
'track_id'
];
?>
</td
>
<
!--<td style="text-align: center">#
<?php
/*echo $data['track_id']; */
?>
</td>--
>
<td
style=
"text-align: center"
><img
src=
"
<?php
echo
base_url
(
$data
[
'art'
]);
?>
"
></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: right"
>
<?php
echo
number_format
(
$data
[
'views_zing'
],
0
,
','
,
'.'
);
?>
</td>
<td
style=
"text-align: right"
>
<?php
echo
number_format
(
$data
[
'views_nct'
],
0
,
','
,
'.'
);
?>
</td>
<td
style=
"text-align: right"
>
<?php
echo
number_format
(
$data
[
'views_keeng'
],
0
,
','
,
'.'
);
?>
</td>
<td
style=
"text-align: right"
>
<?php
echo
number_format
((
$data
[
'views_zing'
]
+
$data
[
'views_nct'
]
+
$data
[
'views_keeng'
]),
0
,
','
,
'.'
);
?>
</td>
<td
style=
"text-align: right"
>
<?php
echo
number_format
(
$data
[
'total_point'
],
0
,
','
,
'.'
);
?>
</td>
</tr>
<?php
endforeach
;
?>
...
...
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