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
78b74e8e
Commit
78b74e8e
authored
7 years ago
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abc
parent
46ab7b14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
+10
-11
login.blade.php
resources/views/vendor/adminlte/auth/login.blade.php
+1
-1
register.blade.php
resources/views/vendor/adminlte/auth/register.blade.php
+7
-6
Homestay.blade.php
...es/views/vendor/adminlte/layouts/pages/Homestay.blade.php
+2
-4
No files found.
resources/views/vendor/adminlte/auth/login.blade.php
View file @
78b74e8e
...
...
@@ -50,7 +50,7 @@
<
a
href
=
"{{ url('/password/reset') }}"
style
=
"color:#1dc8d9;"
>
{{
trans
(
'adminlte_lang::message.forgotpassword'
)
}}
</
a
><
br
>
<
a
href
=
"{{ url('/daftar') }}"
class
="
text
-
center
"style="
color
:
#1dc8d9;">
{{ trans('adminlte_lang::message.registermember') }}
</a>
<
a
href
=
"{{ url('/daftar') }}"
class
="
text
-
center
"style="
color
:
#1dc8d9;">
Daftar Akun Baru
</a>
</
div
><!--
/.
login
-
box
-
body
-->
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/auth/register.blade.php
View file @
78b74e8e
...
...
@@ -6,12 +6,11 @@
@
section
(
'content'
)
<
body
class
="
hold
-
transition
register
-
page
" style="
background
-
image
:
url
(
img
/
danautoba
.
jpg
);
">
<
body
class
="
hold
-
transition
register
-
page
" style="
background
-
image
:
url
(
img
/
Danau2
.
jpg
);
background
-
size
:
100
%
130
%
;
background
-
repeat
:
repeat
;
">
<div id="
app
">
<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>
<div class="
register
-
box
" >
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
...
...
@@ -25,7 +24,9 @@
@endif
<div class="
register
-
box
-
body
">
<p class="
login
-
box
-
msg
">{{ trans('adminlte_lang::message.registermember') }}</p>
<div class="
login
-
logo
">
<a href="
{{
url
(
'/home'
)
}}
"><img src="
img
/
bulbulhomestay
.
png
" alt=""></a>
</div><!-- /.login-logo -->
<form action="
{{
url
(
'/daftar'
)
}}
" 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/layouts/pages/Homestay.blade.php
View file @
78b74e8e
...
...
@@ -58,16 +58,14 @@
<div class="
details
agilets
w3layouts
" style="
margin
-
bottom
:
0
px
;
margin
-
top
:
0
px
;
">
<h2 > Daftar Pesanan di
{
{$data->nama_homestay}
}
</h2>
<div class="
container
">
<table class="
table
table
-
hover
" style="
background
-
color
:
white
;
margin
-
top
:
20
px
;
width
:
700
px
;
">
<table class="
table
table
-
hover
" style="
background
-
color
:
white
;
margin
-
top
:
20
px
;
">
<thead>
<tr>
<th style="
color
:
white
;
"> Tanggal Mulai </th>
<th style="
color
:
white
;
"> Tanggal Berakhir </th>
<th style="
color
:
white
;
"> Jumlah Kamar</th>
<th> Tanggal Mulai </th>
<th> Tanggal Berakhir </th>
<th> Jumlah Kamar</th>
</tr>
</thead>
<tbody>
...
...
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