Commit 1b1aa66e by Juliper

lagi dan algi

parents 1b52afe7 0f3eed02
......@@ -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: 60px;
width: 60px;
height: 150px;
width: 150px;
}
.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 {
......
@extends('adminlte::layouts.customers.History')
@extends('adminlte::layouts.master')
@section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; margin-bottom: 100px;">
<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
......@@ -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>
......
@extends('adminlte::layouts.master')
@section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; margin-bottom: 100px;">
<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
......@@ -25,7 +25,17 @@
<input type="text" class="text wow agileits w3layouts slideInLeft" name="jumlah_kamar" placeholder="Jumlah Kamar" 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">
<<<<<<< HEAD
<a href="{{url('history')}}" id="book" >
<input type="button" class="more_btn wow agileits w3layouts slideInLeft" value="Book Now">
</a>
=======
<input type="submit" class="more_btn wow agileits w3layouts slideInLeft" value="Book Now">
<<<<<<< HEAD
=======
>>>>>>> f3f2287d7c86a7c8efc0162c242d120bfcaf820a
>>>>>>> 36fc9a9037d0772bcfa4c52323fe8a6c39550bd5
>>>>>>> 0f3eed02f22695fdd7fc61c41b915d902aeca1fc
</div>
</form>
</div>
......@@ -122,7 +132,7 @@
$('#myModal').modal('');
</script>
<script>
document.querySelector('').onclick = function(){
document.getElementById('book').onclick = function(){
swal("Good job!", "You clicked the button!", "success");};
</script>
</div>
......@@ -132,13 +142,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,
......@@ -157,4 +167,14 @@
});
};
</script>
\ No newline at end of file
<<<<<<< HEAD
</script>
=======
</script>
<<<<<<< HEAD
@endsection
=======
>>>>>>> f3f2287d7c86a7c8efc0162c242d120bfcaf820a
>>>>>>> 36fc9a9037d0772bcfa4c52323fe8a6c39550bd5
>>>>>>> 0f3eed02f22695fdd7fc61c41b915d902aeca1fc
<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">
......@@ -35,6 +35,19 @@
<li><a href="{{url('home')}}">{{Auth::user()->name}}</a></li>
@endif
</a>
<<<<<<< HEAD
<ul class="dropdown-menu">
<!-- The user image in the menu -->
<li class="user-header">
{{--<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> -->
</p>
</li>
<!-- Menu Body -->
=======
@if(Auth::user()->role=="Customer")
<ul class="dropdown-menu">
<!-- The user image in the menu -->
......@@ -47,6 +60,7 @@
</p>
</li>
<!-- Menu Body -->
>>>>>>> 36fc9a9037d0772bcfa4c52323fe8a6c39550bd5
<!-- Menu Footer-->
<li class="user-footer">
......
......@@ -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
......@@ -27,7 +27,9 @@ Route::get('editprofiles', function(){
});
//web
Route::get('history', function(){
return view('History');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment