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
e222b9cf
Commit
e222b9cf
authored
Jun 09, 2023
by
Siti Aisah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.unesa.ac.id/bagus/webprofile-singlesite-5bahasa
parents
a6d40ad9
86d9ac63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
122 additions
and
85 deletions
+122
-85
app/Http/Controllers/Webprofile/Backend/PageController.php
+0
-0
app/Http/Controllers/Webprofile/Front/FrontController.php
+2
-1
resources/views/webprofile/front/jollyany/ar/index.blade.php
+15
-15
resources/views/webprofile/front/jollyany/ar/menu.blade.php
+6
-6
resources/views/webprofile/front/jollyany/de/index.blade.php
+15
-15
resources/views/webprofile/front/jollyany/download.blade.php
+1
-9
resources/views/webprofile/front/jollyany/en/index.blade.php
+14
-14
resources/views/webprofile/front/jollyany/index.blade.php
+0
-0
resources/views/webprofile/front/jollyany/indexcustom.blade.php
+1
-1
resources/views/webprofile/front/jollyany/master.blade.php
+16
-2
resources/views/webprofile/front/jollyany/master2.blade.php
+15
-1
resources/views/webprofile/front/jollyany/page.blade.php
+12
-0
resources/views/webprofile/front/jollyany/zh/index.blade.php
+16
-16
resources/views/webprofile/front/jollyany/zh/menu.blade.php
+9
-5
No files found.
app/Http/Controllers/Webprofile/Backend/PageController.php
View file @
e222b9cf
This diff is collapsed.
Click to expand it.
app/Http/Controllers/Webprofile/Front/FrontController.php
View file @
e222b9cf
...
...
@@ -69,7 +69,8 @@ class FrontController extends Controller
$quote
=
Design
::
where
(
'name_design'
,
'quote'
)
->
get
();
$widget_right
=
Design
::
where
(
'name_design'
,
'widget_right'
)
->
orderBy
(
'urutan'
,
'ASC'
)
->
get
();
$widget_left
=
Design
::
where
(
'name_design'
,
'widget_left'
)
->
orderBy
(
'urutan'
,
'ASC'
)
->
get
();
$body
=
Design
::
where
(
'name_design'
,
'body'
)
->
where
(
'title_show'
,
't'
)
->
get
();
$body
=
Design
::
where
(
'name_design'
,
'body'
)
->
get
();
// $body = Design::where('name_design', 'body')->where('title_show' , 't')->orderBy('urutan', 'ASC')->get();
$footer
=
Design
::
where
(
'name_design'
,
'like'
,
'%footer_row%'
)
->
get
();
$data
=
[
...
...
resources/views/webprofile/front/jollyany/ar/index.blade.php
View file @
e222b9cf
...
...
@@ -52,6 +52,7 @@
</section>
@endif
@endif
@if(!isset(
$setting['default_content']
) || strtolower(
$setting['default_content']
== 'tampil'))
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -129,7 +130,7 @@
</script>
<script src="
http
://
translate
.
google
.
com
/
translate_a
/
element
.
js
?
cb
=
googleTranslateElementInit
"></script>
</div> --}}
<div class="
widget
">
<div class="
title
">
<h2>جدول أعمال</h2>
...
...
@@ -145,7 +146,7 @@
<
a
href
=
"{!! url('agendas') !!}"
class
="
btn
btn
-
primary
">انظر جدول الأعمال الكامل</a>
</div><!-- end widget -->
<div class="
widget
">
<div class="
title
">
<h2>كل المعلومات</h2>
...
...
@@ -160,8 +161,8 @@
</
ul
>
<
a
href
=
"{!! url('informations') !!}"
class
="
btn
btn
-
primary
">انظر المعلومات الكاملة</a>
</div><!-- end widget -->
<div class="
widget
">
<div id="
tabbed_widget
" class="
tabbable
">
<ul class="
nav
nav
-
tabs
">
...
...
@@ -212,12 +213,12 @@
<h2>{!!
$vwidget_right->title_design
!!}</h2>
</div><!-- end title -->
{!!
$vwidget_right->value_design
!!}
</div><!-- end widget -->
</div><!-- end widget -->
@endforeach
</div><!-- end content -->
</div><!-- end container -->
</section><!--end white-wrapper -->
@endif
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
...
...
@@ -244,7 +245,7 @@
{{-- Label Gallery --}}
@if(!isset(
$setting['gallery']
) || strtolower(
$setting['gallery']
) == '1' || strtolower(
$setting['gallery']
) == 'on')
@if (
$gallery->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
">
<div class="
container
">
...
...
@@ -259,13 +260,13 @@
<div class="
shop_carousel
">
<div class="
shop_item
">
<div class="
entry
">
@if (
$setting['external_storage']
== 1)
<img src="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" alt="" class="
img
-
responsive
">
@else
<img src="
{{
url
(
'/storage/gallery/'
.
$value
->
thumbnail
)
}}
" alt="" class="
img
-
responsive
">
@endif
@endif
<div class="
magnifier
">
<div class="
buttons
">
<a class="
st
btn
btn
-
default
" rel="
bookmark
" href="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" target="
_blank
">
...
...
@@ -275,12 +276,12 @@
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
</div><!-- end item -->
</div><!-- end shop carousel -->
@endforeach
</div><!-- end padding-top -->
</div><!-- end carousel_wrapper -->
</div><!-- end carousel_wrapper -->
</div>
<!-- end container -->{{--
<div class="
portfolio_wrapper
padding
-
top
" style="
position
:
relative
;
overflow
:
hidden
;
height
:
372
px
;
">
...
...
@@ -345,7 +346,7 @@
</div>--}}
<div class="
clearfix
"></div>
</section>
@endif
@endif
@endif
<section class="
make
-
bg
-
full
">
...
...
@@ -377,4 +378,4 @@
</
ol
>
</
div
>
</
section
><!--
make
bg
-->
@
endsection
\ No newline at end of file
@
endsection
resources/views/webprofile/front/jollyany/ar/menu.blade.php
View file @
e222b9cf
...
...
@@ -61,32 +61,32 @@
</ul>
</li>
@elseif(
$setting['layout_menu']
== 1)
<li class="
dropdown
"><a href="
#" data-toggle="dropdown" class="dropdown-toggle">
{!! $value->rSa->name !!}
<div class="arrow-up"></div></a>
<li class="
dropdown
"><a href="
#" data-toggle="dropdown" class="dropdown-toggle">
@if ($value->rSa) {!! $value->rSa->name !!} @endif
<div class="arrow-up"></div></a>
<
ul
class
="
dropdown
-
menu
" role="
menu
">
@foreach (
$menu
as
$valuec
)
@if(
$valuec->parent
==
$value->id
)
@if(
$valuec->url
)
<li><a href="
{
!!
url
((
string
)
$valuec
->
url
)
!!
}
">
{!!
$valuec->rSa
->name !!}
</a></li>
<li><a href="
{
!!
url
((
string
)
$valuec
->
url
)
!!
}
">
@if (
$valuec->rSa
) {!!
$valuec->rSa
->name !!} @endif
</a></li>
@else
<li class="
dropdown
-
submenu
">
<b> <a href="
#">
{!! $valuec->name !!}
</a> </b>
<b> <a href="
#">
@if ($valuec->rSa) {!! $valuec->rSa->name !!} @endif
</a> </b>
<
ul
class
="
dropdown
-
menu
">
@foreach (
$menu
as
$valuec2
)
@if(
$valuec2->parent
==
$valuec->id
)
@if(
$valuec2->url
)
<li><a href="
{
!!
url
((
string
)
$valuec2
->
url
)
!!
}
">
{!!
$valuec2->rSa
->name !!}
</a></li>
<li><a href="
{
!!
url
((
string
)
$valuec2
->
url
)
!!
}
">
@if (
$valuec2->rSa
) {!!
$valuec2->rSa
->name !!} @endif
</a></li>
@else
<li class="
dropdown
-
submenu
">
<b> <a href="
#">
{!! $valuec2->rSa->name !!}
</a></b>
<b> <a href="
#">
@if ($valuec2->rSa) {!! $valuec2->rSa->name !!} @endif
</a></b>
<
ul
class
="
dropdown
-
menu
">
@foreach(
$menu
as
$valuec3
)
@if(
$valuec3->parent
==
$valuec2->id
)
<li><a href="
{
!!
url
((
string
)
$valuec3
->
url
)
!!
}
" target="
_blank
">
{!!
$valuec3->rSa
->name !!}
</a></li>
<li><a href="
{
!!
url
((
string
)
$valuec3
->
url
)
!!
}
" target="
_blank
">
@if (
$valuec3->rSa
) {!!
$valuec3->rSa
->name !!} @endif
</a></li>
@endif
...
...
resources/views/webprofile/front/jollyany/de/index.blade.php
View file @
e222b9cf
...
...
@@ -52,6 +52,7 @@
</section>
@endif
@endif
@if(!isset(
$setting['default_content']
) || strtolower(
$setting['default_content']
== 'tampil'))
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -129,7 +130,7 @@
</script>
<script src="
http
://
translate
.
google
.
com
/
translate_a
/
element
.
js
?
cb
=
googleTranslateElementInit
"></script>
</div> --}}
<div class="
widget
">
<div class="
title
">
<h2>AGENDA</h2>
...
...
@@ -159,9 +160,9 @@
@
endforeach
</
ul
>
<
a
href
=
"{!! url('informations') !!}"
class
="
btn
btn
-
primary
">Siehe vollständige Informationen</a>
</div><!-- end widget -->
</div><!-- end widget -->
<div class="
widget
">
<div id="
tabbed_widget
" class="
tabbable
">
<ul class="
nav
nav
-
tabs
">
...
...
@@ -212,12 +213,12 @@
<h2>{!!
$vwidget_right->title_design
!!}</h2>
</div><!-- end title -->
{!!
$vwidget_right->value_design
!!}
</div><!-- end widget -->
</div><!-- end widget -->
@endforeach
</div><!-- end content -->
</div><!-- end container -->
</section><!--end white-wrapper -->
@endif
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
...
...
@@ -242,7 +243,7 @@
@endif
{{-- Label Gallery --}}
@if(!isset(
$setting['gallery']
) || strtolower(
$setting['gallery']
) == '1' || strtolower(
$setting['gallery']
) == 'on')
@if (
$gallery->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
">
<div class="
container
">
...
...
@@ -257,13 +258,13 @@
<div class="
shop_carousel
">
<div class="
shop_item
">
<div class="
entry
">
@if (
$setting['external_storage']
== 1)
<img src="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" alt="" class="
img
-
responsive
">
@else
<img src="
{{
url
(
'/storage/gallery/'
.
$value
->
thumbnail
)
}}
" alt="" class="
img
-
responsive
">
@endif
@endif
<div class="
magnifier
">
<div class="
buttons
">
<a class="
st
btn
btn
-
default
" rel="
bookmark
" href="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" target="
_blank
">
...
...
@@ -273,12 +274,12 @@
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
</div><!-- end item -->
</div><!-- end shop carousel -->
@endforeach
</div><!-- end padding-top -->
</div><!-- end carousel_wrapper -->
</div><!-- end carousel_wrapper -->
</div>
<!-- end container -->{{--
<div class="
portfolio_wrapper
padding
-
top
" style="
position
:
relative
;
overflow
:
hidden
;
height
:
372
px
;
">
...
...
@@ -343,7 +344,7 @@
</div>--}}
<div class="
clearfix
"></div>
</section>
@endif
@endif
@endif
<section class="
make
-
bg
-
full
">
...
...
@@ -375,4 +376,4 @@
</
ol
>
</
div
>
</
section
><!--
make
bg
-->
@
endsection
\ No newline at end of file
@
endsection
resources/views/webprofile/front/jollyany/download.blade.php
View file @
e222b9cf
...
...
@@ -4,7 +4,7 @@
<!--
<
link
rel
=
"stylesheet"
href
=
"https://cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css"
>
<
link
rel
=
"stylesheet"
href
=
"https://cdn.datatables.net/1.10.24/css/dataTables.bootstrap4.min.css"
>
-->
<
link
rel
=
"stylesheet"
href
=
"{!! asset('backend/js/datatables.net-bs/css/dataTables.bootstrap.min.css') !!}"
>
{{
--
<
link
rel
=
"stylesheet"
href
=
"{!! asset('backend/js/datatables.net-bs/css/dataTables.bootstrap.min.css') !!}"
>
--
}}
<
style
>
...
...
@@ -82,15 +82,7 @@ tr.group:hover {
@endsection
@section('scripts')
<script src="
{
!!
asset
(
'backend/js/datatables.net/js/jquery.dataTables.min.js'
)
!!
}
"></script>
<script src="
{
!!
asset
(
'backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js'
)
!!
}
"></script>
<!-- <script src="
{
!!
asset
(
'backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js'
)
!!
}
"></script> -->
<!-- <script src="
{{
url
(
'backend/assets/plugins/jquery-datatable/buttons/dataTables.buttons.min.js'
)
}}
"></script>
<script src="
{{
url
(
'backend/assets/plugins/jquery-datatable/buttons/buttons.bootstrap4.min.js'
)
}}
"></script>
<script src="
{{
url
(
'backend/assets/plugins/jquery-datatable/buttons/buttons.colVis.min.js'
)
}}
"></script>
<script src="
{{
url
(
'backend/assets/plugins/jquery-datatable/buttons/buttons.html5.min.js'
)
}}
"></script>
<script src="
{{
url
(
'backend/assets/plugins/jquery-datatable/buttons/buttons.print.min.js'
)
}}
"></script> -->
<script>
// var url = "
{{
route
(
'download'
)
}}
";
...
...
resources/views/webprofile/front/jollyany/en/index.blade.php
View file @
e222b9cf
...
...
@@ -53,6 +53,7 @@
</section>
@endif
@endif
@if(!isset(
$setting['default_content']
) || strtolower(
$setting['default_content']
== 'tampil'))
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -130,7 +131,7 @@
</script>
<script src="
http
://
translate
.
google
.
com
/
translate_a
/
element
.
js
?
cb
=
googleTranslateElementInit
"></script>
</div> --}}
<div class="
widget
">
<div class="
title
">
<h2>AGENDA</h2>
...
...
@@ -146,7 +147,7 @@
<
a
href
=
"{!! url('agendas') !!}"
class
="
btn
btn
-
primary
">See Full Agenda</a>
</div><!-- end widget -->
<div class="
widget
">
<div class="
title
">
<h2>Information</h2>
...
...
@@ -213,14 +214,14 @@
<h2>{!!
$vwidget_right->title_design
!!}</h2>
</div><!-- end title -->
{!!
$vwidget_right->value_design
!!}
</div><!-- end widget -->
</div><!-- end widget -->
@endforeach
</div><!-- end content -->
</div><!-- end container -->
</section><!--end white-wrapper -->
@endif
{{-- 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
;
">
...
...
@@ -244,7 +245,7 @@
@endif
{{-- Label Gallery --}}
@if(!isset(
$setting['gallery']
) || strtolower(
$setting['gallery']
) == '1' || strtolower(
$setting['gallery']
) == 'on')
@if (
$gallery->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
">
<div class="
container
">
...
...
@@ -259,13 +260,13 @@
<div class="
shop_carousel
">
<div class="
shop_item
">
<div class="
entry
">
@if (
$setting['external_storage']
== 1)
<img src="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" alt="" class="
img
-
responsive
">
@else
<img src="
{{
url
(
'/storage/gallery/'
.
$value
->
thumbnail
)
}}
" alt="" class="
img
-
responsive
">
@endif
@endif
<div class="
magnifier
">
<div class="
buttons
">
<a class="
st
btn
btn
-
default
" rel="
bookmark
" href="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" target="
_blank
">
...
...
@@ -275,12 +276,12 @@
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
</div><!-- end item -->
</div><!-- end shop carousel -->
@endforeach
</div><!-- end padding-top -->
</div><!-- end carousel_wrapper -->
</div><!-- end carousel_wrapper -->
</div>
<!-- end container -->{{--
<div class="
portfolio_wrapper
padding
-
top
" style="
position
:
relative
;
overflow
:
hidden
;
height
:
372
px
;
">
...
...
@@ -345,7 +346,7 @@
</div>--}}
<div class="
clearfix
"></div>
</section>
@endif
@endif
@endif
<section class="
make
-
bg
-
full
">
<div id="
myCarousel
" class="
carousel
slide
" data-ride="
carousel
">
...
...
@@ -376,4 +377,4 @@
</
ol
>
</
div
>
</
section
><!--
make
bg
-->
@
endsection
\ No newline at end of file
@
endsection
resources/views/webprofile/front/jollyany/index.blade.php
View file @
e222b9cf
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/indexcustom.blade.php
View file @
e222b9cf
...
...
@@ -85,7 +85,7 @@
<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>
<p style="
color
:
#ffffff;">{!!
substr(strip_tags(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>
...
...
resources/views/webprofile/front/jollyany/master.blade.php
View file @
e222b9cf
...
...
@@ -113,7 +113,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<!-- SLIDER REVOLUTION 4.x CSS SETTINGS -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/css/settings.css"
media=
"screen"
/>
{{-- datatables --}}
<link
rel=
"stylesheet"
href=
"{!! asset('backend/js/datatables.net-bs/css/dataTables.bootstrap.min.css') !!}"
>
@yield('assets')
</head>
<body>
...
...
@@ -251,7 +252,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- SLIDER REVOLUTION 4.x SCRIPTS -->
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/js/jquery.themepunch.plugins.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/js/jquery.themepunch.revolution.min.js"
></script>
@yield('scripts')
<script
src=
"https://www.unesa.ac.id/assets/js/jquery.prettyPhoto.js"
></script>
<script
type=
"text/javascript"
>
(
function
(
$
)
{
...
...
@@ -307,5 +307,19 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/switcher/js/fswit.js"
></script>
<script
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/switcher/js/bootstrap-select.js"
></script>
<script
src=
"{!!asset('backend/js/datatables.net/js/jquery.dataTables.min.js') !!}"
></script>
<script
src=
"{!!asset('backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js') !!}"
></script>
<!-- <script src="{!!asset('backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js') !!}"></script> -->
<!-- <script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/dataTables.buttons.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.bootstrap4.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.colVis.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.html5.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.print.min.js') }}"></script> -->
@yield('scripts')
</body>
</html>
resources/views/webprofile/front/jollyany/master2.blade.php
View file @
e222b9cf
...
...
@@ -97,6 +97,8 @@
<!-- SLIDER REVOLUTION 4.x CSS SETTINGS -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/css/settings.css"
media=
"screen"
/>
{{-- datatables --}}
<link
rel=
"stylesheet"
href=
"{!! asset('backend/js/datatables.net-bs/css/dataTables.bootstrap.min.css') !!}"
>
@yield('assets')
</head>
...
...
@@ -231,7 +233,7 @@
<!-- SLIDER REVOLUTION 4.x SCRIPTS -->
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/js/jquery.themepunch.plugins.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/rs-plugin/js/jquery.themepunch.revolution.min.js"
></script>
@yield('scripts')
<script
src=
"https://www.unesa.ac.id/assets/js/jquery.prettyPhoto.js"
></script>
<script
type=
"text/javascript"
>
(
function
(
$
)
{
...
...
@@ -287,5 +289,17 @@
<script
type=
"text/javascript"
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/switcher/js/fswit.js"
></script>
<script
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/switcher/js/bootstrap-select.js"
></script>
<script
src=
"{!!asset('backend/js/datatables.net/js/jquery.dataTables.min.js') !!}"
></script>
<script
src=
"{!!asset('backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js') !!}"
></script>
<!-- <script src="{!!asset('backend/js/datatables.net-bs/js/dataTables.bootstrap.min.js') !!}"></script> -->
<!-- <script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/dataTables.buttons.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.bootstrap4.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.colVis.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.html5.min.js') }}"></script>
<script src="{{ url('backend/assets/plugins/jquery-datatable/buttons/buttons.print.min.js') }}"></script> -->
@yield('scripts')
</body>
</html>
resources/views/webprofile/front/jollyany/page.blade.php
View file @
e222b9cf
...
...
@@ -36,3 +36,14 @@
</div><!-- end container -->
</section><!--end white-wrapper -->
@endsection
@section('scripts')
<script>
$(document).ready(function() {
var table1 = $('.data-table-ori').DataTable();
} );
</script>
@stop
\ No newline at end of file
resources/views/webprofile/front/jollyany/zh/index.blade.php
View file @
e222b9cf
...
...
@@ -52,6 +52,7 @@
</section>
@endif
@endif
@if(!isset(
$setting['default_content']
) || strtolower(
$setting['default_content']
== 'tampil'))
<section class="
blog
-
wrapper
">
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
...
...
@@ -129,7 +130,7 @@
</script>
<script src="
http
://
translate
.
google
.
com
/
translate_a
/
element
.
js
?
cb
=
googleTranslateElementInit
"></script>
</div> --}}
<div class="
widget
">
<div class="
title
">
<h2>议程</h2>
...
...
@@ -145,7 +146,7 @@
<
a
href
=
"{!! url('agendas') !!}"
class
="
btn
btn
-
primary
">查看完整议程</a>
</div><!-- end widget -->
<div class="
widget
">
<div class="
title
">
<h2>信息</h2>
...
...
@@ -160,9 +161,9 @@
</
ul
>
<
a
href
=
"{!! url('informations') !!}"
class
="
btn
btn
-
primary
">
查看完整信息</a>
</div><!-- end widget -->
</div><!-- end widget -->
<div class="
widget
">
<div id="
tabbed_widget
" class="
tabbable
">
<ul class="
nav
nav
-
tabs
">
...
...
@@ -213,12 +214,12 @@
<h2>{!!
$vwidget_right->title_design
!!}</h2>
</div><!-- end title -->
{!!
$vwidget_right->value_design
!!}
</div><!-- end widget -->
</div><!-- end widget -->
@endforeach
</div><!-- end content -->
</div><!-- end container -->
</section><!--end white-wrapper -->
@endif
{{-- Label Body Tambahan --}}
@if(!isset(
$setting['body_position']
) || strtolower(
$setting['body_position']
) == 'bawah')
@if (
$body->count
() != 0)
...
...
@@ -244,7 +245,7 @@
{{-- Label Gallery --}}
@if(!isset(
$setting['gallery']
) || strtolower(
$setting['gallery']
) == '1' || strtolower(
$setting['gallery']
) == 'on')
@if (
$gallery->count
() != 0)
<section class="
panel
-
wrapper
jt
-
shadow
">
<div class="
container
">
...
...
@@ -259,13 +260,13 @@
<div class="
shop_carousel
">
<div class="
shop_item
">
<div class="
entry
">
@if (
$setting['external_storage']
== 1)
<img src="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" alt="" class="
img
-
responsive
">
@else
<img src="
{{
url
(
'/storage/gallery/'
.
$value
->
thumbnail
)
}}
" alt="" class="
img
-
responsive
">
@endif
@endif
<div class="
magnifier
">
<div class="
buttons
">
<a class="
st
btn
btn
-
default
" rel="
bookmark
" href="
{{
$setting
[
'url_static'
]
.
'/'
.
$setting
[
'directory'
]
.
'/gallery/'
.
$value
->
gallery
}}
" target="
_blank
">
...
...
@@ -275,12 +276,12 @@
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
</div><!-- end item -->
</div><!-- end shop carousel -->
@endforeach
</div><!-- end padding-top -->
</div><!-- end carousel_wrapper -->
</div><!-- end carousel_wrapper -->
</div>
<!-- end container -->{{--
<div class="
portfolio_wrapper
padding
-
top
" style="
position
:
relative
;
overflow
:
hidden
;
height
:
372
px
;
">
...
...
@@ -345,7 +346,7 @@
</div>--}}
<div class="
clearfix
"></div>
</section>
@endif
@endif
@endif
<section class="
make
-
bg
-
full
">
...
...
@@ -377,4 +378,4 @@
</
ol
>
</
div
>
</
section
><!--
make
bg
-->
@
endsection
\ No newline at end of file
@
endsection
resources/views/webprofile/front/jollyany/zh/menu.blade.php
View file @
e222b9cf
...
...
@@ -61,12 +61,14 @@
</ul>
</li>
@elseif(
$setting['layout_menu']
== 1)
<li class="
dropdown
"><a href="
#" data-toggle="dropdown" class="dropdown-toggle">
{!! $value->rZh->name !!}
<div class="arrow-up"></div></a>
<li class="
dropdown
"><a href="
#" data-toggle="dropdown" class="dropdown-toggle">
@if ($value->rZh) {!! $value->rZh->name !!} @endif
<div class="arrow-up"></div></a>
<
ul
class
="
dropdown
-
menu
" role="
menu
">
@foreach (
$menu
as
$valuec
)
@if(
$valuec->parent
==
$value->id
)
@if(
$valuec->url
)
@if (
$valuec->rZh
)
<li><a href="
{
!!
url
((
string
)
$valuec
->
url
)
!!
}
">{!!
$valuec->rZh
->name !!}</a></li>
@endif
@else
<li class="
dropdown
-
submenu
">
<b> <a href="
#">{!! $valuec->name !!}</a> </b>
...
...
@@ -75,19 +77,21 @@
@if(
$valuec2->parent
==
$valuec->id
)
@if(
$valuec2->url
)
@if (
$valuec2->rZh
)
<li><a href="
{
!!
url
((
string
)
$valuec2
->
url
)
!!
}
">{!!
$valuec2->rZh
->name !!}</a></li>
@endif
@else
<li class="
dropdown
-
submenu
">
@if (
$valuec2->rZh
)
<b> <a href="
#">{!! $valuec2->rZh->name !!}</a></b>
@
endif
<
ul
class
="
dropdown
-
menu
">
@foreach(
$menu
as
$valuec3
)
@if(
$valuec3->parent
==
$valuec2->id
)
@if (
$valuec3->rZh
)
<li><a href="
{
!!
url
((
string
)
$valuec3
->
url
)
!!
}
" target="
_blank
">{!!
$valuec3->rZh
->name !!}</a></li>
@endif
@endif
@endforeach
...
...
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