<{t}>一张商品图片上传后,会自动生成三张图片,分别出现在商店的三类页面,如下:<{/t}>
<{t}>1:显示在商品列表页、首页商品版块内的图片,我们称为“列表页缩略图”;<{/t}>
<{t}>2:显示在商品详细页内的图片,我们称为“商品页详细图”;<{/t}>
<{t}>3:显示在商品相册页内的图片,我们称为“商品相册图”;<{/t}>

<{t}>三种图片尺寸设定<{/t}>

<{t}>列表页缩略图宽度:<{/t}> <{input type='digits' name='thumbnail_pic_width' value=$thumbnail_pic_width width='30' required='true'}> <{t}>高度:<{/t}> <{input type='digits' name='thumbnail_pic_height' value=$thumbnail_pic_height width='30' required='true'}> <{t}>默认图:<{/t}> <{input type='file' name='default_thumbnail_pic' size='10'}><{if $default_thumbnail_pic}><{t}>查看<{/t}><{/if}>
<{t}>商品页详细图宽度:<{/t}> <{input type='digits' name='small_pic_width' value=$small_pic_width width='30' required='true'}>  <{t}>高度:<{/t}> <{input type='digits' name='small_pic_height' value=$small_pic_height width='30' required='true'}>  <{t}>默认图:<{/t}> <{input type='file' name='default_small_pic' size='10'}><{if $default_small_pic}><{t}>查看<{/t}><{/if}>
<{t}>商品相册图宽度:<{/t}> <{input type='digits' name='big_pic_width' value=$big_pic_width width='30' required='true'}>  高度: <{input type='digits' name='big_pic_height' value=$big_pic_height width='30' required='true'}>  <{t}>默认图:<{/t}> <{input type='file' name='default_big_pic' size='10'}><{if $default_big_pic}><{t}>查看<{/t}><{/if}>
注:如果尺寸设置为0,则显示商品图片原始尺寸。

<{t}>商品页详细图水印设定<{/t}>

<{if $gd_loaded}>
<{t}>是否开启:<{/t}> <{input name="wm_small_enable" type="radio" value=$wm_small_enable options=$enable_options onClick=" switch(this.value){ case '0': $('dt_sy_pic').style.display='none';$('dt_sy_char').style.display='none'; break; case '1': $('dt_sy_pic').style.display='';$('dt_sy_char').style.display='none'; break; case '2': $('dt_sy_pic').style.display='none';$('dt_sy_char').style.display=''; break; }; "}>
style="display:none"<{/if}>>
<{t}>水印图片:<{/t}> <{input type='file' name='wm_small_pic' size='30'}> <{if $wm_small_pic}><{t}>查看<{/t}><{/if}>
<{t}>水印位置:<{/t}> <{input name="wm_small_loc" type="select" value=$wm_small_loc options=$wm_pos_options}> 
<{t}>图片水印透明度:<{/t}> <{input name="wm_small_transition" type="text" size=5 value=$wm_small_transition}><{t}> (透明度请设置为0-100之间的数字,0代表完全透明,100代表不透明。)<{/t}>
style="display:none"<{/if}>>
<{t}>水印文字:<{/t}> <{input name="wm_small_text" type="text" size="60" value=$wm_small_text}> 
<{t}>水印文字字体:<{/t}> <{input name="wm_small_font" type="select" value=$wm_small_font options=$wm_font_options}> <{if !$wm_font_options}> <{t}>请把所需的字体文件上传到网店服务器根目录下的/public/font文件夹中,字体文件位于本机C:\WINDOWS\Fonts下,例如文件SimSun.ttc表示宋体。<{/t}><{/if}>
<{t}>水印文字字体大小:<{/t}> <{input name="wm_small_font_size" type="text" size=5 value=$wm_small_font_size}> 
<{t}>水印文字颜色:<{/t}> <{input name="wm_small_font_color" type="color" value=$wm_small_font_color|default:"default"}> 
<{else}> 您的服务器未加载GD或imagemagick模块,无法使用水印功能。 <{/if}>
<{t}>查看效果<{/t}>

<{t}>商品相册图水印设定<{/t}>

<{if $gd_loaded}>
<{t}>是否开启:<{/t}> <{input name="wm_big_enable" type="radio" value=$wm_big_enable options=$enable_options onClick="if(this.value==0){ $('goods_sy_pic').style.display='none';$('goods_sy_char').style.display='none'; };if(this.value==1){ $('goods_sy_pic').style.display='';$('goods_sy_char').style.display='none'; }; if(this.value==2){ $('goods_sy_pic').style.display='none';$('goods_sy_char').style.display=''; }; "}>
style="display:none"<{/if}>>
<{t}>图片水印图片:<{/t}> <{input type='file' name='wm_big_pic' size='30'}> <{if $wm_big_pic}><{t}>查看<{/t}><{/if}>
<{t}>水印位置:<{/t}> <{input name="wm_big_loc" type="select" value=$wm_big_loc options=$wm_pos_options}>
<{t}>图片水印透明度:<{/t}> <{input name="wm_big_transition" type="text" size=5 value=$wm_big_transition}><{t}> (透明度请设置为0-100之间的数字,0代表完全透明,100代表不透明。)<{/t}>
style="display:none"<{/if}>>
<{t}>水印文字:<{/t}> <{input name="wm_big_text" type="text" size="60" value=$wm_big_text}>
<{t}>水印文字字体:<{/t}> <{input name="wm_big_font" type="select" value=$wm_big_font options=$wm_font_options}> <{if !$wm_font_options}> <{t}>请把所需的字体文件上传到网店服务器根目录下的/public/font文件夹中,字体文件位于本机C:\WINDOWS\Fonts下,例如文件SimSun.ttc表示宋体。<{/t}><{/if}>
<{t}>水印文字字体大小:<{/t}> <{input name="wm_big_font_size" type="text" size=5 value=$wm_big_font_size}>
<{t}>水印文字颜色:<{/t}> <{input name="wm_big_font_color" type="color" value=$wm_big_font_color|default:'default'}>
<{else}> 您的服务器未加载GD或imagemagick模块,无法使用水印功能。
<{/if}>
<{t}>查看效果<{/t}>