$!httpInclude.include("/top.htm") $!httpInclude.include("/head.htm") $!httpInclude.include("/nav_shopping.htm")
$!httpInclude.include("/store_left.htm?id=$!store.id")
#if($!ugc)#set($title="$!ugc.className")#end #if($!recommend=="true")#set($title="推荐商品")#end

$!title

排序: 价格: ~
#if($!objs)
#foreach($goods in $objs) #if($!goods.goods_main_photo) #set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}") #else #set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end #end
$!gotoPageFormHTML
#else
对不起,没有对应商品信息!
#end
$!httpInclude.include("/footer.htm")