This commit is contained in:
2022-07-16 18:31:36 -04:00
parent 8b03f5b4aa
commit 2f6050fb08
3 changed files with 99 additions and 58 deletions
@@ -1,64 +1,105 @@
<form method="post" name="post_nav_find" action="">
<input type="hidden" name="jobOfferID" value="<?php echo $jobOfferID; ?>">
</form>
<!-- Main content -->
<div class="content-wrapper">
<?php include('common/jobstrip.php'); ?>
<!-- Main charts -->
<div class="row">
<div class="col-lg-12">
</div>
</div>
<!-- /main charts -->
<div class="row">
<div class="col-md-9">
<div class="panel panel-flat" style="height: 335px;">
<table class='table table-striped table-hover table-bordered table-condensed'>
<thead>
<tr>
<th colspan="2"><b><?php echo $title; ?></b></th></tr>
</thead>
<tbody>
<tr>
<td style="width: 100px;"><b>Date</b></td><td><?php echo $added_date; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Description</b></td><td><?php echo $description; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Offer Expire</b></td><td><?php echo $expire; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Price</b></td><td><?php echo $price; ?> Naira</td>
</tr>
<tr>
<td style="width: 100px;"><b>Duration</b></td><td><?php echo $timeline_days; ?> day(s)</td>
</tr>
<tr>
<td style="width: 100px;"><b>Detail</b></td><td><?php echo $job_description; ?></td>
</tr>
</tbody>
</table>
<?php include('common/jobstrip.php'); ?>
<div class="row g-5 g-xl-8">
<div class="col-xl-6">
<div class="card card-xl-stretch mb-5 mb-xl-8">
<div class="card-header border-0 pt-5">
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-bolder fs-3 mb-1"><?=$title?></span>
</h3>
<div class="card-toolbar">
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<div class="caption">
<div id="offer_result">
<input id="accept_submit" type="button" class="btn btn-primary btn-sm" name='send' value='Accept Offer' onclick="return acceptOffer();">
<hr size ="1">
<input id="reject_submit" type="button" class="btn btn-danger btn-sm" name='send' value='Reject Offer' onclick="return rejectOffer();">
<div class="card-body py-3">
<div class="tab-content">
<div class="tab-pane fade show active" id="kt_table_widget_5_tab_1">
<div class="table-responsive">
<table class="table table-row-dashed table-row-gray-200 align-middle gs-0 gy-4">
<thead>
<tr>
<th colspan="2"><b><?php echo $title; ?></b></th></tr>
</thead>
<tbody>
<tr>
<td style="width: 100px;"><b>Date</b></td><td><?php echo $added_date; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Description</b></td><td><?php echo $description; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Offer Expire</b></td><td><?php echo $expire; ?></td>
</tr>
<tr>
<td style="width: 100px;"><b>Price</b></td><td><?php echo $price; ?> Naira</td>
</tr>
<tr>
<td style="width: 100px;"><b>Duration</b></td><td><?php echo $timeline_days; ?> day(s)</td>
</tr>
<tr>
<td style="width: 100px;"><b>Detail</b></td><td><?php echo $job_description; ?></td>
</tr>
</tbody>
</table>
<table class="table table-row-dashed table-row-gray-200 align-middle gs-0 gy-4">
<tbody>
<tr>
<td>
<div id="offer_result"> </div>
</td>
</tr>
<tr>
<td style="width: 40%;"><input id="reject_submit" type="button" class="btn btn-danger btn-block btn-sm" name='send' value='Reject Offer' onclick="return rejectOffer();"></td>
<td style="width: 20%;"></td>
<td style="width: 40%;"><input id="accept_submit" type="button" class="btn btn-primary btn-block btn-sm" name='send' value='Accept Offer' onclick="return acceptOffer();"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6">
<div class="card card-xl-stretch mb-5 mb-xl-8">
<div class="card-header border-0 pt-5">
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-bolder fs-3 mb-1">Active Projects</span>
</h3>
<div class="card-toolbar">
</div>
</div>
<div class="card-body py-3">
<div class="tab-content">
<!--begin::Tap pane-->
<div class="tab-pane fade show active" id="kt_table_widget_5_tab_1">
<!--begin::Table container-->
<div class="table-responsive">
</div>
<!--end::Table-->
</div>
<!--end::Tap pane-->
</div>
</div>
<!--end::Body-->
</div>
<!--end::Tables Widget 5-->
</div>
<!--end::Col-->
</div>
<!-- /main content -->
<script type="text/javascript">
<!--