| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/a_left.php |
<div id="main" class="n_left penci-main-sticky-sidebar">
<div class="theiaStickySidebar">
<div class="modules">
<section class="block left_nav">
<div class="unfold nav_h4">Product categories</div>
<div class="toggle_content clearfix">
<ul class="mtree">
<? for($i=0;$i<count($producttype);$i++){?>
<li class="<? if ($producttype[$i][0]==$pcateid) {?>active<? }?> clearfix"><span></span><h2><a href="/<?=$db->turn_name($producttype[$i][2])?>_supply<?=$producttype[$i][0]?>.html" title="<?=$producttype[$i][1]?>"><?=$producttype[$i][1]?></a></h2>
<ul>
<? $subcatesql=$db->selectarray("select id,name,name2,img from ".$noe_version."_producttypes where level=".$producttype[$i][0]." and member_id=".$id." order by cpt_range ASC");
while(@$subcate=mysqli_fetch_row($subcatesql)){ ?>
<li><span></span><h2><a href="/<?=$db->turn_name($subcate[2])?>_supply<?=$subcate[0]?>.html" title="<?=$subcate[1]?>"><?=$subcate[1]?></a></h2>
</li>
<? }?>
</ul>
</li>
<? }?>
</ul>
</div>
<script type="text/javascript" src="/js/mtree.js"></script>
</section>
<div class="left-adv clearfix hidden-xs" style="background-image:url(pic/left-bg.jpg)">
<div class="ovrly"></div>
<div class="main">
<a rel="nofollow" class="video_button" href="/contact.html">
<i><img src="/pic/email_ico.png" alt=""></i>
<span class="line-video-animation line-video-1"></span>
<span class="line-video-animation line-video-2"></span>
<span class="line-video-animation line-video-3"></span>
</a>
<div class="text">You can contact us any way that is convenient for you. We are available 24/7 via email or telephone.</div>
<span class="main_more"><a href="/contact.html" class="my_more1">Contact Us</a></span>
</div>
</div>
<section class="hot_left hidden_mob">
<div class="left_h4">hot Products</div>
<div class="clearfix">
<ul>
<? if($product_count[0]==0){
$hotproductsql=$db->selectarray("select id,name,sn,picture,name2,price from ".$noe_version."_products where member_id=".$id." order by id desc limit 0,5");
} else {
$hotproductsql=$db->selectarray("select id,name,sn,picture,name2,price from ".$noe_version."_products where state='1' and member_id=".$id." order by ep_range limit 0,5");
}
?><? while(@$hotproduct=mysqli_fetch_row($hotproductsql)){?>
<li>
<div class="li clearfix">
<a class="img" href="/<?=$db->turn_name($hotproduct[4])?>_product<?=$hotproduct[0]?>.html"><img id="product_detail_img" alt="<?=$hotproduct[1]?>" src="https://<?=$imgprod?>/upload/middle/<?=$hotproduct[3]?>" /></a>
<div class="h4"><a href="/<?=$db->turn_name($hotproduct[4])?>_product<?=$hotproduct[0]?>.html"><?=$hotproduct[1]?></a></div>
<a href="/<?=$db->turn_name($hotproduct[4])?>_product<?=$hotproduct[0]?>.html" class="more">Learn More<i class="fa fa-caret-right"></i></a>
</div>
</li>
<? }?>
</ul>
</div>
</section>
</div>
</div>
</div>