<{uploader button_text="上传新图片"}>
<{t}>商品列表页图片设置<{/t}>
<{if $goods.udfimg}>
<{input id="udfimg" name="goods[udfimg]" type="hidden" value=$goods.udfimg}>
<{else}>
<{input id="udfimg" name="goods[udfimg]" type="hidden" value="false"}>
<{/if}>
<{input name="goods[db_thumbnail_pic]" type="hidden" value=$goods.thumbnail_pic}>
<{input name="goods[db_small_pic]" type="hidden" value=$goods.small_pic}>
<{input name="goods[db_big_pic]" type="hidden" value=$goods.big_pic}>
注:列表页商品图片默认由系统自动生成.您也可以上传一张商品图片来覆盖默认的.
<{t}>单独上传:<{/t}>
<{input name="goods_thumbnail_pic" type="file" size='9' onmouseover="this.title=this.value"}>
<{t}>当前缩略图浏览:<{/t}><{input type='viewIMG' value=$goods.thumbnail_pic|gimage:'thumbnail'}>
<{if $goods.image_default}>
<{if $goods.small_pic}>
<{else}>
<{/if}>
<{else}>
<{t}>此处显示商品页默认图片<{/t}>
<{t}>[您还未上传商品图片!]<{/t}>
<{/if}>
<{if $goods.gimages}>
<{foreach from=$goods.gimages item=gimage}>
<{include file="product/gimage.html"}>
<{/foreach}>
<{/if}>
<{/if}>