| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/site_map.php |
<?php include("function.php");
$sql="select id,name,sn from ".$noe_version."_products";
$products=$db->selectarray($sql);
$products=$db->toarray($products);
$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");
?>
<section class="section-70 section-md-114">
<div class="shell">
<div class="range">
<div class="cell-sm-12 text-left">
<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>
<?php $sections=$db->selectarray("select id,name from ".$noe_version."_newsection");
while(@$c=mysql_fetch_row($sections)){
?>
<div class="content_sitemap"><STRONG><A class=link href="page_<?=$c[0]?>_<?=$db->turn_name($c[1])?>.html"><?=$c[1]?></A></STRONG></div>
<?php $section2=$db->selectarray("select id,title,content from ".$noe_version."_sectioncontents where type_id= '".$c[0]."'");?><div class="content_sitemap_products"><ul>
<?php while(@$rs2=mysql_fetch_array($section2)){?>
<li><a href="subpage_<?=$c[0]?>_<?=$rs2[0]?>_<?=$db->turn_name($rs2[1])?>.html" title="<?=$rs2[1]?>" class="link"><?=$rs2[1]?></a></li>
<?php }?>
</ul></div>
<?php }?>
<div class="content_sitemap">
<strong><a href="news.html" class="link"><?=$lang['words'][73]?></a></strong>
</div>
<div class="content_sitemap_products"><ul>
<?php $news=$db->selectarray("select id,title,created,type_id from ".$noe_version."_companynewses");
while(@$b=mysql_fetch_row($news)){?>
<li><A class=link2 href="newsview_<?=$b[0]?>_<?=$db->turn_name($b[1])?>.html" ><?=date("Y-m-d",$b[2])?> <?=$b[1]?></a></li>
<?php }?></ul></div>
<div class="content_sitemap">
<strong><?=$lang['words'][128]?></strong>
</div>
<div class="content_sitemap_products">
<?php for($i=0;$i<count($producttype);$i++){?>
<UL><LI><a href="category_<?=$producttype[$i][0]?>_<?=$db->turn_name($producttype[$i][1])?>.html" class="link"><?=$producttype[$i][1]?></a><BR><?php
$producttype2=$db->selectarray("select id,name from ".$noe_version."_producttypes where level=".$producttype[$i][0]);
while(@$b=mysql_fetch_row($producttype2)){echo '| ';
?><a href="category_<?=$b[0]?>_<?=$db->turn_name($b[1])?>.html" class="link2"><?=$b[1]?></a><?php }?></LI></UL><?php }?>
</div>
<div class="content_sitemap">
<strong><a href="product.html" class="link"><?=$lang['words'][72]?></a></strong>
</div>
<div class="content_sitemap_products">
<UL><?php $j=0;for($i=0;$i<count($products);$i++){?>
<LI><a class="link2" href="product_<?=$products[$i][0]?>_<?=$db->turn_name($products[$i][1])?>.html"><?=$products[$i][1]?>: <?=$products[$i][2]?></A><br> <?php $keywords=$db->selectarray("select id,name from ".$noe_version."_keywords where product_id=".$products[$i][0]);
while(@$d=mysql_fetch_row($keywords)){ ?><a class="link2" href="manufacturer_<?=$db->turn_name($d[1])?>_<?=$d[0]?>.html"><?=$d[1]?></a> ; <?php $j++;if($j%8==0){?><br><?php } } }?></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">
<strong><a href="link.html" class="link">Links</a></strong>
</div>
<div class="content_sitemap_dow">
<strong><A class=link href="contact.html"><?=$lang['words'][75]?></A></strong>
</div>
</div>
</div>
</div>
</section>
<?php include("foot.php");
?>