$!httpInclude.include("/top.htm") $!httpInclude.include("/store_head.htm?store_id=$!{store.id}") #set($banner="$!webPath/resources/style/shop/$!{store.template}/images/banner.jpg") #if($!store.store_banner) #set($banner="$!webPath/$!store.store_banner.path/$!store.store_banner.name") #end
$!httpInclude.include("/store_left.htm?id=$!store.id")

包含“$!{keyword}”搜索结果

#if($!objs.size()>0)
#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
#else
对不起,没有对应商品信息!
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")