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
May 09, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
palti
parent
95e4ce4a
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
30 deletions
+28
-30
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
+9
-6
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
+5
-3
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 {
...
@@ -3191,6 +3191,7 @@ table.text-center th {
.register-box
{
.register-box
{
width
:
360px
;
width
:
360px
;
margin
:
7%
auto
;
margin
:
7%
auto
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.login-box
,
.login-box
,
...
@@ -3201,10 +3202,11 @@ table.text-center th {
...
@@ -3201,10 +3202,11 @@ table.text-center th {
}
}
.login-box-body
,
.login-box-body
,
.register-box-body
{
.register-box-body
{
background
:
#fff
;
background
-color
:
rgba
(
255
,
255
,
255
,
0
)
;
padding
:
20px
;
padding
:
20px
;
border-top
:
0
;
border-top
:
0
;
color
:
#666
;
color
:
#666
;
}
}
.login-box-body
.form-control-feedback
,
.login-box-body
.form-control-feedback
,
.register-box-body
.form-control-feedback
{
.register-box-body
.form-control-feedback
{
...
...
public/css/app_less.css
View file @
e54c8b3a
...
@@ -3196,6 +3196,7 @@ table.text-center th {
...
@@ -3196,6 +3196,7 @@ table.text-center th {
.register-box
{
.register-box
{
width
:
360px
;
width
:
360px
;
margin
:
7%
auto
;
margin
:
7%
auto
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.login-box
,
.login-box
,
...
@@ -3210,6 +3211,7 @@ table.text-center th {
...
@@ -3210,6 +3211,7 @@ table.text-center th {
padding
:
20px
;
padding
:
20px
;
border-top
:
0
;
border-top
:
0
;
color
:
#666
;
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
,
.login-box-body
.form-control-feedback
,
.register-box-body
.form-control-feedback
{
.register-box-body
.form-control-feedback
{
...
...
resources/views/profiles.blade.php
View file @
e54c8b3a
@
extends
(
'adminlte::layouts.pages.profiles'
)
@
extends
(
'adminlte::layouts.pages.profiles'
)
resources/views/vendor/adminlte/auth/login.blade.php
View file @
e54c8b3a
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
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 id="
app
">
<div class="
login
-
box
">
<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
">
<
!-- <
div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SI
Booking Homestay
</b></a>
<a href="
{{
url
(
'/home'
)
}}
"><b>SI
BH
</b></a>
</div><!-- /.login-logo -->
</div><!-- /.login-logo -->
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
...
@@ -23,8 +23,11 @@
...
@@ -23,8 +23,11 @@
</div>
</div>
@endif
@endif
<div class="
login
-
box
-
body
">
<div class="
login
-
box
-
body
" >
<p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p>
<!-- <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
">
<form action="
{{
url
(
'/login'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<div class="
form
-
group
has
-
feedback
">
<div class="
form
-
group
has
-
feedback
">
...
...
resources/views/vendor/adminlte/auth/passwords/reset.blade.php
View file @
e54c8b3a
...
@@ -6,13 +6,10 @@
...
@@ -6,13 +6,10 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
body
class
="
login
-
page
">
<
body
class
="
login
-
page
" style="
background
-
image
:
url
(
img
/
danautoba
.
jpg
);
">
<div id="
app
">
<div id="
app
">
<div class="
login
-
box
">
<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
;
">
<div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>Admin</b>LTE</a>
</div><!-- /.login-logo -->
@if (session('status'))
@if (session('status'))
<div class="
alert
alert
-
success
">
<div class="
alert
alert
-
success
">
...
...
resources/views/vendor/adminlte/auth/register.blade.php
View file @
e54c8b3a
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
@
section
(
'content'
)
@
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 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
">
<div class="
register
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><b>SI Booking Homestay</b></a>
<a href="
{{
url
(
'/home'
)
}}
"><b>SI Booking Homestay</b></a>
</div>
</div>
...
...
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.
...
@@ -11,7 +11,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
<body>
<body>
@include('adminlte::layouts.partialweb.
.
mainheader')
@include('adminlte::layouts.partialweb.mainheader')
@yield('main-content')
@yield('main-content')
...
...
resources/views/vendor/adminlte/layouts/pages/profiles.blade.php
View file @
e54c8b3a
@
extends
(
'adminlte::layouts.master'
)
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
40
px
;
">
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
40
px
;
">
<div class="
container
">
<div class="
container
">
<div class="
col
-
md
-
4
col
-
sm
-
4
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
2
wow
slideInRight
">
<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
">
<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>
<h2 style="
text
-
align
:
center
;
margin
-
top
:
3
px
;
"> Palti Sinaga </h2>
</div>
</div>
...
@@ -50,5 +51,5 @@
...
@@ -50,5 +51,5 @@
<div class="
clearfix
"></div>
<div class="
clearfix
"></div>
</div>
</div>
</div>
</div>
@endsection
@endsection
\ No newline at end of file
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
e54c8b3a
...
@@ -71,8 +71,6 @@
...
@@ -71,8 +71,6 @@
</div>
</div>
</nav>
</nav>
<!-- //Navbar -->
<!-- //Navbar -->
<div
class=
"clearfix"
style=
"margin-bottom: 15px;"
></div>
<div
class=
"clearfix"
style=
"margin-bottom: 15px;"
></div>
</div>
</div>
<!-- //Header
\ No newline at end of file
\ No newline at end of file
routes/web.php
View file @
e54c8b3a
...
@@ -28,13 +28,6 @@ Route::get('profiles', function(){
...
@@ -28,13 +28,6 @@ Route::get('profiles', function(){
return
view
(
'profiles'
);
return
view
(
'profiles'
);
});
});
Route
::
get
(
'loginc'
,
function
(){
return
view
(
'loginc'
);
});
Route
::
group
([
'middleware'
=>
'auth'
],
function
()
{
Route
::
group
([
'middleware'
=>
'auth'
],
function
()
{
// Route::get('/link1', function () {
// Route::get('/link1', function () {
// // Uses Auth Middleware
// // Uses Auth Middleware
...
...
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