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
b548566d
Commit
b548566d
authored
Apr 01, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug link ảnh
parent
93ac50f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
list_by_daily_view.php
...ion/views/backend/ajax/cms_ranking/list_by_daily_view.php
+1
-1
No files found.
application/views/backend/ajax/cms_ranking/list_by_daily_view.php
View file @
b548566d
...
...
@@ -19,7 +19,7 @@
<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"
><img
src=
"
<?php
echo
base_url
(
$data
[
'art'
]);
?>
"
></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
[
'all_name'
];
?>
</td>
<td
style=
"text-align: right"
>
<?php
echo
number_format
(
$data
[
'views_zing'
],
0
,
','
,
'.'
);
?>
</td>
...
...
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