File: /home/imensosw/www/imenso.co/dev/lavender-old/closed-bookings.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Lavender Medical</title>
<link rel='stylesheet' href='css/bootstrap.min.css' media='all' />
<link rel='stylesheet' href='css/style.css' media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" media="all">
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
</head>
<body>
<?php include('header.php'); ?>
<div class="container">
<div class="row pt-4 align-items-center">
<div class="col-lg-3">
<ul class="sub-menu">
<li><a href="bookings.php" style="opacity: 0.5; font-size: 16px">Open</a></li>
<li><a href="closed-bookings.php">Closed</a></li>
</ul>
</div>
<div class="col-lg-6">
<form class="form-search">
<input class="form-control mr-sm-2" type="search" placeholder="Search.." aria-label="Search">
</form>
</div>
<div class="col-lg-3 text-right">
<a href="booking-details.php" class="btn btn-primary"><i class="fa fa-plus"></i> Add New</a>
</div>
</div>
<div id="table-scroll" class="table-scroll mt-4">
<table id="main-table" class="main-table">
<thead>
<tr>
<th scope="col" width="200">Hospital Name</th>
<th scope="col">Contact Person</th>
<th scope="col">Kits</th>
<th scope="col">Important Dates</th>
<th scope="col" class="text-right">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td width="200">
<div class="">
<a href="booking-details.php">
<span><strong><span style="display: block;" class="theme-text">#B001</span>
Spire Gatwick Park</strong></span><br>
<small>Booked on 2nd March 22</small>
</a>
</div>
</td>
<td>
<div class="info-left">
<strong>John Wick </strong><br>
<small>Location: 45 East Block NY</small><br>
<small>Email: johnwich@bupa.com</small><br>
<small>Phone: 9988776655</small>
</div>
</td>
<td>
<small>
<a href="javascript:;" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a><br>
<a href="javascript:;" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a>
</small>
</td>
<td>
<small>
Delivery Date: <strong>3 March 22</strong><br>
Operation Date: <strong>5 March 22</strong><br>
Collection Date: <strong>7 March 22</strong>
</small>
</td>
<td class="text-right">
<div class="action-area dropdown">
<span class="capsule red-dim">Closed</span>
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="dots">...</span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="booking-details.php">More Details</a>
<a class="dropdown-item" href="booking-details.php">Edit</a>
<a class="dropdown-item" href="booking-details.php">Delete</a>
</div>
</div>
</td>
</tr>
<tr>
<td width="200">
<div class="">
<a href="javascript:;" data-toggle="modal" data-target="#addCustomer">
<span><strong><span style="display: block;" class="theme-text">#B001</span>
Spire Gatwick Park</strong></span><br>
<small>Booked on 2nd March 22</small>
</a>
</div>
</td>
<td>
<div class="info-left">
<strong>John Wick </strong><br>
<small>Location: 45 East Block NY</small><br>
<small>Email: johnwich@bupa.com</small><br>
<small>Phone: 9988776655</small>
</div>
</td>
<td>
<small>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a><br>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a>
</small>
</td>
<td>
<small>
Delivery Date: <strong>3 March 22</strong><br>
Operation Date: <strong>5 March 22</strong><br>
Collection Date: <strong>7 March 22</strong>
</small>
</td>
<td class="text-right">
<div class="action-area dropdown">
<span class="capsule red-dim">Closed</span>
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="dots">...</span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="booking-details.php">More Details</a>
<a class="dropdown-item" href="booking-details.php">Edit</a>
<a class="dropdown-item" href="booking-details.php">Delete</a>
</div>
</div>
</td>
</tr>
<tr>
<td width="200">
<div class="">
<a href="booking-details.php">
<span><strong><span style="display: block;" class="theme-text">#B002</span>
Spire Gatwick Park</strong></span><br>
<small>Booked on 2nd March 22</small>
</a>
</div>
</td>
<td>
<div class="info-left">
<strong>John Wick </strong><br>
<small>Location: 45 East Block NY</small><br>
<small>Email: johnwich@bupa.com</small><br>
<small>Phone: 9988776655</small>
</div>
</td>
<td>
<small>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a><br>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a>
</small>
</td>
<td>
<small>
Delivery Date: <strong>3 March 22</strong><br>
Operation Date: <strong>5 March 22</strong><br>
Collection Date: <strong>7 March 22</strong>
</small>
</td>
<td class="text-right">
<div class="action-area dropdown">
<span class="capsule red-dim">Closed</span>
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="dots">...</span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="booking-details.php">More Details</a>
<a class="dropdown-item" href="booking-details.php">Edit</a>
<a class="dropdown-item" href="booking-details.php">Delete</a>
</div>
</div>
</td>
</tr>
<tr>
<td width="200">
<div class="">
<a href="booking-details.php">
<span><strong><span style="display: block;" class="theme-text">#B003</span>
Spire Gatwick Park</strong></span><br>
<small>Booked on 2nd March 22</small>
</a>
</div>
</td>
<td>
<div class="info-left">
<strong>John Wick </strong><br>
<small>Location: 45 East Block NY</small><br>
<small>Email: johnwich@bupa.com</small><br>
<small>Phone: 9988776655</small>
</div>
</td>
<td>
<small>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a><br>
<a href="javascript" data-toggle="modal" data-target="#kitDetails">RTS MTP implant - Set 01 (Qty: 2)</a>
</small>
</td>
<td>
<small>
Delivery Date: <strong>3 March 22</strong><br>
Operation Date: <strong>5 March 22</strong><br>
Collection Date: <strong>7 March 22</strong>
</small>
</td>
<td class="text-right">
<div class="action-area dropdown">
<span class="capsule red-dim">Closed</span>
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="dots">...</span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="booking-details.php">More Details</a>
<a class="dropdown-item" href="booking-details.php">Edit</a>
<a class="dropdown-item" href="booking-details.php">Delete</a>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Kit Details Modal -->
<div class="modal fade bigModal" id="kitDetails" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="">Kit Details</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th>Product Code</th>
<th>Product Name</th>
<th>Qty</th>
</tr>
</thead>
<tbody>
<tr>
<td>M04 S0001</td>
<td>RTS Lesser MTP Instrument Kit - Size 1-3</td>
<td>2</td>
</tr>
<tr>
<td>M04 S0001</td>
<td>RTS Lesser MTP Implant Size 1</td>
<td>1</td>
</tr>
<tr>
<td>M04 S0001</td>
<td>RTS Lesser MTP Instrument Kit - Size 1-3</td>
<td>2</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<a href="" class="btn btn-secondary" data-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
<?php include("footer.php");?>
<script>
$(function(){
setTimeout(function(){
$('.nav-item').removeClass('active');
$('.nav-item').eq(2).addClass('active');
},100);
});
</script>
</body>
</html>