Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ apptech-resource.com.bd/ |
|
<?php include 'header.php';?> <?php $sql_pro=mysql_fetch_array(mysql_query("SELECT * FROM $page_table WHERE `id`= '$Pid'")); ?> <div class="clear"></div> <div class="page_title"> <div class="container"><?=$Pages;?></div> </div> <div class="container" style="padding: 0px"> <style> .footerM{-webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;} .footerM a{color: #000; font-size: 16px; font-family: Raleway; line-height: 28px} .footerM a:hover{color: #cc0000; text-decoration: none} </style> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="font-size: 15px; font-family: Raleway"> <BR><BR> <div style="font-size: 24px; font-family: Raleway; margin: 5px 0 10px 0"><?=$sql_pro['title'];?></div> <hr /> <img src="<?=$IMGLoc.$sql_pro['image'];?>" style="font-family: SolaimanLipi; font-size: 16px; margin: 0 14px 14px 0px;" alt="" align="left" border="0px"> <span style="font-weight: normal;"> <?=$sql_pro['description'];?> </span> <div> <span style="font-weight: normal;"> <span> <a href="<?=$IMGLoc.$sql_pro['image_2'];?>" target="_blank" style="font-size: 18px; color: rgb(2, 105, 181);" title="Download">Catalog </a> </span> </span> </div> </div> <div class="clear" style="margin: 0 0 50px 0"></div> <h3 style="color: #2b3652; font-family: Raleway; border-bottom: 2px dotted #dddddd; padding: 0 0 5px 0;font-size: 16px;"> Production Output</h3> <!-- Production Output Start --> <?php $sql_pro=mysql_query("SELECT * FROM $page_table WHERE `title` = '$sql_pro[title]' and id !='$Pid' and post_position ='Production Output' ORDER BY `id` DESC"); while($row_pro=mysql_fetch_array($sql_pro)){ ?> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center" style="padding-left: 0;"> <figure class="cap-bot"> <img src="<?=$IMGLoc.$row_pro['image'];?>" style="width: 100%; height: 250px; border: 1px solid #ddd; border-radius: 10px"> </figure> <div class="clear" style="margin: 0 0 25px 0"></div> </div> <?php } ?> <!-- Production Output End --> <div class="clear" style="margin: 0 0 50px 0"></div> <br><br><br> <br><br><br> <h3 style="color: #2b3652; font-family: Raleway; border-bottom: 2px dotted #dddddd; padding: 0 0 5px 0;font-size: 16px;">Related ProductsS</h3> <!-- Related Products Start --> <?php $sql_pro=mysql_query("SELECT * FROM $page_table WHERE `content_pages_name` = '$Pages' and id !='$Pid' and post_position !='Production Output' ORDER BY `id` DESC"); while($row_pro=mysql_fetch_array($sql_pro)){ ?> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 center" style="padding-left: 0;"> <figure class="cap-bot"><a href="details.php?Pid=<?=$row_pro['id'];?>&page=<?=$Pages;?>"><figcaption><?=$row_pro['title'];?></figcaption></a> <img src="<?=$IMGLoc.$row_pro['image'];?>" style="width: 100%; height: 250px; border: 1px solid #ddd; border-radius: 10px"> </figure> <div class="clear" style="margin: 0 0 25px 0"></div> </div><div class="" style="margin: 0 0 0 0"></div> <?php } ?> <!-- Realted Products End --> <div class="clear" style="margin: 0 0 50px 0"></div> </div> <?php include 'footer.php';?>