| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/topsignal/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/topsignal/product.php |
<?php
include("function.php");
$aa='product.html';
$aaa=$lang['words'][72];
$urlsort='product';
$purl=$aa;
$pageh1=$aaa;
$feedbacktit='Online inquire from website';
$topbg='about';
$pagekeyword=$aaa.', '.$company['1'];
$pagekeyword2=$pagekeyword;
$pagekeyword3=$company['12'];
include("head.php");
?>
<section id="content">
<div class="content-wrap pt-0 mt-5">
<div class="container">
<? for($i=0;$i<count($producttype);$i++){?>
<div class="title-block">
<h3><?=$producttype[$i][1]?></h3>
</div>
<div class="row mb-3">
<? $countsubcatetype=$db->selectone("select count(id) from ".$noe_version."_producttypes where level=".$producttype[$i][0]." and member_id=".$id."");
if($countsubcatetype[0]==0) {
?>
<div class="col-sm-6 col-lg-3 col-md-3 mb-3">
<div class="box__ins2">
<a href="/<?=$db->turn_name($producttype[$i][1])?>_supply<?=$producttype[$i][0]?>.html" title="<?=$producttype[$i][1]?>">
<img src="https://<?=$imgprod?>/upload/middle/<?=$producttype[$i][3]?>" style="max-height:200px; width:auto;">
</a>
</div>
<h3 class="font-18px nott mt-3"><a href="/<?=$db->turn_name($producttype[$i][1])?>_supply<?=$producttype[$i][0]?>.html" title="<?=$producttype[$i][1]?>"><?=$producttype[$i][1]?></a></h3>
</div>
<? } else { ?>
<? $subcateprodsql=$db->selectarray("select id,name,name2,img from ".$noe_version."_producttypes where level=".$producttype[$i][0]." order by cpt_range ASC ");
while(@$a=mysqli_fetch_row($subcateprodsql)){
?>
<div class="col-sm-6 col-lg-3 col-md-3 mb-3">
<div class="box__ins2">
<a href="/<?=$db->turn_name($a[4])?>_supply<?=$a[0]?>.html">
<img src="https://<?=$imgprod?>/upload/middle/<?=$a[3]?>" alt="<?=$a[1]?>" title="<?=$a[1]?>" style="max-height:200px; width:auto;">
</a>
</div>
<h3 class="font-18px nott mt-3"><a href="/<?=$db->turn_name($a[4])?>_supply<?=$a[0]?>.html"><?=$a[1]?></a></h3>
</div>
<? }?>
<? }?>
</div>
<? }?>
</div>
</div>
</section>
<? include("foot.php");?>