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
6dd333a1
Commit
6dd333a1
authored
a year ago
by
Siti Aisah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setting post view bahasa lain
parent
945bccf7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
0 deletions
+32
-0
resources/views/webprofile/front/jollyany/ar/index.blade.php
+4
-0
resources/views/webprofile/front/jollyany/ar/post.blade.php
+4
-0
resources/views/webprofile/front/jollyany/de/index.blade.php
+4
-0
resources/views/webprofile/front/jollyany/de/post.blade.php
+4
-0
resources/views/webprofile/front/jollyany/en/index.blade.php
+4
-0
resources/views/webprofile/front/jollyany/en/post.blade.php
+4
-0
resources/views/webprofile/front/jollyany/zh/index.blade.php
+4
-0
resources/views/webprofile/front/jollyany/zh/post.blade.php
+4
-0
No files found.
resources/views/webprofile/front/jollyany/ar/index.blade.php
View file @
6dd333a1
...
...
@@ -88,7 +88,11 @@
@if(
$value->comment_status
)
<span><i class="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} تعليقات</a></span>
@
endif
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $value->viewer !!} الآراء</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
<
div
class
="
blog
-
carousel
-
desc
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/ar/post.blade.php
View file @
6dd333a1
...
...
@@ -36,7 +36,11 @@
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i>
<time title="
{
!!
$data
->
post_data
!!
}
" datetime="
{
!!
$data
->
post_data
!!
}
">{!! InseoHelper::tglbulanindo2(
$data->post_date
) !!}</time> - kategori <a href="
#">{!!$data->rCategory->rSa? $data->rCategory->rSa->name:$data->rCategory->name !!}</a></span>
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/de/index.blade.php
View file @
6dd333a1
...
...
@@ -88,7 +88,11 @@
@if(
$value->comment_status
)
<span><i class="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $value->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
<
div
class
="
blog
-
carousel
-
desc
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/de/post.blade.php
View file @
6dd333a1
...
...
@@ -36,7 +36,11 @@
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i>
<time title="
{
!!
$data
->
post_data
!!
}
" datetime="
{
!!
$data
->
post_data
!!
}
">{!! InseoHelper::tglbulanindo2(
$data->post_date
) !!}</time> - kategori <a href="
#">{!!$data->rCategory->rDe? $data->rCategory->rDe->name:$data->rCategory->name !!}</a></span>
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/en/index.blade.php
View file @
6dd333a1
...
...
@@ -89,7 +89,11 @@
@if(
$value->comment_status
)
<span><i class="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} Comments</a></span>
@
endif
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $value->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
<
div
class
="
blog
-
carousel
-
desc
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/en/post.blade.php
View file @
6dd333a1
...
...
@@ -40,7 +40,11 @@
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i>
<time title="
{
!!
$data
->
post_data
!!
}
" datetime="
{
!!
$data
->
post_data
!!
}
">{!! InseoHelper::tglbulanindo2(
$data->post_date
) !!}</time> - kategori <a href="
#">{!!$data->rCategory->rEn? $data->rCategory->rEn->name:$data->rCategory->name !!}</a></span>
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/zh/index.blade.php
View file @
6dd333a1
...
...
@@ -88,7 +88,11 @@
@if(
$value->comment_status
)
<span><i class="
fa
fa
-
comment
"></i> <a href="
#">{!! $value->comment_count !!} 评论</a></span>
@
endif
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $value->viewer !!} 观看次数</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
<
div
class
="
blog
-
carousel
-
desc
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/zh/post.blade.php
View file @
6dd333a1
...
...
@@ -39,7 +39,11 @@
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
calendar
"></i>
<time title="
{
!!
$data
->
post_data
!!
}
" datetime="
{
!!
$data
->
post_data
!!
}
">{!! InseoHelper::tglbulanindo2(
$data->post_date
) !!}</time> - kategori <a href="
#">{!!$data->rCategory->rZh? $data->rCategory->rZh->name:$data->rCategory->name !!}</a></span>
@
if
(
!
isset
(
$setting
[
'post_views'
])
||
$setting
[
'post_views'
]
==
1
)
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!} Views</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
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