| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?
- include("../../../../config/conn.php");
- include("../../../../config/function.php");
- ?>
- <? if($ty1id==751 or $row[ty1id]==752 or $row[ty1id]==753 or $row[ty1id]==754 or $row[ty1id]==755 or $row[ty1id]==756 ){?>
- <div class="bfb bfbtop1">
- <div class="yjcode">
- <div class="top1">
- <h1 class="logo"><a href="<?=weburl?>"><img alt="<?=webname?>" border="0" src="<?=weburl?>img/logo.png" /></a></h1>
-
- <form name="topf1" method="post" onSubmit="return topftj()">
- <ul class="u1">
-
- <li class="l2"><input name="topt" id="topt" type="text" /></li>
- <li class="l3"><input type="image" src="<?=weburl?>homeimg/btn1.gif" /></li>
- </ul>
- </form>
-
- <div class="sqkd">
-
- <a href="/user/openshop3.php" class="sell_btn"><img src="/wd/img/chushou.png" width="18px" height="18px"><span style="color:#e62129;">我要出售</span></a>
- <a href="/wd/product/" class="buy_btn"><img src="/wd/img/maidian.png" width="18px" height="18px"><span style="color:#ff7e00;">我要买店</span></a>
- </div>
- <div class="menu fontyh">
- <!--左B-->
- <? $ai=returncount("yjcode_type where admin=1");?>
- <span id="typeallnum" style="display:none;"><?=$ai?></span>
- <div class="m1" onmouseover="leftmenuover()" onmouseout="leftmenuout()">
- <span class="t">全部分类</span>
- <!--主导航下拉开始-->
- <div class="menun fontyh" id="leftmenu" style="display:none;">
- <!--商品B-->
- <?
- while3("*","yjcode_ad where zt=0 and adbh='gao_02' order by xh asc");
- $i=1;while1("*","yjcode_type where admin=1 order by xh asc");while($row1=mysql_fetch_array($res1)){
- $row3=mysql_fetch_array($res3);
- ?>
- <div class="menu1" id="yhmenu<?=$i?>" onmouseover="yhmenuover(<?=$i?>)" onmouseout="yhmenuout(<?=$i?>)">
- <div class="lu1"><a href="<?=weburl?>product/search_j<?=$row1[id]?>v.html"><span class="s0"><img src="<?=weburl?>gg/<?=$row3[bh].".".$row3[jpggif]?>" /></span><span class="s1"><?=$row1[type1]?></span><span class="s2"><img src="<?=weburl?>homeimg/mj.png" /></span></a></div>
- <div class="rmenu rmenu1" style="display:none;margin-top:-<?=50*$i-1?>px;" id="rmenu<?=$i?>">
- <? while2("*","yjcode_type where type1='".$row1[type1]."' and admin=2 order by xh asc");while($row2=mysql_fetch_array($res2)){?>
- <ul class="ru1">
- <li class="l1"><a href="<?=weburl?>product/search_j<?=$row1[id]?>v_k<?=$row2[id]?>v.html"><?=$row2[type2]?></a></li>
- <li class="l2">
- <?
- $ys=0;
- $sqla="select * from yjcode_type where type1='".$row1[type1]."' and type2='".$row2[type2]."' and admin=3 order by xh asc";mysql_query("SET NAMES 'GBK'");
- $resa=mysql_query($sqla);while($rowa=mysql_fetch_array($resa)){
- $a="";
- $ys++;if($ys<=2){$a="ays";}
- ?>
- <a href="<?=weburl?>product/search_j<?=$row1[id]?>v_k<?=$row2[id]?>v_m<?=$rowa[id]?>v.html" class="<?=$a?>"><?=$rowa[type3]?></a> |
- <? }?>
- <a href="<?=weburl?>product/search_j<?=$row1[id]?>v_k<?=$row2[id]?>v.html">更多</a>
- </li>
- </ul>
- <? }?>
- </div>
- </div>
- <? $i++;}?>
- <!--商品E-->
- </div>
- <!--主导航下拉结束-->
- </div>
- <!--左E-->
- <div class="m2">
- <a href="<?=weburl?>" id="topmenu1">网店首页</a>
- <? while1("*","yjcode_ad where adbh='ADI02' and type1='文字' order by xh asc");while($row1=mysql_fetch_array($res1)){?>
- <a href="<?=$row1[aurl]?>"><?=$row1[tit]?></a>
- <? }?>
- </div>
- </div>
-
- </div>
- </div>
- </div>
- <?}?>
|