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
f55a15ef
Commit
f55a15ef
authored
May 13, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profile
parent
f3f2287d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
112 additions
and
16 deletions
+112
-16
style.css
public/css/style.css
+7
-4
32139955053_f5b4db4cbe_k.jpg
public/img/32139955053_f5b4db4cbe_k.jpg
+0
-0
History.blade.php
resources/views/History.blade.php
+2
-0
History.blade.php
...views/vendor/adminlte/layouts/customers/History.blade.php
+34
-0
profiles.blade.php
...iews/vendor/adminlte/layouts/customers/profiles.blade.php
+1
-1
History.blade.php
...ces/views/vendor/adminlte/layouts/pages/History.blade.php
+34
-0
Homestay.blade.php
...es/views/vendor/adminlte/layouts/pages/Homestay.blade.php
+8
-6
mainheader.blade.php
...s/vendor/adminlte/layouts/partialweb/mainheader.blade.php
+3
-3
scripts.blade.php
...iews/vendor/adminlte/layouts/partialweb/scripts.blade.php
+20
-1
web.php
routes/web.php
+3
-1
No files found.
public/css/style.css
View file @
f55a15ef
...
...
@@ -72,7 +72,9 @@ a:focus, a:hover {
/*-- //Reset-Code --*/
.table
thead
{
background-color
:
#1dc8d9
;
}
...
...
@@ -415,8 +417,8 @@ ul.callbacks_tabs li {
}
.dropdown-menu
>
li
.user-header
img
{
height
:
6
0px
;
width
:
6
0px
;
height
:
15
0px
;
width
:
15
0px
;
}
.dropdown-menu
>
.user-footer
{
...
...
@@ -2008,8 +2010,9 @@ section#tables p {
.table
>
thead
>
tr
>
th
,
.table
>
tbody
>
tr
>
th
,
.table
>
tfoot
>
tr
>
th
,
.table
>
thead
>
tr
>
td
,
.table
>
tbody
>
tr
>
td
,
.table
>
tfoot
>
tr
>
td
{
font-size
:
0.9em
;
color
:
#
999
;
color
:
#
2d2d2d
;
border-top
:
none
!important
;
}
.tab-content
>
.active
{
...
...
public/img/32139955053_f5b4db4cbe_k.jpg
0 → 100644
View file @
f55a15ef
765 KB
resources/views/History.blade.php
0 → 100644
View file @
f55a15ef
@
extends
(
'adminlte::layouts.customers.History'
)
resources/views/vendor/adminlte/layouts/customers/History.blade.php
0 → 100644
View file @
f55a15ef
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
80
px
;
margin
-
bottom
:
100
px
;
">
<div class="
container
">
<table class="
table
table
-
striped
">
<thead>
<tr>
<th> No. </th>
<th> No. Rekening </th>
<th> Atas Nama </th>
<th> Total Pembayaran </th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>456141923</td>
<td>Palti Sinaga</td>
<td>2.400.000</td>
</tr>
<tr class="
success
">
<td>2</td>
<td>09179287213</td>
<td>Lestari Siregar</td>
<td>2.123.091</td>
</tr>
</tbody>
</table>
</div>
</div>
@endsection
\ No newline at end of file
resources/views/vendor/adminlte/layouts/customers/profiles.blade.php
View file @
f55a15ef
...
...
@@ -39,7 +39,7 @@
<
a
class
="
agileits
w3layoutswow
slideInLeft
" href="
{{
url
(
'editProfileCustomer/'
.
$data
->
id
)}}
" >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="
{{
url
(
'history'
)}}
">History <span class="
glyphicon
agileits
w3layouts
glyphicon
-
arrow
-
right
" aria-hidden="
true
"></span></a>
</div>
</div>
<div class="
clearfix
"></div>
...
...
resources/views/vendor/adminlte/layouts/pages/History.blade.php
0 → 100644
View file @
f55a15ef
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
80
px
;
margin
-
bottom
:
100
px
;
">
<div class="
container
">
<table class="
table
table
-
striped
">
<thead>
<tr>
<th> No. </th>
<th> No. Rekening </th>
<th> Atas Nama </th>
<th> Total Pembayaran </th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>456141923</td>
<td>Palti Sinaga</td>
<td>2.400.000</td>
</tr>
<tr class="
success
">
<td>2</td>
<td>09179287213</td>
<td>Lestari Siregar</td>
<td>2.123.091</td>
</tr>
</tbody>
</table>
</div>
</div>
@endsection
\ No newline at end of file
resources/views/vendor/adminlte/layouts/pages/Homestay.blade.php
View file @
f55a15ef
...
...
@@ -23,7 +23,9 @@
<input type="
text
" class="
text
wow
agileits
w3layouts
slideInLeft
" name="
Name
" placeholder="
Jumlah
Orang
" required="" style="
background
-
color
:
white
;
color
:
black
">
</div>
<div class="
col
-
md
-
3
col
-
sm
-
3
agileits
w3layouts
contact
-
grid
contact
-
grid
-
2
wow
slideInLeft
">
<input type="
submit
" class="
more_btn
wow
agileits
w3layouts
slideInLeft
" value="
Book
Now
">
<a href="
{{
url
(
'history'
)}}
" id="
book
" >
<input type="
button
" class="
more_btn
wow
agileits
w3layouts
slideInLeft
" value="
Book
Now
">
</a>
</div>
</form>
</div>
...
...
@@ -118,7 +120,7 @@
$('#myModal').modal('');
</script>
<script>
document.
querySelector('
').onclick = function(){
document.
getElementById('book
').onclick = function(){
swal("
Good
job
!
", "
You
clicked
the
button
!
", "
success
");};
</script>
...
...
@@ -128,13 +130,13 @@
document.querySelector(' ').onclick = function(){
swal("
Good
job
!
", "
You
clicked
the
button
!
", "
success
");};
</script>
@endsection
<script>
document.querySelector('
more_btn.input
').onclick = function(){
document.querySelector('').onclick = function(){
swal({
title:
"
Are
you
sure
?
",
title:"
Are
you
sure
?
",
text: "
You
will
not
be
able
to
recover
this
imaginary
file
!
",
type: "
warning
",
showCancelButton: true,
...
...
@@ -154,4 +156,4 @@
};
</script>
@endsection
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
f55a15ef
<div
class=
"header agileits w3layouts"
id=
"home"
>
<!-- Navbar -->
<nav
class=
"navbar navbar-default w3l aits
wow bounceInUp agileits w3layouts
"
>
<nav
class=
"navbar navbar-default w3l aits"
>
<div
class=
"container"
>
<div
class=
"navbar-header agileits w3layouts"
>
<button
type=
"button"
class=
"navbar-toggle agileits w3layouts collapsed"
data-toggle=
"collapse"
data-target=
"#navbar"
aria-expanded=
"false"
>
...
...
@@ -37,8 +37,8 @@
{{--
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"img-circle"
alt=
"User Image"
/>
--}}
<p>
<img
src=
"img/{{ Auth::user()->foto }}"
class=
"img-circle"
alt=
"User Image"
/>
{{ Auth::user()->name }}
<
small>
{{ trans('adminlte_lang::message.login') }}
</small
>
<!-- {{ Auth::user()->name }} -->
<
!-- <small>{{ trans('adminlte_lang::message.login') }} </small> --
>
</p>
</li>
<!-- Menu Body -->
...
...
resources/views/vendor/adminlte/layouts/partialweb/scripts.blade.php
View file @
f55a15ef
...
...
@@ -80,9 +80,27 @@
<script
src=
"{{asset('js/jquery-ui.js')}}"
></script>
<script>
$
(
function
()
{
$
(
"#datepicker,#datepicker1,#datepicker2"
).
datepicker
();
$
(
"#datepicker,#datepicker1,#datepicker2"
).
datepicker
(
{
minDate
:
0
}
);
});
</script>
<!-- //Date-Picker-JavaScript -->
<!-- new date picker -->
<!-- <script>
$(function() {
$( "#datepicker,#datepicker1" ).datepicker({minDate:0});
$("#datepicker,#datepicker2").datepicker({
onSelect:function(date){
var date1 = $('#datepicker1').datepicker('getDate');
var date = new Date(Date.parse(date1));
date.setDate(date.getDate()+1);
var newDate = date.toDateString();
newDate = newDate(Date.parse(newDate));
$('#datepicker2').datepicker({minDate:0});
}
};)
});
</script> -->
<!-- //new date picker -->
<!-- //Custom-JavaScript-File-Links -->
\ No newline at end of file
routes/web.php
View file @
f55a15ef
...
...
@@ -27,7 +27,9 @@ Route::get('editprofiles', function(){
});
//web
Route
::
get
(
'history'
,
function
(){
return
view
(
'History'
);
});
...
...
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