42 lines
1.3 KiB
PHP
42 lines
1.3 KiB
PHP
<?php //include('../users/common/userstrip.php'); ?>
|
|
|
|
<!-- Main content -->
|
|
<form method="post" name="post_nav_find" action="">
|
|
<input type="hidden" name="jobID" value="">
|
|
</form>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function post_nav_find_action(what, value) {
|
|
// alert(what);
|
|
document.post_nav_find.action = what + '';
|
|
document.post_nav_find.jobID.value = value;
|
|
document.post_nav_find.submit();
|
|
return false;
|
|
}
|
|
// -->
|
|
</script>
|
|
|
|
|
|
<!--begin::Basic info-->
|
|
<div class="card mb-5 mb-xl-10">
|
|
<!--begin::Card header-->
|
|
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_profile_details" aria-expanded="true" aria-controls="kt_account_profile_details">
|
|
<!--begin::Card title-->
|
|
<div class="card-title m-0">
|
|
<h3 class="fw-bolder m-0">Completed Job(s)/Task(s)</h3>
|
|
</div>
|
|
<!--end::Card title-->
|
|
</div>
|
|
<!--begin::Card header-->
|
|
<!--begin::Content-->
|
|
<div id="kt_account_settings_profile_details" class="collapse show">
|
|
<!--begin::Form-->
|
|
<?php echo $job_table ?>
|
|
<!--end::Form-->
|
|
</div>
|
|
<!--end::Content-->
|
|
<div> <?php echo $links; ?></div>
|
|
</div>
|
|
<!--end::Basic info-->
|
|
|