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
885a7701
Commit
885a7701
authored
2 years ago
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
body atas atau bawah
parent
e6c84f9d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
116 additions
and
4 deletions
+116
-4
resources/views/webprofile/front/jollyany/ar/index.blade.php
+24
-0
resources/views/webprofile/front/jollyany/de/index.blade.php
+23
-1
resources/views/webprofile/front/jollyany/en/index.blade.php
+25
-1
resources/views/webprofile/front/jollyany/index.blade.php
+20
-1
resources/views/webprofile/front/jollyany/zh/index.blade.php
+24
-1
No files found.
resources/views/webprofile/front/jollyany/ar/index.blade.php
View file @
885a7701
...
...
@@ -31,6 +31,27 @@
@endsection
@section('content')
@if(strtolower(
$setting['body_position']
) == 'atas')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
<div class="
general
-
title
">
@if(
$value->rSa
)
<h2>{!!
$value->rSa
->title_design !!}</h2>
<hr>
@endif
</div>
</div>
<!-- end container -->
@if(
$value->rSa
)
{!!
$value->rSa
->value_design !!}
@endif
@endforeach
<div class="
clearfix
"></div>
</section>
@endif
@endif
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -198,6 +219,7 @@
</section><!--end white-wrapper -->
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
...
...
@@ -217,6 +239,8 @@
<div class="
clearfix
"></div>
</section>
@endif
@endif
{{-- Label Gallery --}}
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/de/index.blade.php
View file @
885a7701
...
...
@@ -31,6 +31,27 @@
@endsection
@section('content')
@if(strtolower(
$setting['body_position']
) == 'atas')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
<div class="
general
-
title
">
@if(
$value->rDe
)
<h2>{!!
$value->rDe
->title_design !!}</h2>
<hr>
@endif
</div>
</div>
<!-- end container -->
@if(
$value->rDe
)
{!!
$value->rDe
->value_design !!}
@endif
@endforeach
<div class="
clearfix
"></div>
</section>
@endif
@endif
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -198,6 +219,7 @@
</section><!--end white-wrapper -->
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
...
...
@@ -217,7 +239,7 @@
<div class="
clearfix
"></div>
</section>
@endif
@endif
{{-- Label Gallery --}}
@if (
$gallery->count
() != 0)
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/en/index.blade.php
View file @
885a7701
...
...
@@ -10,6 +10,7 @@
@
endsection
@
section
(
'slider'
)
<
section
class
="
slider
-
wrapper
">
<div class="
tp
-
banner
-
container
">
<div class="
tp
-
banner
" >
...
...
@@ -31,6 +32,27 @@
@endsection
@section('content')
@if(strtolower(
$setting['body_position']
) == 'atas')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
<div class="
general
-
title
">
@if(
$value->rEn
)
<h2>{!!
$value->rEn
->title_design !!}</h2>
<hr>
@endif
</div>
</div>
<!-- end container -->
@if(
$value->rEn
)
{!!
$value->rEn
->value_design !!}
@endif
@endforeach
<div class="
clearfix
"></div>
</section>
@endif
@endif
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -198,6 +220,8 @@
</section><!--end white-wrapper -->
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
...
...
@@ -217,7 +241,7 @@
<div class="
clearfix
"></div>
</section>
@endif
@endif
{{-- Label Gallery --}}
@if (
$gallery->count
() != 0)
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/index.blade.php
View file @
885a7701
...
...
@@ -31,6 +31,23 @@
@endsection
@section('content')
@if(strtolower(
$setting['body_position']
) == 'atas')
@if(
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
<div class="
general
-
title
">
<h2>{!!
$value->title_design
!!}</h2>
<hr>
</div>
</div>
<!-- end container -->
{!!
$value->value_design
!!}
@endforeach
<div class="
clearfix
"></div>
</section>
@endif
@endif
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -197,7 +214,8 @@
</section><!--end white-wrapper -->
{{-- Label Body Tambahan --}}
@if (
$body->count
() != 0)
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if(
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
...
...
@@ -212,6 +230,7 @@
<div class="
clearfix
"></div>
</section>
@endif
@endif
{{-- Label Gallery --}}
@if (
$gallery->count
() != 0)
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/zh/index.blade.php
View file @
885a7701
...
...
@@ -31,6 +31,27 @@
@endsection
@section('content')
@if(strtolower(
$setting['body_position']
) == 'atas')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
<div class="
container
">
<div class="
general
-
title
">
@if(
$value->rZh
)
<h2>{!!
$value->rZh
->title_design !!}</h2>
<hr>
@endif
</div>
</div>
<!-- end container -->
@if(
$value->rZh
)
{!!
$value->rZh
->value_design !!}
@endif
@endforeach
<div class="
clearfix
"></div>
</section>
@endif
@endif
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -89,7 +110,7 @@
<div class="
pagination_wrapper
">
<!-- Pagination Normal -->
<ul class="
pagination
">
{!!
$posts->r
en
der
() !!}
{!!
$posts->r
Zh
der
() !!}
</ul>
</div><!-- end pagination_wrapper -->
...
...
@@ -199,6 +220,7 @@
</section><!--end white-wrapper -->
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
" style="
padding
-
bottom
:
25
px
;
">
@foreach (
$body
as
$value
)
...
...
@@ -218,6 +240,7 @@
<div class="
clearfix
"></div>
</section>
@endif
@endif
{{-- Label Gallery --}}
...
...
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