<{t}>三种图片尺寸设定<{/t}> | <{help docid="66" type="link"}><{t}>点击查看图片设置帮助<{/t}><{/help}> |
<{t}>列表页缩略图 <{/t}> | <{t}>宽度:<{/t}><{input type='digits' name='thumbnail_pic_width' id='thumbnail_pic_width' value=$thumbnail_pic_width style="width:40px" required='true'}> <{t}>高度:<{/t}> <{input type='digits' name='thumbnail_pic_height' id='thumbnail_pic_height' value=$thumbnail_pic_height style="width:40px" required='true'}> <{t}>预览<{/t}> | <{t}>缺省图:<{/t}> | <{input type='file' name='default_thumbnail_pic' size='10'}><{if $default_thumbnail_pic}><{t}>查看<{/t}><{/if}> |
---|---|---|---|
<{t}>商品页详细图 <{/t}> | <{t}>宽度:<{/t}><{input type='digits' name='small_pic_width' id='small_pic_width' value=$small_pic_width style="width:40px" required='true'}> <{t}>高度:<{/t}> <{input type='digits' name='small_pic_height' id='small_pic_height' value=$small_pic_height style="width:40px" required='true'}> <{t}>预览<{/t}> | <{t}>缺省图:<{/t}> | <{input type='file' name='default_small_pic' size='10'}><{if $default_small_pic}><{t}>查看<{/t}><{/if}> |
<{t}>商品相册图 <{/t}> | <{t}>宽度:<{/t}><{input type='digits' name='big_pic_width' id='big_pic_width' value=$big_pic_width style="width:40px" required='true'}> 高度: <{input type='digits' name='big_pic_height' id='big_pic_height' value=$big_pic_height style="width:40px" required='true'}> <{t}>预览<{/t}> | <{t}>缺省图:<{/t}> | <{input type='file' name='default_big_pic' size='10'}><{if $default_big_pic}><{t}>查看<{/t}><{/if}> |
<{t}>商品页详细图水印设定<{/t}> | <{help docid="67" type="link"}><{t}>点击查看水印设置帮助<{/t}><{/help}> |
<{t}>是否开启:<{/t}> | <{input name="wm_small_enable" type="radio" value=$wm_small_enable options=$enable_options onClick=" switch(this.value){ case '0': $('dt_wt_pic_set').style.display='none'; $('dt_sy_pic').getElements('input').each(function(item){item.disabled=true;}); $('dt_sy_char').getElements('input').each(function(item){item.disabled=true;}); break; case '1': $('dt_wt_pic_set').style.display=''; $('dt_sy_pic').style.display='';$('dt_sy_char').style.display='none'; $('dt_sy_pic').getElements('input').each(function(item){item.disabled=false;}); $('dt_sy_char').getElements('input').each(function(item){item.disabled=true;}); break; case '2': $('dt_wt_pic_set').style.display=''; $('dt_sy_pic').style.display='none';$('dt_sy_char').style.display=''; $('dt_sy_pic').getElements('input').each(function(item){item.disabled=true;}); $('dt_sy_char').getElements('input').each(function(item){item.disabled=false;}); 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_transition" type="text" size=5 style="width:40px" value=$wm_small_transition}><{t}><{t}>透明度请设置为0-100之间的数字,0代表完全透明,100代表不透明<{/t}><{/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}>请把所需的字体文件上传到网店服务器根目录下的/public/font文件夹中,字体文件位于本机C:\WINDOWS\Fonts下,例如文件SimSun.ttc表示宋体<{/t}><{/t}><{/if}> | |||||||||
<{t}>字体水印透明度:<{/t}> | <{input name="wm_small_text_transition" type="text" size=5 value=$wm_small_text_transition|default:50}><{t}><{t}>透明度请设置为0-127之间的数字,127代表完全透明,0代表不透明<{/t}><{/t}> | |||||||||
<{t}>水印文字字体大小:<{/t}> | <{input name="wm_small_font_size" type="text" size=5 style="width:40px" value=$wm_small_font_size}> | |||||||||
<{t}>水印文字颜色:<{/t}> | <{input name="wm_small_font_color" type="color" style="width:66px" 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_set').style.display='none'; $('goods_sy_pic').getElements('input').each(function(item){item.disabled=true;}); $('goods_sy_char').getElements('input').each(function(item){item.disabled=true;}); };if(this.value==1){ $('goods_sy_set').style.display=''; $('goods_sy_pic').style.display=''; $('goods_sy_pic').getElements('input').each(function(item){item.disabled=false;}); $('goods_sy_char').style.display='none'; $('goods_sy_char').getElements('input').each(function(item){item.disabled=true;}); }; if(this.value==2){ $('goods_sy_set').style.display=''; $('goods_sy_pic').style.display='none';$('goods_sy_char').style.display=''; $('goods_sy_pic').getElements('input').each(function(item){item.disabled=true;}); $('goods_sy_char').getElements('input').each(function(item){item.disabled=false;}); }; "}> |
---|
<{t}>图片水印图片:<{/t}> | <{input type='file' name='wm_big_pic' size='30'}> <{if $wm_big_pic}><{t}>查看<{/t}><{/if}> | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
<{t}>图片水印透明度:<{/t}> | <{input name="wm_big_transition" type="text" size=5 value=$wm_big_transition}><{t}><{t}>透明度请设置为0-100之间的数字,0代表完全透明,100代表不透明<{/t}><{/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}>请把所需的字体文件上传到网店服务器根目录下的/public/font文件夹中,字体文件位于本机C:\WINDOWS\Fonts下,例如文件SimSun.ttc表示宋体<{/t}><{/t}><{/if}> | |||||||||
<{t}>字体水印透明度:<{/t}> | <{input name="wm_big_text_transition" type="text" size=5 value=$wm_big_text_transition|default:50}><{t}><{t}>透明度请设置为0-127之间的数字,127代表完全透明,0代表不透明<{/t}><{/t}> | |||||||||
<{t}>水印文字字体大小:<{/t}> | <{input name="wm_big_font_size" type="text" size=5 style="width:40px" value=$wm_big_font_size}> | |||||||||
<{t}>水印文字颜色:<{/t}> | <{input name="wm_big_font_color" type="color" style="width:66px" value=$wm_big_font_color|default:'default'}> | |||||||||
<{t}>水印位置:<{/t}> |
|
<{t}>宽度:<{/t}> | <{input type="digits" name="spec_image_width" size=4 style="width:40px" required='true' value=$spec_image_width}> | <{t}>高度:<{/t}> | <{input type="digits" name="spec_image_height" size=4 style="width:40px" required='true' value=$spec_image_height }> | <{t}>缺省图:<{/t}> | <{input type='file' name='spec_default_pic' size='20'}> height="<{$spec_image_height}>"/> |
---|