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
dcb030a8
Commit
dcb030a8
authored
Apr 05, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cập nhật lưu ý dữ liệu BXH và thêm tìm kiếm theo ID của bài hát
parent
cf372699
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
1 deletion
+12
-1
Track_model.php
application/models/Track_model.php
+2
-0
list_by_daily_view.php
application/views/backend/cms_ranking/list_by_daily_view.php
+3
-0
list_by_monthly_view.php
...cation/views/backend/cms_ranking/list_by_monthly_view.php
+3
-0
list_by_weekly_view.php
...ication/views/backend/cms_ranking/list_by_weekly_view.php
+3
-0
list_track_view.php
application/views/backend/cms_track/list_track_view.php
+1
-1
No files found.
application/models/Track_model.php
View file @
dcb030a8
...
...
@@ -140,6 +140,7 @@ class Track_model extends CI_Model
$this
->
db
->
or_like
(
'slug'
,
$name
,
'both'
);
$this
->
db
->
or_like
(
'slug'
,
MyHelper
::
genSlug
(
$name
),
'both'
);
$this
->
db
->
or_like
(
'tag'
,
$name
,
'both'
);
$this
->
db
->
or_where
(
'id'
,
intval
(
$name
));
}
if
(
$fBySinger
==
1
)
{
$this
->
db
->
where
(
'singer_list is NOT NULL'
,
null
,
false
);
...
...
@@ -195,6 +196,7 @@ class Track_model extends CI_Model
$this
->
db
->
or_like
(
'tracks.slug'
,
$name
,
'both'
);
$this
->
db
->
or_like
(
'tracks.slug'
,
MyHelper
::
genSlug
(
$name
),
'both'
);
$this
->
db
->
or_like
(
'tracks.tag'
,
$name
,
'both'
);
$this
->
db
->
or_where
(
'id'
,
intval
(
$name
));
}
if
(
$fBySinger
==
1
)
{
$this
->
db
->
where
(
'singer_list is NOT NULL'
,
null
,
false
);
...
...
application/views/backend/cms_ranking/list_by_daily_view.php
View file @
dcb030a8
...
...
@@ -48,6 +48,9 @@
<div style="
text
-
align
:
center
" id="
data
-
loading
">
<i class="
fa
fa
-
refresh
fa
-
spin
bigger
-
200
"></i> Đang tải dữ liệu...
</div>
<div class="
col
-
md
-
12
">
<span style="
color
:
red
"><i>Lưu ý: BXH ngày có từ 30/03/2020</i></span>
</div>
<div class="
col
-
lg
-
12
">
<div id="
div
-
response
"></div>
</div>
...
...
application/views/backend/cms_ranking/list_by_monthly_view.php
View file @
dcb030a8
...
...
@@ -46,6 +46,9 @@
<div
style=
"text-align: center"
id=
"data-loading"
>
<i
class=
"fa fa-refresh fa-spin bigger-200"
></i>
Đang tải dữ liệu...
</div>
<div
class=
"col-md-12"
>
<span
style=
"color: red"
><i>
Lưu ý: BXH từ tháng 04/2020 sử dụng dữ liệu mới
</i></span>
</div>
<div
class=
"col-lg-12"
>
<div
id=
"div-response"
></div>
</div>
...
...
application/views/backend/cms_ranking/list_by_weekly_view.php
View file @
dcb030a8
...
...
@@ -48,6 +48,9 @@
<div
style=
"text-align: center"
id=
"data-loading"
>
<i
class=
"fa fa-refresh fa-spin bigger-200"
></i>
Đang tải dữ liệu...
</div>
<div
class=
"col-md-12"
>
<span
style=
"color: red"
><i>
Lưu ý: BXH từ tuần 14/2020 sử dụng dữ liệu mới
</i></span>
</div>
<div
class=
"col-lg-12"
>
<div
id=
"div-response"
></div>
</div>
...
...
application/views/backend/cms_track/list_track_view.php
View file @
dcb030a8
...
...
@@ -25,7 +25,7 @@
<?php
//echo form_open(base_url().'backend/cmsTrack/listTrackAjax'); ?>
<!--
Tìm
kiếm
theo
tên
bài
hát
-->
<
div
class
="
col
-
lg
-
3
">
<input class="
form
-
control
" type="
text
" name="
input
-
name
" id="
input
-
name
" placeholder="
Nhập
tên
bài
hát
...
" />
<input class="
form
-
control
" type="
text
" name="
input
-
name
" id="
input
-
name
" placeholder="
Nhập
#ID,
tên bài hát..." />
</
div
>
<!--
Lọc
theo
thông
tin
ca
sĩ
-->
<
div
class
="
col
-
lg
-
3
">
...
...
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