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
239fee29
Commit
239fee29
authored
Aug 05, 2020
by
Aan Choesni Herlingga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meta index front
parent
04ec8c29
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
4 deletions
+32
-4
resources/views/webprofile/backend/setting/create.blade.php
+9
-0
resources/views/webprofile/backend/setting/edit.blade.php
+9
-0
resources/views/webprofile/backend/setting/index.blade.php
+1
-1
resources/views/webprofile/front/jollyany/index.blade.php
+9
-0
resources/views/webprofile/front/jollyany/master.blade.php
+4
-3
No files found.
resources/views/webprofile/backend/setting/create.blade.php
View file @
239fee29
...
...
@@ -22,6 +22,15 @@
<div class="
panel
-
body
">
<div class="
row
">
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'show_name_setting'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">@lang('label.name') @lang('feature.setting')</label>
<div class="
col
-
md
-
10
">
{{ Form::text('show_name_setting', old('show_name_setting'), array('class' => 'form-control')) }}
@if (
$errors->has
('show_name_setting'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('show_name_setting')}
}
</label>
@endif
</div>
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_setting'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">@lang('label.name') @lang('feature.setting')</label>
<div class="
col
-
md
-
10
">
...
...
resources/views/webprofile/backend/setting/edit.blade.php
View file @
239fee29
...
...
@@ -22,6 +22,15 @@
<div class="
panel
-
body
">
<div class="
row
">
<div class="
col
-
md
-
12
">
<div class="
form
-
group
@
if
(
$errors
->
has
(
'show_name_setting'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">@lang('label.name') @lang('feature.setting')</label>
<div class="
col
-
md
-
10
">
{{ Form::text('show_name_setting', old('show_name_setting'), array('class' => 'form-control')) }}
@if (
$errors->has
('show_name_setting'))
<label id="
login
-
error
" class="
error
" for="
login
">
{
{$errors->first('show_name_setting')}
}
</label>
@endif
</div>
</div>
<div class="
form
-
group
@
if
(
$errors
->
has
(
'name_setting'
))
has
-
error
@
endif
">
<label class="
col
-
md
-
2
control
-
label
">@lang('label.name') @lang('feature.setting')</label>
<div class="
col
-
md
-
10
">
...
...
resources/views/webprofile/backend/setting/index.blade.php
View file @
239fee29
...
...
@@ -17,7 +17,7 @@
<div class="
panel
panel
-
default
">
<div class="
panel
-
heading
">
<h3 class="
panel
-
title
">{!!
$title
!!}</h3>
{{-- <a class="
btn
btn
-
info
" href="
{{
URL
::
to
(
'webprofile/settings/create'
)}}
" style="
margin
:
0
cm
0
px
0
cm
10
px
;
">@lang('label.create')</a> --}}
<a class="
btn
btn
-
warning
" href="
{{
URL
::
to
(
'webprofile/settings/create'
)}}
" style="
margin
:
0
cm
0
px
0
cm
10
px
;
">@lang('label.create')</a>
<a class="
btn
btn
-
info
" href="
{{
url
(
'update'
)}}
" style="
margin
:
0
cm
0
px
0
cm
10
px
;
">Update Engine</a>
<ul class="
panel
-
controls
">
<li><a href="
#" class="panel-collapse"><span class="fa fa-angle-down"></span></a></li>
...
...
resources/views/webprofile/front/jollyany/index.blade.php
View file @
239fee29
@
extends
(
'webprofile.front.jollyany.master'
)
@
section
(
'meta'
)
<
meta
name
=
"{{ Str::slug(
$setting['web_title']
) }}"
content
=
"custom"
/>
<
meta
name
=
"description"
content
=
"{{
$setting['web_title']
}}"
>
@
if
(
array_key_exists
(
'default_keyword'
,
$setting
))
<
meta
name
=
"keywords"
content
=
"{{
$setting['default_keyword']
}}"
>
@
endif
<
meta
name
=
"author"
content
=
"{{
$setting['web_title']
}}"
>
@
endsection
@
section
(
'slider'
)
<
section
class
="
slider
-
wrapper
">
<div class="
tp
-
banner
-
container
">
...
...
resources/views/webprofile/front/jollyany/master.blade.php
View file @
239fee29
...
...
@@ -7,9 +7,10 @@
<title>
{{$setting['web_title']}}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"keywords"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"language"
content=
"id"
>
<meta
name=
"geo.placename"
content=
"Surabaya"
>
<meta
name=
"geo.region"
content=
"Indonesia"
>
@yield('meta')
<!-- Bootstrap Styles -->
<link
href=
"https://statik.unesa.ac.id/profileunesa_konten_statik/front/css/bootstrap.css"
rel=
"stylesheet"
>
...
...
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