$!httpInclude.include("/top.htm") $!httpInclude.include("/head.htm?type=$!type") #if($gc.level == 1 || $gc.level == 2 ) $!httpInclude.include("/nav_shopping.htm?navId=$!{gc.parent.id}") #else $!httpInclude.include("/nav_shopping.htm?navId=$!{gc.id}") #end
当前位置:首页>商品分类 > #if($!gc.parent.parent)$!{gc.parent.parent.className} > #end #if($!gc.parent)$!{gc.parent.className} > #end$!gc.className
#foreach($obja in $!showGoods)
    #set($j=0) #foreach($child in $obja.navMini.childs) #set($j=$j+1) #if($j<6)
  • $!{child.className}
  • #end #end
    #set($i=0) #set($j=0) #foreach($da in $obja.data) #set($j=$j+1) #if($j<8) #if($!da.goods_main_photo) #set($img="$!imageWebServer/$!{da.goods_main_photo.path}/$!{da.goods_main_photo.name}") #else #set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end #set($goods_url="$!webPath/goods_$!{da.id}.htm") #if($!config.second_domain_open) #set($goods_url="http://$!{da.goods_store.store_second_domain}.$!{domainPath}/goods_$!{da.id}.htm") #end #if($j == 1)
  • #else
  • #end #end #end
#end
$!httpInclude.include("/footer.htm")