Şuanki Dizin: /home/wwwdreamtechnolo/public_html/qrscandoctor.in/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/qrscandoctor.in/video.php |
<?php include("header.php"); ?> <style> .text-h6h { color:red !important; } </style> <div class="gallery section py-5" > <div class="container"> <div class="h3-head text-center"> <h3 class="title-1">Video</h3> </div> <div> <div class="row" style="min-height:700px;"> <?php $report_details = $db->get_all_video_info(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $video_url = $report_details[$counter][2]; ?> <!-- video section --> <div class="col-md-6 agile-gallery_grid_main" > <div class="video-w3l" data-vide-bg="video/1"> <h2><?php echo $title; ?></h2> <a href="#small-dialog4" class="play-icon popup-with-zoom-anim "> <i class="fas fa-play-circle"></i> </a> <div id="small-dialog4" class="mfp-hide w3ls_small_dialog wthree_pop"> <iframe src="<?php echo $video_url; ?>"></iframe> </div> </div> </div> <?php $counter ++; } } else { ?> <div class="col-md-12 agile-gallery_grid_main"> <div class="gallery-img-grid gallery_grid1 hover14 column"> <div class="gallery_effect"> <a href="images/video.jpg" class="sb" title=""> <figure> <img src="images/video.jpg" alt=" " class="img-fluid" /> </figure> </a> </div> </div> </div> <?php } ?> <!-- //video section --> </div> </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