%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="container"> <div class="row"> <div class="col col-lg-12"> <div class="login-header"> <!-- <p>Already a Member?</p> <button type="button" class="btn btn-primary header-btn" onclick="window.location.href = 'login.html';">Login </button>--> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class=" col-lg-12"> <div class="login-rectangle"> <a href="<?=base_url('order/details/'.base64_encode($orderData['reg_id']))?>" class="backtodash"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back </a> <div id="divToPrint"> <div class="login-logo"> <img src="https://shardahospital.org/images/logo_new.png"> </div> <div class="login-sec"> <h2> Covid-19 Vaccination <br />Registration </h2> <p>Please carry your photo ID proof for Covid-19 Vaccination.</p> <h2> Token - <?=$userData['order_id']?></h2><br /> </div> <div class="user-detail"> <h4>Transaction Detail</h4> <div class="table-detail-in"> <table> <tr> <th>#</th> <th>Transaction ID</th> <th>Token No.</th> <th>Transaction Date</th> <th>Bank Reference Number</th> <th>Amount</th> <th>Payment Status</th> </tr> <tr> <td>1.</td> <td><?php echo $bookingDetails['payment_tracking_number']; ?></td> <td><?php echo $bookingDetails['order_id']; ?></td> <td><?php echo $trnsDetails['transaction_date']; ?></td> <td><?php echo $trnsDetails['bank_ref_no']; ?></td> <td><?php echo "Rs. ".$bookingDetails['amount']; ?></td> <td><?php echo $bookingDetails['order_status']; ?> <br/><small><?php echo $bookingDetails['PaymentFailureMsg']; ?></small></td> </tr> </table> </div> </div> <div class="user-detail"> <h4>Registration Detail</h4> <div class="table-detail-in"> <table> <tr> <th>#</th> <th>Name</th> <th>Phone</th> <th>ID Proof</th> <th>ID Proof Number</th> <th>Address</th> <th>Age/Gender:</th> <th>Vaccine</th> <th>Appointment Date</th> <th>Slot Time</th> <th>Status</th> </tr> <tr> <td><?=$k?></td> <td><?=$userData['full_name']?></td> <td><?=$userData['contact_number']?></td> <td><a href="<?=base_url('attachments/documents/'.$userData['photo_proof'])?>" target="_blank"> <i class="fa fa-file-pdf-o" aria-hidden="true"></i></a></td> <td><?=$userData['aadhar_number']?></td> <td><?=$userData['address']?>-<?=$userData['pincode']?></td> <td><?=$userData['age']?> Years/<?=$userData['gender']?> </td> <td><?=$testData['title']?> </td> <td><?=date('d M Y',$bookingDetails['slot_date'])?> </td> <td><?=$slotData['title']?> </td> <td> <?=$userData['order_status']?></td> </tr> </table> </div> <!--<ul> <li><strong>Name:</strong> <?=$userData['full_name']?></li> <li><strong>Phone:</strong> <?=$userData['contact_number']?></li> <li><strong>Aadhar Number:</strong> <?=$userData['aadhar_number']?></li> <li><strong>Address:</strong> <?=$userData['address']?>-<?=$userData['pincode']?></li> <li><strong></strong> </li> <li><strong>:</strong> </li> <li><strong>:</strong> </li> <li><strong>:</strong> </li> <li><strong>:</strong> </li> <li><strong>:</strong> </li> </ul>--> </div> <?php echo link_tag('assests/css/style.css'); ?> <script src="<?php echo base_url('assests/js/jquery-1.12.4.js'); ?>"></script> </div> <div class="clearfix"></div> <div class="row"> <div class=" col-lg-4"> </div> <div class=" col-lg-4"> <br /> <div class="user-detail"> <button onclick="PrintDiv();">Print Ricept</button> </div> </div> </div> <div class="login-pin"></div> </div> </div> <div class="col col-lg-3"></div> </div> </div> <script type="text/javascript"> function PrintDiv() { var divToPrint = document.getElementById('divToPrint'); var popupWin = window.open('', '_blank', 'width=300,height=300'); popupWin.document.open(); popupWin.document.write('<html><body onload="window.print()">' + divToPrint.innerHTML + '</html>'); popupWin.document.close(); } </script>