Your IP : 216.73.216.170


Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/
Upload File :
Current File : /home/zqegovsj/www/us3web.haibo.com.cn/beiresthetic/site_map.php

<? include("function.php");
$aa="site_map.html";
$aaa=$lang['words'][35];

$pagekeyword=$lang['words'][35].','.$company['2']; 
$pagekeyword2=$lang['words'][35].', '.$company['2'].', '.$company['1'].','.$company['12']; 
$pagekeyword3=$lang['words'][35].', '.$company['2'].', '.$company['1'].','.$company['12'];

include("head.php");
?><div class="n_main">
<div class="container">
      
<? include("a_left.php");?>

<div class="n_right">
<div class="products">
<div class="products_m clearfix">

<h1 class="p-t-10 p-b-20 dark-color font-bold"><?=$aaa?></h1>

<div class="co-text">
<strong><a href="/index.html" class="link"><?=$lang['words'][70]?></A></strong><br>
<div class="content_sitemap">
<strong><a href="/about.html" class="link"><?=$lang['words'][71]?></A></strong>
</div>
<div class="content_sitemap">
<strong><?=$lang['words'][128]?></strong>
</div>
<div class="content_sitemap_products">
   <? for($i=0;$i<count($producttype);$i++){?>
<UL><LI><a href="/<?=$db->turn_name($producttype[$i][2])?>_supply<?=$producttype[$i][0]?>.html" class="link"><?=$producttype[$i][1]?></a><BR><? 
$producttype2=$db->selectarray("select id,name,name2 from ".$noe_version."_producttypes where level=".$producttype[$i][0]);
while(@$b=mysqli_fetch_row($producttype2)){
?><a href="/<?=$db->turn_name($b[2])?>_supply<?=$b[0]?>.html" class="link2"><?=$b[1]?></a>; 
<? }?>

</LI></UL><? }?>
</div>
<div class="content_sitemap">
<strong><a href="/product.html" class="link"><?=$lang['words'][72]?></a></strong>
</div>
<div class="content_sitemap_products">
<UL><? 
$products=$db->selectarray("select id,name,sn,name2 from ".$noe_version."_products WHERE  member_id='".$id."'  order by id desc");

while(@$prod=mysqli_fetch_row($products)){?> 
<LI><a class="link2" href="/<?=$db->turn_name($prod[3])?>_product<?=$prod[0]?>.html"><?=$prod[1]?>: <?=$prod[2]?></A></LI><? }?></UL>
</div>

<div class="content_sitemap">
<strong><a href="/tag.html" class="link">TAG</a></strong>
</div>
<div class="content_sitemap_products">
<? 
$keywords=$db->selectarray("select name,id,count(id),name3 from ".$noe_version."_keywords where member_id=".$id." group by name order by count(id) desc");
while(@$ky=mysqli_fetch_row($keywords)){
?> 
<a class="link2" href="/<?=$ky[3]?>_manufacturer.html"><?=$ky[0]?> (<?=$ky[2]?>); </A><? }?>
</div>
<? $sections=$db->selectarray("select id,name,name2 from ".$noe_version."_newsection WHERE  member_id='".$id."'  ");
while(@$c=mysqli_fetch_row($sections)){
?>
<div class="content_sitemap"><STRONG><A class=link href="/<?=$db->turn_name($c[2])?>_page<?=$c[0]?>.html"><?=$c[1]?></A></STRONG></div>
<? $section2=$db->selectarray("select id,title,title2 from ".$noe_version."_sectioncontents WHERE  member_id='".$id."' and  type_id= '".$c[0]."'");?><div class="content_sitemap_products"><ul>
<? while(@$rs2=mysqli_fetch_array($section2)){?>
<li><a href="/<?=$db->turn_name($rs2[2])?>_subpage<?=$rs2[0]?>.html" title="<?=$rs2[1]?>"  class="link"><?=$rs2[1]?></a></li>
<? }?>
</ul></div>
<? }?>
<div class="content_sitemap">
<strong><a href="/news.html" class="link"><?=$lang['words'][73]?></a></strong>
</div>
<div class="content_sitemap_products"><ul>
<? $news=$db->selectarray("select id,title,created,type_id,title2  from ".$noe_version."_companynewses WHERE  member_id='".$id."'  ");
while(@$b=mysqli_fetch_row($news)){?>
<li><A class=link2 href="/<?=$db->turn_name($b[4])?>_newsview<?=$b[0]?>.html" ><?=date("Y-m-d",$b[2])?> <?=$b[1]?></a></li>
 <? }?></ul></div>
<div class="content_sitemap">
<strong><A class=link href="/site_map.html"><?=$lang['words'][35]?></A></strong> | 
<a href="/sitemap.xml" target="_blank" class="link"><strong>XML</strong></a>
</div>
<div class="content_sitemap_dow">
<strong><A class=link href="/contact.html"><?=$lang['words'][75]?></A></strong>
</div>  
</div>
</div>


</div>
</div>  

</div>
</div>   
<? include("foot.php");?>