Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
844daef4
Commit
844daef4
authored
2 years ago
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index custom ult
parent
dea4077f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
117 additions
and
7 deletions
+117
-7
resources/views/webprofile/front/jollyany/ar/indexcustom.blade.php
+25
-3
resources/views/webprofile/front/jollyany/de/indexcustom.blade.php
+23
-1
resources/views/webprofile/front/jollyany/en/indexcustom.blade.php
+23
-1
resources/views/webprofile/front/jollyany/indexcustom.blade.php
+23
-1
resources/views/webprofile/front/jollyany/zh/indexcustom.blade.php
+23
-1
No files found.
resources/views/webprofile/front/jollyany/ar/indexcustom.blade.php
View file @
844daef4
...
...
@@ -47,13 +47,17 @@
--}}
<div class="
clearfix
"></div>
<div class="
general
-
title
padding
-
top
">
<div class="
general
-
title
padding
-
top
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<h2 style="
text
-
transform
:
uppercase
;
color
:
#ffffff;">berita {{$setting['web_title']}}</h2>
@
else
<
h2
style
=
"text-transform: uppercase; color: #606160;"
>
berita
{{
$setting
[
'web_title'
]}}
</
h2
>
@
endif
<
hr
>
<
br
>
</
div
>
<
div
class
="
shop_wrapper
col
-
lg
-
12
col
-
md
-
12
col
-
sm
-
12
col
-
xs
-
12
">
@foreach(
$post
s
as
$value
)
@foreach(
$post
home
as
$value
)
<div class="
general_row
">
<div class="
shop
-
left
shop_item
col
-
lg
-
6
">
...
...
@@ -76,6 +80,22 @@
<div class="
shop
-
right
col
-
lg
-
6
">
<div class="
title
">
<span class="
price
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!! strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
@
if
(
$value
->
comment_status
)
<
span
><
i
class
="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#" style="color: #ffffff;" >{!! $value->viewer !!} Views</a></span>
</
div
><!--
end
blog
-
carousel
-
meta
-->
<
br
>
@
else
<
div
class
="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i> {!! InseoHelper::tglbulanindo2(
$value->post_date
) !!}</span>
@if(
$value->comment_status
)
...
...
@@ -88,6 +108,8 @@
<
div
class
="
shop_desc
">
<p>{!! strip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
</div><!-- end shop_desc -->
@endif
</div><!-- end shop-right -->
</div><!-- end row -->
@endforeach
...
...
@@ -97,7 +119,7 @@
<div class="
carousel_wrapper
">
<div class="
margin
-
top
">
<div id="
owl_shop_carousel
" class="
owl
-
carousel
">
@foreach(
$post
home
as
$value
)
@foreach(
$post
s
as
$value
)
<div class="
shop_carousel
">
<div class="
shop_item
">
<div class="
entry
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/de/indexcustom.blade.php
View file @
844daef4
...
...
@@ -47,8 +47,12 @@
--}}
<div class="
clearfix
"></div>
<div class="
general
-
title
padding
-
top
">
<div class="
general
-
title
padding
-
top
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<h2 style="
text
-
transform
:
uppercase
;
color
:
#ffffff;">berita {{$setting['web_title']}}</h2>
@
else
<
h2
style
=
"text-transform: uppercase; color: #606160;"
>
berita
{{
$setting
[
'web_title'
]}}
</
h2
>
@
endif
<
hr
>
<
br
>
</
div
>
...
...
@@ -76,6 +80,22 @@
<div class="
shop
-
right
col
-
lg
-
6
">
<div class="
title
">
<span class="
price
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!! strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
@
if
(
$value
->
comment_status
)
<
span
><
i
class
="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#" style="color: #ffffff;" >{!! $value->viewer !!} Views</a></span>
</
div
><!--
end
blog
-
carousel
-
meta
-->
<
br
>
@
else
<
div
class
="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i> {!! InseoHelper::tglbulanindo2(
$value->post_date
) !!}</span>
@if(
$value->comment_status
)
...
...
@@ -88,6 +108,8 @@
<
div
class
="
shop_desc
">
<p>{!! strip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
</div><!-- end shop_desc -->
@endif
</div><!-- end shop-right -->
</div><!-- end row -->
@endforeach
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/en/indexcustom.blade.php
View file @
844daef4
...
...
@@ -47,8 +47,12 @@
--}}
<div class="
clearfix
"></div>
<div class="
general
-
title
padding
-
top
">
<div class="
general
-
title
padding
-
top
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<h2 style="
text
-
transform
:
uppercase
;
color
:
#ffffff;">berita {{$setting['web_title']}}</h2>
@
else
<
h2
style
=
"text-transform: uppercase; color: #606160;"
>
berita
{{
$setting
[
'web_title'
]}}
</
h2
>
@
endif
<
hr
>
<
br
>
</
div
>
...
...
@@ -76,6 +80,22 @@
<div class="
shop
-
right
col
-
lg
-
6
">
<div class="
title
">
<span class="
price
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!! strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
@
if
(
$value
->
comment_status
)
<
span
><
i
class
="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#" style="color: #ffffff;" >{!! $value->viewer !!} Views</a></span>
</
div
><!--
end
blog
-
carousel
-
meta
-->
<
br
>
@
else
<
div
class
="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i> {!! InseoHelper::tglbulanindo2(
$value->post_date
) !!}</span>
@if(
$value->comment_status
)
...
...
@@ -88,6 +108,8 @@
<
div
class
="
shop_desc
">
<p>{!! strip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
</div><!-- end shop_desc -->
@endif
</div><!-- end shop-right -->
</div><!-- end row -->
@endforeach
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/indexcustom.blade.php
View file @
844daef4
...
...
@@ -47,8 +47,12 @@
--}}
<div class="
clearfix
"></div>
<div class="
general
-
title
padding
-
top
">
<div class="
general
-
title
padding
-
top
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<h2 style="
text
-
transform
:
uppercase
;
color
:
#ffffff;">berita {{$setting['web_title']}}</h2>
@
else
<
h2
style
=
"text-transform: uppercase; color: #606160;"
>
berita
{{
$setting
[
'web_title'
]}}
</
h2
>
@
endif
<
hr
>
<
br
>
</
div
>
...
...
@@ -76,6 +80,22 @@
<div class="
shop
-
right
col
-
lg
-
6
">
<div class="
title
">
<span class="
price
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!! strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
@
if
(
$value
->
comment_status
)
<
span
><
i
class
="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#" style="color: #ffffff;" >{!! $value->viewer !!} Views</a></span>
</
div
><!--
end
blog
-
carousel
-
meta
-->
<
br
>
@
else
<
div
class
="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i> {!! InseoHelper::tglbulanindo2(
$value->post_date
) !!}</span>
@if(
$value->comment_status
)
...
...
@@ -88,6 +108,8 @@
<
div
class
="
shop_desc
">
<p>{!! strip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
</div><!-- end shop_desc -->
@endif
</div><!-- end shop-right -->
</div><!-- end row -->
@endforeach
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/zh/indexcustom.blade.php
View file @
844daef4
...
...
@@ -47,8 +47,12 @@
--}}
<div class="
clearfix
"></div>
<div class="
general
-
title
padding
-
top
">
<div class="
general
-
title
padding
-
top
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<h2 style="
text
-
transform
:
uppercase
;
color
:
#ffffff;">berita {{$setting['web_title']}}</h2>
@
else
<
h2
style
=
"text-transform: uppercase; color: #606160;"
>
berita
{{
$setting
[
'web_title'
]}}
</
h2
>
@
endif
<
hr
>
<
br
>
</
div
>
...
...
@@ -76,6 +80,22 @@
<div class="
shop
-
right
col
-
lg
-
6
">
<div class="
title
">
<span class="
price
">
@if(isset(
$setting['ppid']
) && strtolower(
$setting['ppid']
) == 'ult')
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!! strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
@
if
(
$value
->
comment_status
)
<
span
><
i
class
="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#" style="color: #ffffff;" >{!! $value->viewer !!} Views</a></span>
</
div
><!--
end
blog
-
carousel
-
meta
-->
<
br
>
@
else
<
div
class
="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i> {!! InseoHelper::tglbulanindo2(
$value->post_date
) !!}</span>
@if(
$value->comment_status
)
...
...
@@ -88,6 +108,8 @@
<
div
class
="
shop_desc
">
<p>{!! strip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
</div><!-- end shop_desc -->
@endif
</div><!-- end shop-right -->
</div><!-- end row -->
@endforeach
...
...
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