%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="header"> <a class="hedaer-logo" href="<?=base_url('dashboard')?>"> <img src="<?=base_url('assests/imgs')?>/logo_new.png"> </a> <div class="header-in" id="sidebarCollapse"> <a class="clogout" href="<?=base_url('login/logout')?>"><i class="fa fa-power-off" aria-hidden="true"></i> Logout</a> </div> </div> <div class="home-main-div"> <div class="container"> <div class="row"> <div class="col col-lg-12"> <!---- Success Message ----> <?php if ($this->session->flashdata('success')) { ?> <p style="color:green; font-size:18px;"><?php echo $this->session->flashdata('success'); ?></p> <?php } ?> <a href="<?=base_url('dashboard')?>" class="backtodash"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back </a> <div class="table-detail"> <h4><i class="fa fa-list-alt" aria-hidden="true"></i> Appointment Details</h4> <!--<a class="addmore" href="<?=base_url('booking/confirmation/'.base64_encode($user_id))?>" ><i class="fa fa-user-plus" aria-hidden="true"></i> Add More Covid19 Test<a>--> <div class="table-detail-in"> <table> <tr> <th>#</th> <th>Token No</th> <th>Slot Date</th> <th>Time</th> <th>Vaccine</th> <th>Booking Status</th> <th>Action</th> </tr> <?php $k=1; foreach($userData as $row) { ?> <tr> <td><?=$k?></td> <td><?=$row['order_id']?></td> <td><?=date('d M Y',$row['slot_date'])?></td> <td><?=getSlotDetails($row['slot_id'])[0]->title?></td> <td><?=getTestDetails($row['test_id'])[0]->title?></td> <td><?=$row['order_status']?></td> <td> <a href="<?=base_url('order/viewdetails/'.base64_encode($row['order_id']))?>"> <i class="fa fa-eye" aria-hidden="true"></i></a></td> </tr> <?php $k++; } ?> </table> </table> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class=" col-lg-12"> <div class="insdiv"> <h3><i class="fa fa-info-circle" aria-hidden="true"></i> Instructions</h3> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Please carry your photo ID proof for vaccination.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> After registration your profile will be checked and approved.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> You can edit your profile till the time your profile is not approved.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Once your profile gets approved you will not be able to change your profile.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Carry your token no. when you visit or for any communication.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> The second dose of COVAXIN should be taken between 28 days to 42 days after the first dose. The second dose of COVISHIELD should be taken between 84 days to 112 days after the first dose. The second dose of SPUTNIK V should be taken between 21 days to 90 days after the first dose. </p> </div> </div> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="js/bootstrap.bundle.js" type="text/javascript"></script> <script src="js/bootstrap.js" type="text/javascript"></script> <!-- Trigger the modal with a button --> <!-- Modal --> <div id="myModal" class="modal new-pop fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal">×</button> <div class="modal-body"> <form action="<?=base_url('dashboard/addprofile')?>" method="POST" enctype="multipart/form-data"> <div class="login-sec"> <h2>Provide Your Details</h2> <p>Your Photo ID will be verified at the time of your Covid-19 Test appointment please provide the detail of the photo ID you will carry for Covid-19 Test. </p> <select> <option>Photo Id Proof (Adhaar Card)</option> </select> <input type="text" name="aadhar_number" id="aadhar_number" onkeyup="this.value=this.value.replace(/[^\d]/,'')" autocomplete=OFF maxlength=10 placeholder="Enter Adhaar No" required> <input type="text" name="full_name" id="full_name" autocomplete=OFF maxlength=245 placeholder="Name (as in Adhaar No)" required> <div class="radio-btn"> <span>Upload Photo id Proof(Aadhar Card)</span> <input type="file" name="photo_proof" id="photo_proof" placeholder="Upload Photo id Proof" required> <small>(Only jpg, jpeg, png and pdf allowed)</small> </div> <div class="radio-btn"> <span>Gender</span> <label><input type="radio" name="gender" id="gender" value="Male" checked>Male </label> <label><input type="radio" name="gender" id="gender" value="Female">Female </label> <label><input type="radio" name="gender" id="gender" value="Other">Other </label> </div> <div class="radio-btn"> <span>Do you Onsite collection?</span> <small></small> <label><input type="radio" name="onsite_collection" value="Yes" >Yes </label> <label><input type="radio" name="onsite_collection" value="No" checked >No </label> </div> <div class="radio-btn"> <span style="color:red;">*All Fileds are mandatory</span> </div> <button type="submit" class="btn btn-primary login-btn">Register </button> </div> </form> </div> </div> </div> </div> <div id="libraryModal" class="modal new-pop fade" role="dialog"> <div class="modal-dialog"> <!-- Modal --> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Your Details</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> </div> </div> </div> </div> <script> $(document).ready(function() { $('.modalButtonViewDetails').on('click', function(e) { $('#loader').show(); $.ajax({ url : $('body').attr('data-base-url') + 'user/viewprofile', method: 'post', data : { id: $(this).attr('data-src') } }).done(function(data) { $('#loader').hide(); $('#libraryModal').find('.modal-body').html(data); $('#libraryModal').modal('show'); }) }); }); </script> </body> </html>