Şuanki Dizin: /home/wwwdreamtechnolo/public_html/qrscandoctor.in/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/qrscandoctor.in/job.php |
<?php include("header.php"); ?> <style> <style> table { font-family: arial, sans-serif; border-collapse: collapse; text-align:center; width: 100%; text-decoration:none; } td, th { border: 1px solid #dddddd; text-align: left; padding: 8px; text-align:center; text-decoration:none; } tr:nth-child(even) { background-color: #dddddd; text-align:center; text-decoration:none; } </style> </style> <div class="gallery section py-5"> <div class="container"> <div class="h3-head text-center"> <h3 class="title-1">JOB'S</h3> </div> <div> <div class="row" style="min-height:700px;"> <table style="width:100%"> <tr style=" background-color:#880015; color:white;"> <th>Sr.No</th> <th>Title</th> <th>Attachment</th> <th>Description</th> <th>Apply</th> </tr> <?php $report_details = $db->get_all_job_details(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $images = $report_details[$counter][2]; $description = $report_details[$counter][3]; ?> <tr style="text-align:left;"> <td><?php echo $counter+1; ?></td> <td style="text-align:left;"><?php echo $title; ?></td> <td><a href="gallery/<?php echo $images; ?>" target="_blank"><img src="gallery/<?php echo $images; ?>" height="50px" width="50px"></a></td> <td style="text-align:left;"><?php echo $description; ?></td> <td><a href="apply-for-job.php?apply_id=<?php echo $id;?>" style="color:green; font-weight:bold; text-shadow:1px 1px green;">APPLY</a></td> </tr> <?php $counter++; } } else { ?> <tr> <td colspan="4">No Data Found...</td> </tr> <?php } ?> </table> </div> </div> </div> <?php include('footer.php'); ?>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4