Your IP : 216.73.216.34


Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/a1creathtml/
Upload File :
Current File : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/a1creathtml/tohtml-nav.php

<?php if ($_GET['code']=='w2_,h2y8W3F2F23fdY^u'){
ob_start();
include("../function.php");
?><ul class="rd-navbar-nav">
					<li ><a href="index.html"><?=$lang['words'][70]?></a></li>
                      <li ><a href="product.html"><?=$lang['words'][72]?></a>
					  
<div class="rd-navbar-megamenu">
                          <div class="row section-relative">
                            
							<?php for($i=0;$i<count($producttype);$i++){?>
							<ul class="col-md-4">
                              <li class="tabs-nav">
                                <h6><a href="category_<?=$producttype[$i][0]?>_<?=$db->turn_name($producttype[$i][1])?>.html" title="<?=$producttype[$i][1]?>" ><?=$producttype[$i][1]?></a></h6>
                                <?php $tj = $db->selectone("select count(id) from ".$noe_version."_producttypes where level=".$producttype[$i][0]);
?><?php if (($tj[0])!=='0') { ?>
<ul class="list-unstyled offset-lg-top-20">
                                  <?php 
$producttype2=$db->selectarray("select id,name from ".$noe_version."_producttypes where level=".$producttype[$i][0]." order by cpt_range ASC");
while(@$b=mysqli_fetch_row($producttype2)){
?><li><a href="category_<?=$b[0]?>_<?=$db->turn_name($b[1])?>.html" title="<?=$b[1]?>"><?=$b[1]?></a></li>
<?php }?>
                                </ul><?php }?>
                              </li>
                            </ul>
                            <?php }?>
                          </div>
                        </div>
                        					
</li>


<li ><a href="about.html"><?=$lang['words'][71]?></a></li>
		  
<li ><a href="page_2597_certificate.html">Certificate</a></li>
<li ><a href="page_2598_our-workshops.html">Our Workshops</a></li>
<li ><a href="download.html">Download</a></li>
<li ><a href="contact.html"><?=$lang['words'][75]?></a></li>
                    </ul>
<?php 
$content = ob_get_contents();
$fp = '../nav.php';
$fp = fopen($fp, "w");
fwrite($fp, $content);
fclose($fp);
}
echo "<script language=\"javascript\">window.open('tohtml-footnav.php?code=$_GET[code]','_self');</script>";
?>