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
d854ed7f
Commit
d854ed7f
authored
4 years ago
by
Aan Choesni Herlingga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
select for language
parent
0c11a2f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
resources/views/webprofile/front/jollyany/master.blade.php
+4
-15
No files found.
resources/views/webprofile/front/jollyany/master.blade.php
View file @
d854ed7f
...
...
@@ -82,22 +82,11 @@
<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>
<div
class=
"ua-lang pull-right hidden-sm"
style=
"padding-top: 7px;"
>
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'en')) !!}
<input
type=
"hidden"
value=
"en"
name=
"language"
>
<a
href=
"javascript:;"
onclick=
"document.getElementById('en').submit();"
><img
src=
"https://www.unesa.ac.id/assets2/images/en.png"
></a>
<span
class=
"topbar-cart"
>
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline')) !!}
{{ Form::select('language', ['id'=>'Indonesia', 'en'=>'English', 'de'=>'German'], 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() !!}
{!! Form::open(array('url' => route('language'), 'method' => 'POST', 'style'=>'display:inline', 'id'=>'id')) !!}
<input
type=
"hidden"
value=
"id"
name=
"language"
>
<a
href=
"javascript:;"
onclick=
"document.getElementById('id').submit();"
><img
src=
"https://www.unesa.ac.id/assets2/images/id.png"
></a>
{!! 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://www.unesa.ac.id/assets2/images/de.png"
></a>
{!! Form::close() !!}
</div>
</span>
</div>
<!-- end top menu -->
<div
class=
"callus"
>
@if (array_key_exists('facebook', $setting))
...
...
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