X7ROOT File Manager
Current Path:
/home/jeyam/public_html
home
/
jeyam
/
public_html
/
📁
..
📄
.htaccess
(63 B)
📁
34d6b3b3
📄
MELARA_RfZtOnHN.php
(6.48 KB)
📁
_errorpages
📄
about.php
(4.23 KB)
📄
admin.php
(4.23 KB)
📄
arwewu.php
(3.89 KB)
📁
assets
📄
contact.php
(4.76 KB)
📄
d1tcrk.php
(3.89 KB)
📄
efamp6.php
(4.7 KB)
📄
footer.php
(19.69 KB)
📄
gallery.php
(8.79 KB)
📄
header.php
(13.7 KB)
📄
index.php
(13.25 KB)
📁
ktgadmin
📁
roofing
📄
roofing.php
(5.13 KB)
📄
services.php
(4.2 KB)
📄
steels.php
(5.13 KB)
📄
style.css
(1.02 KB)
📁
uploads
📄
v3nx3j.php
(1.4 KB)
📄
videos.php
(2.76 KB)
📄
wpzrxs.php
(3.89 KB)
Editing: steels.php
<?php include('header.php'); ?> <link rel="stylesheet" href="assets/css/jquery.tabs.css" type="text/css" media="all"> <style> .service-menu-box ul li a:after{ background: #fa9928; } </style> <!--Start breadcrumb area--> <section class="breadcrumb-area" style="background-image: url(assets/images/breadcrumb/breadcrumb-1.jpg);padding: 50px 0 50px;"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="inner-content clearfix"> <div class="title wow slideInDown animated" data-wow-delay="0.3s" data-wow-duration="1500ms"> <h1 style="font-size: 55px;color: #fff">JEYAM STEELS</h1> </div> <div class="breadcrumb-menu wow slideInUp animated" data-wow-delay="0.3s" data-wow-duration="1500ms"> <ul class="clearfix"> <li><a href="index.php">Home</a></li> <li><i class="fa fa-angle-double-right" aria-hidden="true"></i></li> <li class="active">Products</li> </ul> </div> </div> </div> </div> </div> </section> <!--End breadcrumb area--> <!--Start Services Single Area--> <section id="service-single-area" style="padding: 50px 0 100px;"> <div class="container"> <div class="row"> <div class="jq-tab-wrapper row" id="verticalTab"> <div class="col-lg-3 col-sm-12 order-1 order-lg-1" style="padding-left:0"> <div class="jq-tab-menu"> <?php $sql="select * from tbl_steels where delete_status='NDL' and `gal_cat_id`='".$_GET['id']."' order by gal_cat_id asc"; $exec_sql=mysqli_query($conn,$sql); $i=1; while($sql_view_fetch=mysqli_fetch_array($exec_sql)){ ?> <div <?php if($i==1){ ?> class="jq-tab-title active" <?php }else{ ?> class="jq-tab-title" <?php } ?> data-tab="<?php echo $i; ?>"><?php echo $sql_view_fetch['title']; ?></div> <?php $i++; } ?> </div> </div> <div class="col-lg-9 col-sm-12 order-2 order-lg-2"> <div class="jq-tab-content-wrapper" > <?php $pql="select * from tbl_steels where delete_status='NDL' and `gal_cat_id`='".$_GET['id']."'"; $resul1 = $conn->query($pql); $j=1; while($row = $resul1->fetch_assoc()) { ?> <div <?php if($j==1){ ?> class="jq-tab-content active" <?php }else{ ?> class="jq-tab-content" <?php } ?> data-tab="<?php echo $j; ?>"> <div data-lightbox="gallery" class="row"> <div class="col-lg-8"> <div class="text-box" style="padding-top: 50px;"> <h2 style="font-family: 'Flaticon';color: #c96c00;font-weight: 900;"><?php echo $row['title']; ?></h2><br> <p><?php echo $row['descp']; ?></p> </div> </div> <div class="col-lg-4" style="padding-top: 10px;"> <div class="single-project-style1"> <div class="img-holder"> <div class="inner"> <img src="ktgadmin/userdata/images/steels/<?php echo $row['imgname']; ?>" style="height: 250px;width: 100%;object-fit:cover;padding-top: 50px;" alt="Awesome Image"> <div class="overlay-style-one bg1"> <div class="box"> <div class="content"> <div class="zoom-button"> <a class="lightbox-image" data-fancybox="gallery" href="ktgadmin/userdata/images/steels/<?php echo $row['imgname']; ?>"> <img src="assets/images/icon/zoom.png" alt="Zoom Icon"> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php $j++; } ?> </div> </div> </div> </div> </div> </section> <!--End Services Single Area--> <style> .jq-tab-menu .jq-tab-title{ background-color:#fff; border-right: 1px solid #eeeeee; border-left: .1875rem solid #dddddd; font-weight:bold; font-size: .9375rem; } .jq-tab-menu .jq-tab-title:hover, .jq-tab-menu .jq-tab-title.active{ color:#fff; font-weight:bold; border-left: .1875rem solid #e82c0c; background-color:#f99828; } .jq-tab-content{ padding:0 } .grid-layout{ overflow: visible; } .mfp-title{ text-align: center; } button.btn.btn-white, button.btn.btn-light, .btn:not(.close):not(.mfp-close).btn-white, .btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-white, a.btn:not([href]):not([tabindex]).btn-light{ background-color: none; } button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){ background-color: none; padding: 0px; } </style> <!--Start footer area--> <?php include('footer.php'); ?> <script src="assets/js/jquery.tabs.min.js"></script> <script> $(function () { $('#verticalTab').jqTabs(); $('#horizontalTab').jqTabs({direction: 'horizontal', duration: 200}); }); </script>
Upload File
Create Folder