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
f226dfd8
Commit
f226dfd8
authored
May 18, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add book
parent
040ca38b
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 @
f226dfd8
...
@@ -23,31 +23,49 @@
...
@@ -23,31 +23,49 @@
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<!--
{
{csrf_field()}
}
-->
<!--
{
{csrf_field()}
}
-->
<label>Nama Pemesan</label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<div class="
form
-
group
">
<label> Jumlah KAMAR </label>
<label> Nama Pemesan </label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<div class="
input
-
group
">
<label>Tanggal Check in</label>
<div class="
input
-
group
-
addon
">
<div class="
input
-
group
date
">
<i class="
fa
fa
-
user
"></i>
<input type="
Date
" name="
checkin
" value="" id="
checkin
" class="
form
-
control
">
</div>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
</div>
</div>
</div>
<label> Tanggal Check In </label>
<div class="
form
-
group
">
<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>
<div class="
form
-
group
">
<input type="
text
" name="
TtlPembayaran
" value="" id="
nama
" class="
form
-
control
">
<label> Tanggal Check In </label>
<br>
<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
">
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
</div>
...
...
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
f226dfd8
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<!-- User Account Menu -->
<!-- User Account Menu -->
<li
class=
"dropdown user user-menu"
>
<li
class=
"dropdown user user-menu"
>
<!-- Menu Toggle Button -->
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
<!-- The user image in the navbar-->
{{--
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"user-image"
alt=
"User Image"
/>
--}}
{{--
<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. -->
<!-- hidden-xs hides the username on small devices so only the image appears. -->
...
...
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