ok
Direktori : /home/importfo/public_html/anantamultispecialityhospital.in/ |
Current File : /home/importfo/public_html/anantamultispecialityhospital.in/services_detail.php |
<?php include ("admin/config.php");?> <!DOCTYPE html> <!-- MedService - Medical & Medical Health Landing Page Template design by Jthemes --> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!-- Mirrored from jthemes.net/themes/html/medservices/files/single-post.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 31 Oct 2023 04:25:23 GMT --> <?php include 'top.php' ?> <body> <!-- PAGE CONTENT ============================================= --> <div id="page" class="page"> <?php include 'header.php' ?> <!-- BREADCRUMB ============================================= --> <div id="breadcrumb" class="division" style="height:300px;"> <div class="container"> <div class="row"> <div class="col"> <div class="breadcrumb-holder"> <!-- Breadcrumb Nav --> <nav aria-label="breadcrumb"> <ol class="breadcrumb" style="padding:63px;"> <li class="breadcrumb-item"><a href="index.php" style="color:white;">Home</a></li> <li class="breadcrumb-item"><a href="#" style="color:white;">Our Services</a></li> </ol> </nav> <!-- Title --> <h4 class="h4-sm steelblue-color">Services Detail</h4> </div> </div> </div> <!-- End row --> </div> <!-- End container --> </div> <!-- END BREADCRUMB --> <!-- BLOG PAGE CONTENT ============================================= --> <div id="single-blog-page" class="wide-100 blog-page-section division"> <div class="container"> <div class="row"> <?php if(isset($_GET['slug'])) { $slug=$_GET['slug']; } else { $slug=0; } $sql="SELECT * from parts where p_id='$slug' " ; $res=mysqli_query($db,$sql); $row=mysqli_fetch_array($res); @$img=$row['parts_image']; @$short_desc=$row['short_desc']; @$desc=$row['desc']; ?> <!-- SINGLE POST --> <div class="col-lg-8"> <div class="single-blog-post pr-30"> <!-- BLOG POST IMAGE --> <div class="blog-post-img mb-40"> <img class="img-fluid" src="admin/upload/<?php echo $row['parts_image']; ?>" alt="blog-post-image" /> </div> <!-- BLOG POST TEXT --> <div class="sblog-post-txt"> <!-- Post Title --> <h4 class="h4-lg steelblue-color"><?php echo $row ['short_desc']; ?></h4> <!-- Post Data --> <p><?php echo $row ['desc']; ?> </p> <!-- Small Title --> </div> <!-- END BLOG POST TEXT --> <!-- POST COMMENTS --> <div class="single-post-comments"> <!-- Title --> <!-- COMMENT #1 --> <hr /> </div> <!--END POST COMMENTS --> </div> </div> <!-- END SINGLE POST --> <!-- SIDEBAR --> <aside id="sidebar" class="col-lg-4"> <!-- BLOG CATEGORIES --> <div class="blog-categories sidebar-div mb-50"> <!-- Title --> <h5 class="h5-sm steelblue-color">Our Services</h5> <ul class="blog-category-list clearfix"> <?php $sql="SELECT * from parts"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <li><a href="services_detail.php?slug=<?php echo $row['p_id']; ?>">➡ <?php echo $row['short_desc']; ?></a></li> <?php }?> </ul> </div> </aside> <!-- END SIDEBAR --> </div> <!-- End row --> </div> <!-- End container --> </div> <!-- END BLOG PAGE CONTENT --> <?php include 'f.php' ?> </div> <!-- END PAGE CONTENT --> <?php include 'wh.php' ?> <!-- EXTERNAL SCRIPTS ============================================= --> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/modernizr.custom.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery.appear.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/menu.js"></script> <script src="js/sticky.js"></script> <script src="js/jquery.scrollto.js"></script> <script src="js/materialize.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/isotope.pkgd.min.js"></script> <script src="js/hero-form.js"></script> <script src="js/contact-form.js"></script> <script src="js/comment-form.js"></script> <script src="js/appointment-form.js"></script> <script src="js/jquery.datetimepicker.full.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/wow.js"></script> <!-- Custom Script --> <script src="js/custom.js"></script> <script> new WOW().init(); </script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. --> <!-- [if lt IE 9]> <script src="js/html5shiv.js" type="text/javascript"></script> <script src="js/respond.min.js" type="text/javascript"></script> <![endif] --> <!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. --> <!-- <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> --> <!-- End Google Analytics --> <script src="js/changer.js"></script> <script defer src="js/styleswitch.js"></script> </body> <!-- Mirrored from jthemes.net/themes/html/medservices/files/single-post.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 31 Oct 2023 04:25:24 GMT --> </html>