Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/wellcare/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("includes/config.php");; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <title>AdminLTE 3 | Invoice Print</title> --> <!-- Google Font: Source Sans Pro --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> <!-- Font Awesome --> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/adminlte.min.css"> </head> <body> <?php $id = $_GET['id']; $query = "SELECT * FROM families WHERE id='$id'"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <div class="wrapper"> <!-- Main content --> <section class="invoice" > <!-- title row --> <div class="row"> <div class="col-10 mt-3"> <h2><small class="float-right" style="font-size:4px; margin-right: 0px;">Regd No.: RMEE2445160</small></h2> </div> <div class="col-12 mt-2"> <h2 class="page-header"> <img src="dist/img/logo.jpeg" class="logo-img" alt=""> WELL CARE HOSPITAL <small class="float-right"><img src="dist/img/well.jpeg" class="hhh" alt=""><h6 class="location"><i class="fa fa-map-marker" aria-hidden="true"></i> Location</h6></small> <div style="display: flex; align-items: center; margin-top: -17px; margin-left: 363px;"> <div style="width: 100px; height: 2px; background-color: black; margin-right: 10px;"></div> <p style="font-size: 17px; margin: 0;">A Community Of Caring</p> <div style="width: 100px; height: 2px; background-color: black; margin-left: 10px;"></div> </div> <p style="font-size:22px; margin-left: 55px;">Sec 101, Near Metro Station, Salarpur, Noida (G.B. Nagar)</p> </h2> </div> <div class="col-10 pem"> <p><b>Email:</b> wellcarehospital76@gmail.com , <b>Mobile:</b> 7303596181, 7303596171</p> </div> </div> <div class="col-10 pem"> <h5><b>WELL CARE HOSPITAL MEMBERSHIP</b></h5> </div> <div class="row"> <div class="col-10 table-responsive" > <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Family-Id</th> <th style="border: 1px solid black;">Date Of Joining</th> <th style="border: 1px solid black;">Date Of Expiry</th> </tr> </thead> <tbody> <tr> <td><?php echo $row['family_id'] ?></td> <td><?php echo $row['register_date'] ?></td> <td><?php echo $row['expire_date'] ?></td> </tr> </tbody> </table> </div> </div> <div class="row"> <div class="col-10 table-responsive" > <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Proposer Name</th> <th style="border: 1px solid black;">Proposer Address</th> <th style="border: 1px solid black;">Proposer Contact No</th> </tr> </thead> <tbody> <tr> <td><?php echo $row['own_name'] ?></td> <td> <?php echo $row['h_no'] ?></td> <td><?php echo $row['phone'] ?></td> </tr> </tbody> </table> </div> </div> <div class="row"> <div class="col-10 table-responsive"> <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Member Name</th> <th style="border: 1px solid black;">Age</th> <th style="border: 1px solid black;">Gender</th> <th style="border: 1px solid black;">Relationship With Proposer</th> </tr> </thead> <tbody> <tr> <td><?php echo $row['own_name'] ?></td> <td><?php echo $row['own_age'] ?></td> <td><?php echo $row['ownerGender'] ?></td> <td>Self</td> </tr> <tr> <td><?php echo $row['wife_name'] ?></td> <td><?php echo $row['wife_age'] ?></td> <td><?php echo $row['wife_gender'] ?></td> <td><?php echo $row['wife_relation'] ?></td> </tr> <!-- <tr>--> <!-- <td><?php echo $row['wife_name'] ?></td>--> <!-- <td><?php echo $row['wife_age'] ?></td>--> <!-- <td>Female</td>--> <!-- <td>Wife</td>--> <!--</tr>--> <!-- <tr> <td><?php echo $row['own_fname'] ?></td> <td><?php echo $row['own_fage'] ?></td> <td>Male</td> <td>Father</td> </tr> --> <tr> <td><?php echo $row['child1'] ?></td> <td><?php echo $row['child1age'] ?></td> <td><?php echo $row['child1Gender'] ?></td> <td><?php echo $row['rchild1'] ?></td> </tr> <tr> <td><?php echo $row['child2'] ?></td> <td><?php echo $row['child2age'] ?></td> <td><?php echo $row['child2Gender'] ?></td> <td><?php echo $row['rchild2'] ?></td> </tr> <tr> <td><?php echo $row['child3'] ?></td> <td><?php echo $row['child3age'] ?></td> <td><?php echo $row['child3Gender'] ?></td> <td><?php echo $row['rchild3'] ?></td> </tr> <tr> <td><?php echo $row['fm1'] ?></td> <td><?php echo $row['fm1age'] ?></td> <td><?php echo $row['fm1Gender'] ?></td> <td><?php echo $row['rfm1'] ?></td> </tr> <tr> <td><?php echo $row['fm2'] ?></td> <td><?php echo $row['fm2age'] ?></td> <td><?php echo $row['fm2Gender'] ?></td> <td><?php echo $row['rfm2'] ?></td> </tr> </tr> </tbody> </table> </div> </div> <!--<img src="dist/img/well.jpeg" class="lll mb-4" alt=""> --> <!--<img src="<?php echo $row['qr_code_path']; ?>" class="lll mb-4" alt="">--> <img src="<?php echo "../qrcodes/" . $row['qr_code_path']; ?>" class="lll mb-4" alt=""> <div class="col-10 mb-3"> <p><b>Benefits of Well Care Hospital Membership:</b> <ul> <li>Doctor consultancy fee (O.P.D) is totally free for one year.</li> <li>20% discount in blood tests.</li> <li>10% discount in medicine.</li> <li>10% discount in admitted patient (I.P.D)</li> </ul> </p> <p><b>Membership Card offers:</b> <ul> <li>A single-person membership card costs 299/- for one year validity.</li> <li>For two members, a membership card costs 399/- for one year validity.</li> <li>For five members, a membership card costs 499/- for one year validity.</li> </ul> </p> <p><b>Terms And Conditions:</b> <ul> <li> Only Dr Mohd Shakeel’s (MBBS) general physician consultancy fee (OPD) is free.</li> <li>All benefits and offers are same, but only others Doctors’s (OPD) consultancy is payable.</li> <li>The card payment can be approved through online or cash.</li> <li>This membership card is valid for only family members.</li> <li>This membership card will only be valid after 72 hours from the time of activation.</li> </ul> </p> </div> </section> </div> <?php }} ?> <script> window.addEventListener("load", window.print()); </script> </body> </html> <style> .invoice { position: relative; border: 1px solid black; z-index: 1; } .location{ /*margin-left: -197px;*/ margin-left: -146px; font-size: 12px; } .invoice::before { content: ""; position: absolute; top: 590px; left: 0; right: 0; bottom: 0; background-image: url('dist/img/logo.png'); background-size: 700px; background-position: center; background-repeat: no-repeat; opacity: 0.1; z-index: -1; } </style> <style> .table, .table th, .table td { border: 1px solid black; text-align: center; vertical-align: middle; } .pem{ text-align: center; } .lll{ /*width: 167px;*/ /* margin-left: 40%;*/ width: 113px; margin-left: 42%; } .logo-img { width: 145px; margin-left: 151px; } .col-10 { flex: 0 0 66.666667%; max-width: 66.666667%; margin-left: 211px; } .table td, .table th { padding: .75rem; vertical-align: top; border-top: 1px solid #dee2e6; text-align: center; } h2 { font-size: 3.2rem; text-align: center; } .hhh{ /*margin-right: 200px;*/ margin-right: 143px; height: 60px; } </style>