| <{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}> |
| <{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; }; "}> |
|---|
| <{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}> |
| <{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}>水印文字字体大小:<{/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"}> |
| <{t}>查看效果<{/t}> |
| <{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=''; }; "}> |
|---|
| <{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}> | ||
| <{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}>水印文字字体大小:<{/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'}> |
| <{t}>查看效果<{/t}> |