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
c195b22e
Commit
c195b22e
authored
7 years ago
by
Juliper
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.del.ac.id/juliper19/pa2d4ti06
parents
b63ff1e4
99a2b923
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
21 deletions
+39
-21
AddBookManual.blade.php
...ews/vendor/adminlte/layouts/owner/AddBookManual.blade.php
+38
-20
mainheader.blade.php
...s/vendor/adminlte/layouts/partialweb/mainheader.blade.php
+1
-1
No files found.
resources/views/vendor/adminlte/layouts/owner/AddBookManual.blade.php
View file @
c195b22e
...
...
@@ -23,31 +23,49 @@
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<!--
{
{csrf_field()}
}
-->
<label>Nama Pemesan</label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label> Jumlah KAMAR </label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label>Tanggal Check in</label>
<div class="
input
-
group
date
">
<input type="
Date
" name="
checkin
" value="" id="
checkin
" class="
form
-
control
">
<div class="
form
-
group
">
<label> Nama Pemesan </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
</div>
</div>
<label> Tanggal Check In </label>
<div class="
form
-
group
">
<label>Date:</label>
<label> Jumlah Kamar </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
kamar
" value="" id="
kamar
" class="
form
-
control
">
</div>
</div>
<div class="
input
-
group
date
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
calendar
"></i>
</div>
<input type="
text
" class="
form
-
control
datepicker
" id="
datepicker
">
</div>
<!-- /.input group -->
</div>
<label>Lama Menginap</label>
<input type="
text
" name="
TtlPembayaran
" value="" id="
nama
" class="
form
-
control
">
<br>
<div class="
form
-
group
">
<label> Tanggal Check In </label>
<div class="
input
-
group
date
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
calendar
"></i>
</div>
<input type="
text
" class="
form
-
control
datepicker
" id="
datepicker
">
</div>
<!-- /.input group -->
</div>
<div class="
form
-
group
">
<label> Lama Menginap </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
</div>
</div>
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
c195b22e
...
...
@@ -25,7 +25,7 @@
<!-- User Account Menu -->
<li
class=
"dropdown user user-menu"
>
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
{{--
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"user-image"
alt=
"User Image"
/>
--}}
<!-- hidden-xs hides the username on small devices so only the image appears. -->
...
...
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