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
36eaa4a9
Commit
36eaa4a9
authored
Feb 07, 2024
by
Siti Aisah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add bahasa perancis
parent
b965e322
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
60 additions
and
383 deletions
+60
-383
app/Http/Controllers/HomeController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/AgendaController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/CategoryController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/InformationController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/LayoutController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/MenuController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/PageController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/PostController.php
+1
-1
app/Http/Controllers/Webprofile/Backend/PostController_ORI.php
+1
-1
resources/views/webprofile/backend/agendas/edit_per_bahasa.blade.php
+3
-63
resources/views/webprofile/backend/categories/edit_per_bahasa.blade.php
+9
-139
resources/views/webprofile/backend/informations/edit_per_bahasa.blade.php
+3
-63
resources/views/webprofile/backend/pages/edit_per_bahasa.blade.php
+3
-5
resources/views/webprofile/backend/posts/edit_per_bahasa.blade.php
+3
-63
resources/views/webprofile/front/jollyany/de/agenda.blade.php
+3
-3
resources/views/webprofile/front/jollyany/de/agendainfo.blade.php
+6
-6
resources/views/webprofile/front/jollyany/de/archive.blade.php
+4
-4
resources/views/webprofile/front/jollyany/de/index.blade.php
+7
-7
resources/views/webprofile/front/jollyany/de/information.blade.php
+3
-3
resources/views/webprofile/front/jollyany/de/post.blade.php
+3
-3
resources/views/webprofile/front/jollyany/de/widget.blade.php
+2
-2
resources/views/webprofile/front/jollyany/master.blade.php
+2
-13
No files found.
app/Http/Controllers/HomeController.php
View file @
36eaa4a9
...
...
@@ -23,7 +23,7 @@ class HomeController extends Controller
*/
public
function
index
()
{
// hehe
return
view
(
'home'
);
}
}
app/Http/Controllers/Webprofile/Backend/AgendaController.php
View file @
36eaa4a9
...
...
@@ -22,7 +22,7 @@ class AgendaController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/CategoryController.php
View file @
36eaa4a9
...
...
@@ -21,7 +21,7 @@ class CategoryController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/InformationController.php
View file @
36eaa4a9
...
...
@@ -22,7 +22,7 @@ class InformationController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/LayoutController.php
View file @
36eaa4a9
...
...
@@ -22,7 +22,7 @@ class LayoutController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/MenuController.php
View file @
36eaa4a9
...
...
@@ -21,7 +21,7 @@ class MenuController extends Controller
{
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/PageController.php
View file @
36eaa4a9
...
...
@@ -22,7 +22,7 @@ class PageController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/PostController.php
View file @
36eaa4a9
...
...
@@ -27,7 +27,7 @@ class PostController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
app/Http/Controllers/Webprofile/Backend/PostController_ORI.php
View file @
36eaa4a9
...
...
@@ -27,7 +27,7 @@ class PostController extends Controller
private
$SOURCE
=
'id'
;
private
$TARGET
=
'en'
;
private
$TARGETDE
=
'
de
'
;
private
$TARGETDE
=
'
fr
'
;
private
$TARGETSA
=
'ar'
;
private
$TARGETZH
=
'zh'
;
...
...
resources/views/webprofile/backend/agendas/edit_per_bahasa.blade.php
View file @
36eaa4a9
...
...
@@ -58,9 +58,7 @@
<ul class="
nav
nav
-
tabs
" role="
tablist
">
<li class="
active
"><a href="
#indo" role="tab" data-toggle="tab" aria-expanded="true">Indonesia</a></li>
<
li
class
=""><
a
href
=
"#inggris"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Inggris
</
a
></
li
>
<
li
class
=""><
a
href
=
"#jerman"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Jerman
</
a
></
li
>
<
li
class
=""><
a
href
=
"#arab"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Arab
</
a
></
li
>
<
li
class
=""><
a
href
=
"#cina"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Cina
</
a
></
li
>
<
li
class
=""><
a
href
=
"#perancis"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Perancis
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
indo
">
...
...
@@ -123,9 +121,9 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
jerman
">
<div class="
tab
-
pane
" id="
perancis
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
deutsche Sprach
e
Langue Français
e
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
...
...
@@ -152,64 +150,6 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
arab
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
اللغة العربية
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_sa',
$data->rSa
?
$data->rSa
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_sa',
$data->rSa
?
$data->rSa
->content : null, array('id'=>'content_sa')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_sa',
$data->rSa
?
$data->rSa
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
cina
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
中文
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_zh',
$data->rZh
?
$data->rZh
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_zh',
$data->rZh
?
$data->rZh
->content : null, array('id'=>'content_zh')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_zh',
$data->rZh
?
$data->rZh
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/webprofile/backend/categories/edit_per_bahasa.blade.php
View file @
36eaa4a9
...
...
@@ -13,120 +13,18 @@
{!! Form::model(
$data
, ['route' => ['category.update',
$data->id
], 'method'=>'patch', 'class'=>'form-horizontal']) !!}
{!! csrf_field() !!}
<!-- page start-->
{{--
<div class="
row
">
<div class="
row
">
<div class="
col
-
md
-
9
">
<div class="
panel
panel
-
default
">
<div class="
panel
-
heading
">
<h3 class="
panel
-
title
"><strong>Ubah</strong> Kategori</h3>
</div>
<div class="
panel
-
body
">
<div class="
row
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
Bahasa Indonesia
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">Kategori</label>
<div class="
col
-
md
-
10
">
{{ Form::hidden('manual',
$manual
, array('id'=>'manual')) }}
{{ Form::text('name', old('name'), array('class' => 'form-control')) }}
@if (
$errors->has
('name'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name')}
}
</label>
@endif
</div>
</div>
</div>
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
English Language
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_en'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">Category</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_en',
$data->rEn
?
$data->rEn
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_en'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_en')}
}
</label>
@endif
</div>
</div>
</div>
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
deutsche Sprache
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_de'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">Kategorie</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_de',
$data->rDe
?
$data->rDe
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_de'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_de')}
}
</label>
@endif
</div>
</div>
</div>
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
اللغة الألمانية
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_sa'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">الفئة</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_sa',
$data->rSa
?
$data->rSa
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_sa'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_sa')}
}
</label>
@endif
</div>
</div>
</div>
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
类别
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_zh'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">类别</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_zh',
$data->rZh
?
$data->rZh
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_zh'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_zh')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
" style="
padding
-
top
:
10
px
;
">
<label class="
col
-
md
-
2
control
-
label
">Status</label>
<div class="
col
-
md
-
10
">
<label class="
switch
">
{{ Form::checkbox('is_active', null, null) }}
<span></span>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
col
-
md
-
9
">
<div class="
panel
panel
-
default
">
<div class="
panel
-
footer
">
<a href="
{{
URL
::
to
(
'webprofile/category'
)}}
" class="
btn
btn
-
default
pull
-
right
">Batal</a>
<button class="
btn
btn
-
info
pull
-
right
">Simpan</button>
</div>
</div>
</div>
</div> --}}
<div class="
tabs
">
<ul class="
nav
nav
-
tabs
" role="
tablist
">
<li class="
active
"><a href="
#indonesia" role="tab" data-toggle="tab" aria-expanded="true">Indonesia</a></li>
<
li
class
=""><
a
href
=
"#inggris"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Inggris
</
a
></
li
>
<
li
class
=""><
a
href
=
"#jerman"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Jerman
</
a
></
li
>
<
li
class
=""><
a
href
=
"#arab"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Arab
</
a
></
li
>
<
li
class
=""><
a
href
=
"#cina"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Cina
</
a
></
li
>
<
li
class
=""><
a
href
=
"#perancis"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Perancis
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
indonesia
">
...
...
@@ -162,13 +60,13 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
jerman
">
<div class="
tab
-
pane
" id="
perancis
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
Deutsche Sprach
e
Langue Français
e
</div>
<div class="
col
-
md
-
9
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_de'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">
Kate
gorie</label>
<label class="
col
-
md
-
2
control
-
label
">
Caté
gorie</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_de',
$data->rDe
?
$data->rDe
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_de'))
...
...
@@ -178,39 +76,8 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
arab
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
اللغة العربية
</div>
<div class="
col
-
md
-
9
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_sa'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">الفئة</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_sa',
$data->rSa
?
$data->rSa
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_sa'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_sa')}
}
</label>
@endif
</div>
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
cina
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
中文
</div>
<div class="
col
-
md
-
9
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_zh'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">类别</label>
<div class="
col
-
md
-
10
">
{{ Form::text('name_zh',
$data->rZh
?
$data->rZh
->name : null, array('class' => 'form-control', 'required')) }}
@if (
$errors->has
('name_zh'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('name_zh')}
}
</label>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
col
-
md
-
9
">
<div class="
form
-
group
" style="
padding
-
top
:
10
px
;
">
<label class="
col
-
md
-
2
control
-
label
">Status</label>
...
...
@@ -222,6 +89,9 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
col
-
md
-
9
">
<div class="
panel
panel
-
default
">
<div class="
panel
-
footer
">
...
...
resources/views/webprofile/backend/informations/edit_per_bahasa.blade.php
View file @
36eaa4a9
...
...
@@ -58,9 +58,7 @@
<ul class="
nav
nav
-
tabs
" role="
tablist
">
<li class="
active
"><a href="
#indo" role="tab" data-toggle="tab" aria-expanded="true">Indonesia</a></li>
<
li
class
=""><
a
href
=
"#inggris"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Inggris
</
a
></
li
>
<
li
class
=""><
a
href
=
"#jerman"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Jerman
</
a
></
li
>
<
li
class
=""><
a
href
=
"#arab"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Arab
</
a
></
li
>
<
li
class
=""><
a
href
=
"#cina"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Cina
</
a
></
li
>
<
li
class
=""><
a
href
=
"#perancis"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Perancis
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
indo
">
...
...
@@ -123,9 +121,9 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
jerman
">
<div class="
tab
-
pane
" id="
perancis
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
deutsche Sprach
e
Langue Français
e
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
...
...
@@ -152,64 +150,6 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
arab
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
اللغة الألمانية
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_sa',
$data->rSa
?
$data->rSa
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_sa',
$data->rSa
?
$data->rSa
->content : null, array('id'=>'content_sa')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_sa',
$data->rSa
?
$data->rSa
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
cina
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
中文
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_zh',
$data->rZh
?
$data->rZh
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_zh',
$data->rZh
?
$data->rZh
->content : null, array('id'=>'content_zh')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_zh',
$data->rZh
?
$data->rZh
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/webprofile/backend/pages/edit_per_bahasa.blade.php
View file @
36eaa4a9
...
...
@@ -58,9 +58,7 @@
<ul class="
nav
nav
-
tabs
" role="
tablist
">
<li class="
active
"><a href="
#indo" role="tab" data-toggle="tab" aria-expanded="true">Indonesia</a></li>
<
li
class
=""><
a
href
=
"#inggris"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Inggris
</
a
></
li
>
<
li
class
=""><
a
href
=
"#jerman"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Jerman
</
a
></
li
>
<
li
class
=""><
a
href
=
"#arab"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Arab
</
a
></
li
>
<
li
class
=""><
a
href
=
"#cina"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Cina
</
a
></
li
>
<
li
class
=""><
a
href
=
"#perancis"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Perancis
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
indo
">
...
...
@@ -123,9 +121,9 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
jerman
">
<div class="
tab
-
pane
" id="
perancis
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
deutsche Sprach
e
Langue Français
e
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
...
...
resources/views/webprofile/backend/posts/edit_per_bahasa.blade.php
View file @
36eaa4a9
...
...
@@ -68,9 +68,7 @@
<ul class="
nav
nav
-
tabs
" role="
tablist
">
<li class="
active
"><a href="
#indo" role="tab" data-toggle="tab" aria-expanded="true">Indonesia</a></li>
<
li
class
=""><
a
href
=
"#inggris"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Inggris
</
a
></
li
>
<
li
class
=""><
a
href
=
"#jerman"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Jerman
</
a
></
li
>
<
li
class
=""><
a
href
=
"#arab"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Arab
</
a
></
li
>
<
li
class
=""><
a
href
=
"#cina"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Cina
</
a
></
li
>
<
li
class
=""><
a
href
=
"#perancis"
role
=
"tab"
data
-
toggle
=
"tab"
aria
-
expanded
=
"false"
>
Perancis
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
indo
">
...
...
@@ -142,9 +140,9 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
jerman
">
<div class="
tab
-
pane
" id="
perancis
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
deutsche Sprach
e
Langue Français
e
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
...
...
@@ -171,64 +169,6 @@
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
arab
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
اللغة العربية
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_sa',
$data->rSa
?
$data->rSa
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_sa',
$data->rSa
?
$data->rSa
->content : null, array('id'=>'content_sa')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_sa',
$data->rSa
?
$data->rSa
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
<div class="
tab
-
pane
" id="
cina
">
<div style="
padding
:
10
px
10
px
10
px
10
px
;
font
-
weight
:
bold
;
font
-
size
:
14
pt
;
">
中文
</div>
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'title'
))
has
-
error
@
endif
">
<div class="
col
-
md
-
12
">
{{ Form::text('title_zh',
$data->rZh
?
$data->rZh
->title : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.title'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('title'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('title')}
}
</label>
@endif
</div>
</div>
</div>
<div class="
col
-
md
-
12
">
<div class="
block
">
{{ Form::textarea('content_zh',
$data->rZh
?
$data->rZh
->content : null, array('id'=>'content_zh')) }}
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'keys'
))
has
-
error
@
endif
">
<h3 class="
panel
-
title
">@lang('label.keywords')</h3>
<div class="
col
-
md
-
12
">
{{ Form::text('keys_zh',
$data->rZh
?
$data->rZh
->keys : null, array('class' => 'form-control', 'placeholder'=>app('translator')->getFromJson('label.keys'), 'style'=>'font-size: 14pt;')) }}
@if (
$errors->has
('keys'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('keys')}
}
</label>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/webprofile/front/jollyany/de/agenda.blade.php
View file @
36eaa4a9
...
...
@@ -12,7 +12,7 @@
<div class="
container
">
<div class="
col
-
lg
-
12
">
@if(
$data->rDe
)
<h2>
Agenda
- {!!
$data->rDe
->title !!}</h2>
<h2>
Ordre du jour
- {!!
$data->rDe
->title !!}</h2>
@endif
</div>
</div>
...
...
@@ -31,7 +31,7 @@
<h1>{!!
$data->rDe
->title !!}</h1>
@endif
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!}
Ansichten
</a></span>
<span><i class="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!}
Vues
</a></span>
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
@@ -50,7 +50,7 @@
<div id="
sidebar
" class="
col
-
lg
-
4
col
-
md
-
4
col
-
sm
-
12
col
-
xs
-
12
">
<div class="
widget
">
<div class="
title
"><h2>
<h2>
alle Tagesordnung
</h2>
<h2>
Tout l'ordre du jour
</h2>
<ul class="
nav
nav
-
tabs
nav
-
stacked
">
@foreach(
$agendas
as
$value
)
@if(
$value->rDe
)
...
...
resources/views/webprofile/front/jollyany/de/agendainfo.blade.php
View file @
36eaa4a9
...
...
@@ -16,11 +16,11 @@
<h2 style='text-transform: capitalize;'>{!!
$title
!!}</h2>
<ul class="
breadcrumb
pull
-
right
">
@if (
$title
!= 'Agenda')
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Heim
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
i
nformation</li>
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Maison
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
I
nformation</li>
@else
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Heim
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
agenda
</li>
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Maison
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
Ordre du jour
</li>
@endif
</ul>
</div>
...
...
@@ -51,7 +51,7 @@
{!! strip_tags(substr(html_entity_decode(
$value->rDe
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}
@endif
<br><a class="
pull
-
right
" style="
padding
-
right
:
20
px
;
" target="
_blank
" href="
{
!!
url
(
'information/'
.
$value
->
slug
)
!!
}
">
Weiterlesen
»»</a>
Continuer la lecture
»»</a>
</div>
</div>
@else
...
...
@@ -67,7 +67,7 @@
{!! strip_tags(substr(html_entity_decode(
$value->rDe
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}
@endif
<br><a class="
pull
-
right
" style="
padding
-
right
:
20
px
;
" target="
_blank
" href="
{
!!
url
(
'agenda/'
.
$value
->
slug
)
!!
}
">
Weiterlesen
»»</a>
Continuer la lecture
»»</a>
</div>
</div>
@endif
...
...
resources/views/webprofile/front/jollyany/de/archive.blade.php
View file @
36eaa4a9
...
...
@@ -6,8 +6,8 @@
<div class="
col
-
lg
-
12
">
<h2 style="
text
-
transform
:
capitalize
;
">{!!
$title
!!}</h2>
<ul class="
breadcrumb
pull
-
right
">
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Heim
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
Kate
gorie</li>
<li><a href="
{{
'/'
}}
" style="
text
-
transform
:
capitalize
;
">
Maison
</a></li>
<li style="
text
-
transform
:
capitalize
;
">
Caté
gorie</li>
</ul>
</div>
</div>
...
...
@@ -50,7 +50,7 @@
<p>{!! strip_tags(substr(html_entity_decode(
$value->rDe
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}</p>
<br>
@endif
<a class="
pull
-
right
" style="
padding
-
right
:
20
px
;
" href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
">
Weiterlesen
»»</a>
<a class="
pull
-
right
" style="
padding
-
right
:
20
px
;
" href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
">
ontinuer la lecture
»»</a>
</div>
</div>
@else
...
...
@@ -66,7 +66,7 @@
{!! strip_tags(substr(html_entity_decode(
$value->rDe
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 250)) !!}
@endif
<br><a class="
pull
-
right
" style="
padding
-
right
:
20
px
;
" target="
_blank
" href="
{
!!
url
(
'information/'
.
$value
->
slug
)
!!
}
">
Weiterlesen
»»</a>
Continuer la lecture
»»</a>
</div>
</div>
@endif
...
...
resources/views/webprofile/front/jollyany/de/index.blade.php
View file @
36eaa4a9
...
...
@@ -57,8 +57,8 @@
<div class="
container
">
<div id="
content
" class="
col
-
lg
-
8
col
-
md
-
8
col
-
sm
-
12
col
-
xs
-
12
">
<div class="
title
">
<h2>
Neuesten Nachrichten
<div style="
font
-
size
:
12
px
;
float
:
right
"><a href="
{
!!
url
(
'archive'
)
!!
}
" class="
btn
btn
-
box
"><i class="
fa
fa
-
chevron
-
circle
-
right
"></i>
Siehe vollständige Nachrichten
</a></div>
<h2>
Dernières nouvelles
<div style="
font
-
size
:
12
px
;
float
:
right
"><a href="
{
!!
url
(
'archive'
)
!!
}
" class="
btn
btn
-
box
"><i class="
fa
fa
-
chevron
-
circle
-
right
"></i>
Voir l'actualité complète
</a></div>
</h2>
</div><!-- end title -->
...
...
@@ -137,7 +137,7 @@
<div class="
widget
">
<div class="
title
">
<h2>
AGENDA
</h2>
<h2>
Ordre du jour
</h2>
</div><!-- end title -->
<ul class="
recent_posts_widget
">
@foreach(
$agenda
as
$value
)
...
...
@@ -147,7 +147,7 @@
</
li
>
@
endforeach
</
ul
>
<
a
href
=
"{!! url('agendas') !!}"
class
="
btn
btn
-
primary
">
Siehe vollständige Agenda
</a>
<
a
href
=
"{!! url('agendas') !!}"
class
="
btn
btn
-
primary
">
Voir l'ordre du jour en entier
</a>
</div><!-- end widget -->
...
...
@@ -163,15 +163,15 @@
</
li
>
@
endforeach
</
ul
>
<
a
href
=
"{!! url('informations') !!}"
class
="
btn
btn
-
primary
">
Siehe vollständige Informationen
</a>
<
a
href
=
"{!! url('informations') !!}"
class
="
btn
btn
-
primary
">
Voir plus d'informations
</a>
</div><!-- end widget -->
<div class="
widget
">
<div id="
tabbed_widget
" class="
tabbable
">
<ul class="
nav
nav
-
tabs
">
<li class="
active
"><a href="
#recent" data-toggle="tab">
Neueste
</a></li>
<
li
><
a
href
=
"#new"
data
-
toggle
=
"tab"
>
Beliebt
</
a
></
li
>
<li class="
active
"><a href="
#recent" data-toggle="tab">
Dernier
</a></li>
<
li
><
a
href
=
"#new"
data
-
toggle
=
"tab"
>
Populaire
</
a
></
li
>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
recent
">
...
...
resources/views/webprofile/front/jollyany/de/information.blade.php
View file @
36eaa4a9
...
...
@@ -12,7 +12,7 @@
<div class="
container
">
<div class="
col
-
lg
-
12
">
@if(
$data->rDe
)
<h2>Information - {!!
$data
?
$data->rDe
->title : '
Alle Informationen
' !!}</h2>
<h2>Information - {!!
$data
?
$data->rDe
->title : '
Toutes les informations
' !!}</h2>
@endif
</div>
</div>
...
...
@@ -31,7 +31,7 @@
<h1>{!!
$data->rDe
->title !!}</h1>
@endif
<div class="
blog
-
carousel
-
meta
">
<span><i class="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!}
Ansichten
</a></span>
<span><i class="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!}
Vues
</a></span>
{{
--
<
span
><
i
class
="
fa
fa
-
user
"></i> <a href="
#">Redaksi</a></span> --}}
</
div
><!--
end
blog
-
carousel
-
meta
-->
</
div
><!--
end
blog
-
carousel
-
header
-->
...
...
@@ -49,7 +49,7 @@
<div id="
sidebar
" class="
col
-
lg
-
4
col
-
md
-
4
col
-
sm
-
12
col
-
xs
-
12
">
<div class="
widget
">
<div class="
title
"><h2>
<h2>
alle Informationen
</h2>
<h2>
Toutes les informations
</h2>
<ul class="
nav
nav
-
tabs
nav
-
stacked
">
@foreach(
$informations
as
$value
)
@if(
$value->rDe
)
...
...
resources/views/webprofile/front/jollyany/de/post.blade.php
View file @
36eaa4a9
...
...
@@ -35,9 +35,9 @@
@endif
<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>
<time title="
{
!!
$data
->
post_data
!!
}
" datetime="
{
!!
$data
->
post_data
!!
}
">{!! InseoHelper::tglbulanindo2(
$data->post_date
) !!}</time> -
catégorie
<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 !!} V
iew
s</a></span>
<
span
><
i
class
="
fa
fa
-
eye
"></i> <a href="
#">{!! $data->viewer !!} V
ue
s</a></span>
@
elseif
(
$setting
[
'post_views'
]
==
0
)
<
span
></
span
>
@
endif
...
...
@@ -58,7 +58,7 @@
@endif
<br>
<div class="
widget
col
-
md
-
4
pull
-
right
related
hidden
-
sm
hidden
-
xs
kaitan
" style="
margin
-
bottom
:
5
px
;
">
<h4 class="
h4_kaitan
"><strong>
ähnliche Neuigkeiten
</strong></h4>
<h4 class="
h4_kaitan
"><strong>
des nouvelles similaires
</strong></h4>
<div class="
isi_kaitan
">
<div class="
content_kaitan
">
<ul class="
ul_kaitan
nav
nav
-
tabs
nav
-
stacked
">
...
...
resources/views/webprofile/front/jollyany/de/widget.blade.php
View file @
36eaa4a9
<div
id=
"sidebar"
class=
"col-lg-4 col-md-4 col-sm-12 col-xs-12"
>
<div
class=
"widget"
>
<div
class=
"title"
><h2>
<h2>
Kate
gorie
</h2>
<h2>
Caté
gorie
</h2>
<ul
class=
"nav nav-tabs nav-stacked"
>
@foreach($categories as $value)
@if ($value->rDe)
...
...
@@ -10,7 +10,7 @@
@endforeach
</ul>
<h2>
Neuster Artikel
</h2>
<h2>
Dernier article
</h2>
<ul
class=
"nav nav-tabs nav-stacked"
>
@foreach($resend as $value)
@if ($value->rDe)
...
...
resources/views/webprofile/front/jollyany/master.blade.php
View file @
36eaa4a9
...
...
@@ -135,7 +135,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div
class=
"col-lg-8 col-md-8 col-sm-8 col-xs-12"
>
<div
class=
"topmenu"
>
<span
class=
"topbar-cart"
><i
class=
"fa fa-globe"
></i>
<a
href=
"https://www.unesa.ac.id"
target=
"_blank"
>
UNESA
</a></span>
<span
class=
"topbar-cart"
>
<i
class=
"fa fa-globe"
></i>
<a
href=
"https://sso.unesa.ac.id/"
target=
"_blank"
>
SSO
</a></span>
<span
class=
"topbar-cart"
>
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'en')) !!}
<input
type=
"hidden"
value=
"en"
name=
"language"
>
...
...
@@ -149,20 +148,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{!! Form::close() !!}
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'de')) !!}
<input
type=
"hidden"
value=
"de"
name=
"language"
>
<a
href=
"javascript:;"
onclick=
"document.getElementById('de').submit();"
><img
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/uploads/logo/deu.png"
alt=
"de"
></a>
{!! Form::close() !!}
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'ar')) !!}
<input
type=
"hidden"
value=
"ar"
name=
"language"
>
<a
href=
"javascript:;"
onclick=
"document.getElementById('ar').submit();"
><img
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/uploads/logo/ar.png"
alt=
"ar"
></a>
{!! Form::close() !!}
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'zh')) !!}
<input
type=
"hidden"
value=
"zh"
name=
"language"
>
<a
href=
"javascript:;"
onclick=
"document.getElementById('zh').submit();"
><img
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/uploads/logo/zh.png"
alt=
"zh"
></a>
<a
href=
"javascript:;"
onclick=
"document.getElementById('de').submit();"
><img
src=
"https://statik.unesa.ac.id/profileunesa_konten_statik/uploads/logo/fr.png"
alt=
"fr"
></a>
{!! Form::close() !!}
<!-- {!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline')) !!}
{{ Form::select('language', ['id'=>'Indonesia', 'en'=>'English', 'de'=>'
German', 'ar'=>'Arabic', 'zh'=>'China
'], session('selected_language'), ['class'=>'custom-select form-control', 'style'=>'border-style:none; border-radius: 10px; border-color: white, height: 15px;', 'onChange'=>'form.submit()']) }}
{{ Form::select('language', ['id'=>'Indonesia', 'en'=>'English', 'de'=>'
France
'], session('selected_language'), ['class'=>'custom-select form-control', 'style'=>'border-style:none; border-radius: 10px; border-color: white, height: 15px;', 'onChange'=>'form.submit()']) }}
{!! Form::close() !!} -->
</span>
</div>
<!-- end top menu -->
...
...
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