water.html
13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<include file="public/layout" />
<style>
.span_1 {
float: left;
margin-left: 0px;
height: 130px;
line-height: 130px;
}
.span_1 ul {
list-style: none;
padding: 0px;
}
.span_1 ul li {
border: 1px solid #CCC;
height: 40px;
padding: 0px 10px;
margin-left: -1px;
margin-top: -1px;
line-height: 40px;
}
</style>
<body style="background-color: #FFF; overflow: auto;">
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
<div class="fixed-bar">
<div class="item-title">
<div class="subject">
<h3>商城设置</h3>
<h5>网站全局内容基本选项设置</h5>
</div>
<ul class="tab-base nc-row">
<li><a href="{:U('System/index')}"><span>商城信息</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'basic'))}" ><span>基本设置</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'shopping'))}" ><span>购物流程</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'sms'))}" ><span>短信设置</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'smtp'))}" ><span>邮件设置</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'water'))}" class="current"><span>水印设置</span></a></li>
<li><a href="{:U('System/index',array('inc_type'=>'distribut'))}" ><span>分销设置</span></a></li>
<!--<li><a href="{:U('System/index',array('inc_type'=>'wap'))}" ><span>WAP设置</span></a></li>-->
<!--<li><a href="{:U('System/index',array('inc_type'=>'extend'))}" ><span>扩展设置</span></a></li>-->
</ul>
</div>
</div>
<!-- 操作说明 -->
<div class="explanation" id="explanation">
<div class="title" id="checkZoom"><i class="fa fa-lightbulb-o"></i>
<h4 title="提示相关设置操作时应注意的要点">操作提示</h4>
<span id="explanationZoom" title="收起提示"></span> </div>
<ul>
<li>系统平台全局设置,包括基础设置、购物、短信、邮件、水印和分销等相关模块。</li>
</ul>
</div>
<form method="post" id="handlepost" action="{:U('System/handle')}">
<input type="hidden" name="inc_type" value="{$inc_type}">
<div class="ncap-form-default">
<dl class="row">
<dt class="tit">商品图片添加水印</dt>
<dd class="opt">
<div class="onoff">
<label for="is_mark1" class="cb-enable <if condition='$config[is_mark] eq 1'>selected</if>" >开启</label>
<label for="is_mark0" class="cb-disable <if condition='$config[is_mark] eq 0'>selected</if>" >关闭</label>
<input id="is_mark1" name="is_mark" value="1" <if condition="$config['is_mark'] eq 1">checked</if> type="radio">
<input id="is_mark0" name="is_mark" value="0" <if condition="$config['is_mark'] eq 0">checked</if> type="radio">
</div>
<p class="notic">商品图片添加水印</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">水印类型{$config['mark_type']}</dt>
<dd class="opt">
<div class="onoff">
<label for="mark_type1" class="cb-enable <if condition="$config['mark_type'] eq 'text'">selected</if>" >文字</label>
<label for="mark_type0" class="cb-disable <if condition="$config['mark_type'] eq 'img'">selected</if>" >图片</label>
<input id="mark_type1" onclick="setwarter('text')" name="mark_type" value="text" <if condition="$config['mark_type'] eq 'text'">checked</if> type="radio">
<input id="mark_type0" onclick="setwarter('img')" name="mark_type" value="img" <if condition="$config['mark_type'] eq 'img'">checked</if> type="radio">
</div>
<p class="notic">水印类型</p>
</dd>
</dl>
<dl class="row" id="texttr" style="display:none;">
<dt class="tit">
<label for="mark_txt">水印文字</label>
</dt>
<dd class="opt">
<input name="mark_txt" id="mark_txt" value="{$config.mark_txt}" class="input-txt" type="text" />
<p class="notic">水印文字</p>
</dd>
</dl>
<dl class="row" id="imgtr" >
<dt class="tit">
<label for="mark_img">水印图片</label>
</dt>
<dd class="opt">
<div class="input-file-show">
<span class="show">
<a class="nyroModal" rel="gal" href="{$config.mark_img}">
<i class="fa fa-picture-o" onmouseover="layer.tips('<img src={$config.mark_img}>',this,{tips: [1, '#fff']});" onmouseout="layer.closeAll();"></i>
</a>
</span>
<span class="type-file-box">
<input type="text" name="mark_img" id="mark_img" value="{$config.mark_img}" class="type-file-text">
<input type="button" name="button" id="button1" value="选择上传..." class="type-file-button">
<input class="type-file-file" onClick="GetUploadify(1,'','Public','call_back');" size="30" hidefocus="true" nc_type="change_site_logo" title="点击前方预览图可查看大图,点击按钮选择文件并提交表单后上传生效">
</span>
</div>
<span class="err"></span>
<p class="notic">默认网站LOGO,通用头部显示,最佳显示尺寸为240*60像素</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">水印添加条件</dt>
<dd class="opt">
<ul class="nofloat">
<li>
<input pattern="^\d{1,}$" value="{$config.mark_width}" name="mark_width" id="mark_width" checked="checked" type="text">
<span class="err">只能输入整数</span>
<label for="mark_width">图片宽度 单位像素(px)</label>
</li>
<li>
<input pattern="^\d{1,}$" value="{$config.mark_height}" name="mark_height" id="mark_height" checked="checked" type="text">
<label for="mark_height">图片高度 单位像素(px)</label>
</li>
</ul>
<p class="notic">水印的宽度和高度</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="mark_degree">水印透明度</label>
</dt>
<dd class="opt">
<input pattern="^\d{1,}$" onChange="$('#mark_degree2').empty().html(this.value);" name="mark_degree" id="mark_degree" value="{$config.mark_degree}" class="input-txt" type="range" min="0" step="2" max="100">
<span class="err" id="mark_degree2">{$config.mark_degree}</span>
<p class="notic">0代表完全透明,100代表不透明</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="mark_degree">JPEG 水印质量</label>
</dt>
<dd class="opt">
<input pattern="^\d{1,}$" onChange="$('#mark_quality2').empty().html(this.value);" name="mark_quality" id="mark_quality" value="{$config.mark_quality}" class="input-txt" type="range" min="0" step="2" max="100">
<span class="err" id="mark_quality2">{$config.mark_quality}</span>
<p class="notic">水印质量请设置为0-100之间的数字,决定 jpg 格式图片的质量</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="mark_degree">JPEG 水印质量</label>
</dt>
<dd class="opt">
<div style="height:124px; background:#fff">
<span class="span_1">
<ul>
<li><input type="radio" name="sel" value="1"
<if condition="$config['sel'] eq '1'">checked</if>
> 顶部居左
</li>
<li><input type="radio" name="sel" value="2"
<if condition="$config['sel'] eq '2'">checked</if>
> 中部居左
</li>
<li><input type="radio" name="sel" value="3"
<if condition="$config['sel'] eq '3'">checked</if>
> 底部居左
</li>
</ul>
</span>
<span class="span_1">
<ul>
<li><input type="radio" name="sel" value="4"
<if condition="$config['sel'] eq '4'">checked</if>
> 顶部居中
</li>
<li><input type="radio" name="sel" value="5"
<if condition="$config['sel'] eq '5'">checked</if>
> 中部居中
</li>
<li><input type="radio" name="sel" value="6"
<if condition="$config['sel'] eq '6'">checked</if>
> 底部居中
</li>
</ul>
</span>
<span class="span_1">
<ul>
<li><input type="radio" name="sel" value="7"
<if condition="$config['sel'] eq '7'">checked</if>
> 顶部居右
</li>
<li><input type="radio" name="sel" value="8"
<if condition="$config['sel'] eq '8'">checked</if>
> 中部居右
</li>
<li><input type="radio" name="sel" value="9"
<if condition="$config['sel'] eq '9'">checked</if>
> 底部居右
</li>
</ul>
</span>
<div style="clear:both;"></div>
</div>
</dd>
</dl>
<div class="bot"><a href="JavaScript:void(0);" class="ncap-btn-big ncap-btn-green" onclick="$('#handlepost').submit()">确认提交</a></div>
</div>
</form>
</div>
<div id="goTop"> <a href="JavaScript:void(0);" id="btntop"><i class="fa fa-angle-up"></i></a><a href="JavaScript:void(0);" id="btnbottom"><i class="fa fa-angle-down"></i></a></div>
</body>
<script>
function adsubmit(){
layer.msg('加载中...', {icon: 16,shade: [0.5, '#f5f5f5'],scrollbar: false,offset: '10px', time:100000}) ;
$('#handlepost').submit();
}
$(document).ready(function(){
get_province();
var marktype = "{$config['mark_type']}";
if(marktype == 'text'){
$('#texttr').show();
}else{
$('#imgtr').show();
}
});
// 上传水印图片成功回调函数
function call_back(fileurl_tmp){
$("#mark_img").val(fileurl_tmp);
}
function setwarter(marktype){
if(marktype == 'text'){
$('#texttr').show();
$('#imgtr').hide();
}else{
$('#texttr').hide();
$('#imgtr').show();
}
}
</script>
</html>