$!httpInclude.include("/top.htm")
$!httpInclude.include("/head.htm") $!httpInclude.include("/nav1.htm")

当前位置:首页 > 所有品牌 > $!gb.name

#if($!objs.size()>0)
#foreach($obj in $objs) #end
#else
对不起,没有对应的数据!
#end
$!gotoPageFormHTML

推荐品牌

    #foreach($gb in $gbs)
  • #end

明星店铺

#foreach($star_store in $storeViewTools.query_recommend_store(2))
#if($!{star_store.store_logo}) #set($img="$!imageWebServer/$!{star_store.store_logo.path}/$!{star_store.store_logo.name}") #else #set($img="$!imageWebServer/$!config.storeImage.path/$!config.storeImage.name") #end
  • $!CommUtil.substring("$!{star_store.store_name}",10)
  • 店主:$!{star_store.store_ower}
  • 商品:$!{star_store.goods_list.size()}
  • #set($credit=$!storeViewTools.generic_store_credit("$!star_store.id")) #set($credit_img="$!webPath/resources/style/common/images/level_0.gif") #if($credit<10 && $credit>0) #set($credit=${credit} / 2) #set($credit=$credit+1) #end #if($credit>=20) #set($credit_img="$!webPath/resources/style/common/images/level_2.gif") #set($credit=($credit - 20)/2) #set($credit=$credit+1) #end #if($credit>=10) #set($credit_img="$!webPath/resources/style/common/images/level_1.gif") #set($credit=($credit - 10)/2) #set($credit=$credit+1) #end #if($credit>5)#set($credit=5)#end
  • #if($!credit==0)无 #else #foreach($count in [1..$!credit])#end #end
#end
$!httpInclude.include("/footer.htm")