Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
e54c8b3a
Commit
e54c8b3a
authored
7 years ago
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
palti
parent
95e4ce4a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
68 additions
and
72 deletions
+68
-72
adminlte_less.css
public/css/adminlte_less.css
+3
-1
app_less.css
public/css/app_less.css
+2
-0
profiles.blade.php
resources/views/profiles.blade.php
+1
-0
login.blade.php
resources/views/vendor/adminlte/auth/login.blade.php
+10
-7
reset.blade.php
...rces/views/vendor/adminlte/auth/passwords/reset.blade.php
+3
-6
register.blade.php
resources/views/vendor/adminlte/auth/register.blade.php
+2
-2
master.blade.php
resources/views/vendor/adminlte/layouts/master.blade.php
+1
-1
profiles.blade.php
...es/views/vendor/adminlte/layouts/pages/profiles.blade.php
+44
-44
mainheader.blade.php
...s/vendor/adminlte/layouts/partialweb/mainheader.blade.php
+2
-4
web.php
routes/web.php
+0
-7
No files found.
public/css/adminlte_less.css
View file @
e54c8b3a
...
...
@@ -3191,6 +3191,7 @@ table.text-center th {
.register-box
{
width
:
360px
;
margin
:
7%
auto
;
}
@media
(
max-width
:
768px
)
{
.login-box
,
...
...
@@ -3201,10 +3202,11 @@ table.text-center th {
}
.login-box-body
,
.register-box-body
{
background
:
#fff
;
background
-color
:
rgba
(
255
,
255
,
255
,
0
)
;
padding
:
20px
;
border-top
:
0
;
color
:
#666
;
}
.login-box-body
.form-control-feedback
,
.register-box-body
.form-control-feedback
{
...
...
This diff is collapsed.
Click to expand it.
public/css/app_less.css
View file @
e54c8b3a
...
...
@@ -3196,6 +3196,7 @@ table.text-center th {
.register-box
{
width
:
360px
;
margin
:
7%
auto
;
}
@media
(
max-width
:
768px
)
{
.login-box
,
...
...
@@ -3210,6 +3211,7 @@ table.text-center th {
padding
:
20px
;
border-top
:
0
;
color
:
#666
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0px
0px
20px
0px
,
rgba
(
0
,
0
,
0
,
0.239216
)
0px
5px
5px
0px
;
}
.login-box-body
.form-control-feedback
,
.register-box-body
.form-control-feedback
{
...
...
This diff is collapsed.
Click to expand it.
resources/views/profiles.blade.php
View file @
e54c8b3a
@
extends
(
'adminlte::layouts.pages.profiles'
)
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/auth/login.blade.php
View file @
e54c8b3a
...
...
@@ -5,12 +5,12 @@
@
endsection
@
section
(
'content'
)
<
body
class
="
hold
-
transition
login
-
page
">
<
body
class
="
hold
-
transition
login
-
page
"
style="
background
-
image
:
url
(
img
/
danautoba
.
jpg
);
"
>
<div id="
app
">
<div class="
login
-
box
">
<div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SI
Booking Homestay
</b></a>
</div><!-- /.login-logo -->
<div class="
login
-
box
"
style="
box
-
shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
px
0
px
20
px
0
px
,
rgba
(
0
,
0
,
0
,
0.239216
)
0
px
5
px
5
px
0
px
;
background
-
color
:
rgba
(
255
,
255
,
255
,
0
);
"
>
<
!-- <
div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SI
BH
</b></a>
</div><!-- /.login-logo -->
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
...
...
@@ -23,8 +23,11 @@
</div>
@endif
<div class="
login
-
box
-
body
">
<p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p>
<div class="
login
-
box
-
body
" >
<!-- <p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p> -->
<div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SIBH</b></a>
</div><!-- /.login-logo -->
<form action="
{{
url
(
'/login'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<div class="
form
-
group
has
-
feedback
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/auth/passwords/reset.blade.php
View file @
e54c8b3a
...
...
@@ -6,13 +6,10 @@
@
section
(
'content'
)
<
body
class
="
login
-
page
">
<
body
class
="
login
-
page
" style="
background
-
image
:
url
(
img
/
danautoba
.
jpg
);
">
<div id="
app
">
<div class="
login
-
box
">
<div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>Admin</b>LTE</a>
</div><!-- /.login-logo -->
<div class="
login
-
box
" style="
box
-
shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
px
0
px
20
px
0
px
,
rgba
(
0
,
0
,
0
,
0.239216
)
0
px
5
px
5
px
0
px
;
">
@if (session('status'))
<div class="
alert
alert
-
success
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/auth/register.blade.php
View file @
e54c8b3a
...
...
@@ -6,9 +6,9 @@
@
section
(
'content'
)
<
body
class
="
hold
-
transition
register
-
page
">
<
body
class
="
hold
-
transition
register
-
page
"
style="
background
-
image
:
url
(
img
/
danautoba
.
jpg
);
"
>
<div id="
app
">
<div class="
register
-
box
">
<div class="
register
-
box
"
style="
box
-
shadow
:
rgba
(
0
,
0
,
0
,
0.2
)
0
px
0
px
20
px
0
px
,
rgba
(
0
,
0
,
0
,
0.239216
)
0
px
5
px
5
px
0
px
;
"
>
<div class="
register
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SI Booking Homestay</b></a>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/master.blade.php
View file @
e54c8b3a
...
...
@@ -11,7 +11,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
<body>
@include('adminlte::layouts.partialweb.
.
mainheader')
@include('adminlte::layouts.partialweb.mainheader')
@yield('main-content')
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/pages/profiles.blade.php
View file @
e54c8b3a
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
40
px
;
">
<div class="
container
">
<div class="
col
-
md
-
4
col
-
sm
-
4
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
2
wow
slideInRight
">
<img src="
img
/
avatar3
.
png
" alt="
Agileits
W3layouts
">
<h2 style="
text
-
align
:
center
;
margin
-
top
:
3
px
;
"> Palti Sinaga </h2>
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
40
px
;
">
<div class="
container
">
<div class="
col
-
md
-
4
col
-
sm
-
4
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
2
wow
slideInRight
">
<img src="
img
/
avatar3
.
png
" alt="
Agileits
W3layouts
" style="
height
:
200
px
;
width
:
200
px
;
margin
-
left
:
75
px
;
">
<h2 style="
text
-
align
:
center
;
margin
-
top
:
3
px
;
"> Palti Sinaga </h2>
</div>
<div class="
col
-
md
-
8
col
-
sm
-
8
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
1
wow
slideInLeft
">
<h3>Data Diri</h3>
<table class="
table
-
condensed
" style="
font
-
size
:
16
px
;
margin
-
left
:
-
3
px
;
color
:
#777">
<
tr
>
<
td
>
Tempat
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Kelaasdas
</
td
>
<
td
>
test
</
td
>
</
tr
>
<
tr
>
<
td
>
Tempaasfasdt
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Kelasdas
</
td
>
<
td
>
test
</
td
>
</
tr
>
<
tr
>
<
td
>
Tempaqwdat
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Keasddlas
</
td
>
<
td
>
test
</
td
>
</
tr
>
</
table
>
</div>
<div class="
col
-
md
-
8
col
-
sm
-
8
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
1
wow
slideInLeft
">
<h3>Data Diri</h3>
<table class="
table
-
condensed
" style="
font
-
size
:
16
px
;
margin
-
left
:
-
3
px
;
color
:
#777">
<
tr
>
<
td
>
Tempat
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Kelaasdas
</
td
>
<
td
>
test
</
td
>
</
tr
>
<
tr
>
<
td
>
Tempaasfasdt
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Kelasdas
</
td
>
<
td
>
test
</
td
>
</
tr
>
<
tr
>
<
td
>
Tempaqwdat
/
Tanggal
Lahir
</
td
>
<
td
>
Palti
Sinaga
</
td
>
</
tr
>
<
tr
>
<
td
>
Keasddlas
</
td
>
<
td
>
test
</
td
>
</
tr
>
</
table
>
<
br
><
br
>
<
br
><
br
>
<
h3
>
Testimoni
</
h3
>
<
p
>
Lorem
ipsum
dolor
sit
amet
,
consectetur
adipisicing
elit
,
sed
do
eiusmod
tempor
incididunt
ut
labore
et
dolore
magna
aliqua
.
Ut
enim
ad
minim
veniam
,
quis
nostrud
exercitation
ullamco
laboris
nisi
ut
aliquip
ex
ea
commodo
consequat
.
Duis
aute
irure
dolor
in
reprehenderit
in
voluptate
velit
esse
cillum
dolore
eu
fugiat
nulla
pariatur
.
Excepteur
sint
occaecat
cupidatat
non
proident
,
sunt
in
culpa
qui
officia
deserunt
mollit
anim
id
est
laborum
.</
p
>
<
div
class
="
services
agileits
w3layouts
" style="
background
-
color
:
#fff; padding: 1px 1px 1px 0px; margin-top: 30px;">
<
h3
>
Testimoni
</
h3
>
<
p
>
Lorem
ipsum
dolor
sit
amet
,
consectetur
adipisicing
elit
,
sed
do
eiusmod
tempor
incididunt
ut
labore
et
dolore
magna
aliqua
.
Ut
enim
ad
minim
veniam
,
quis
nostrud
exercitation
ullamco
laboris
nisi
ut
aliquip
ex
ea
commodo
consequat
.
Duis
aute
irure
dolor
in
reprehenderit
in
voluptate
velit
esse
cillum
dolore
eu
fugiat
nulla
pariatur
.
Excepteur
sint
occaecat
cupidatat
non
proident
,
sunt
in
culpa
qui
officia
deserunt
mollit
anim
id
est
laborum
.</
p
>
<
div
class
="
services
agileits
w3layouts
" style="
background
-
color
:
#fff; padding: 1px 1px 1px 0px; margin-top: 30px;">
<
a
class
="
agileits
w3layoutswow
slideInLeft
" href="
gallery
.
html
" >Edit Profile <span class="
glyphicon
agileits
w3layouts
glyphicon
-
arrow
-
right
" aria-hidden="
true
"></span></a>
<
a
class
="
agileits
w3layoutswow
slideInLeft
" href="
gallery
.
html
" >Edit Profile <span class="
glyphicon
agileits
w3layouts
glyphicon
-
arrow
-
right
" aria-hidden="
true
"></span></a>
<a class="
agileits
w3layoutswow
slideInLeft
" href="
gallery
.
html
">History <span class="
glyphicon
agileits
w3layouts
glyphicon
-
arrow
-
right
" aria-hidden="
true
"></span></a>
<a class="
agileits
w3layoutswow
slideInLeft
" href="
gallery
.
html
">History <span class="
glyphicon
agileits
w3layouts
glyphicon
-
arrow
-
right
" aria-hidden="
true
"></span></a>
</div>
</div>
</div>
<div class="
clearfix
"></div>
<div class="
clearfix
"></div>
</div>
</div>
</div>
@endsection
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
e54c8b3a
...
...
@@ -71,8 +71,6 @@
</div>
</nav>
<!-- //Navbar -->
<div
class=
"clearfix"
style=
"margin-bottom: 15px;"
></div>
</div>
<!-- //Header
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
routes/web.php
View file @
e54c8b3a
...
...
@@ -28,13 +28,6 @@ Route::get('profiles', function(){
return
view
(
'profiles'
);
});
Route
::
get
(
'loginc'
,
function
(){
return
view
(
'loginc'
);
});
Route
::
group
([
'middleware'
=>
'auth'
],
function
()
{
// Route::get('/link1', function () {
// // Uses Auth Middleware
...
...
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