shop_info.html
10.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
<include file="public/layout" />
<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')}" class="current"><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'))}" ><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')}" enctype="multipart/form-data" name="form1">
<input type="hidden" name="form_submit" value="ok" />
<div class="ncap-form-default">
<dl class="row">
<dt class="tit">
<label for="record_no">网站备案号</label>
</dt>
<dd class="opt">
<input id="record_no" name="record_no" value="{$config.record_no}" class="input-txt" type="text" />
<p class="notic">网站备案号,将显示在前台底部欢迎信息等位置</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="store_name">网站名称</label>
</dt>
<dd class="opt">
<input id="store_name" name="store_name" value="{$config.store_name}" class="input-txt" type="text" />
<p class="notic">网站名称,将显示在前台顶部欢迎信息等位置</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="store_logo">网站Logo</label>
</dt>
<dd class="opt">
<div class="input-file-show">
<span class="show">
<a id="img_a" class="nyroModal" rel="gal" href="{$config.store_logo}">
<i id="img_i" class="fa fa-picture-o" onmouseover="layer.tips('<img src={$config.store_logo}>',this,{tips: [1, '#fff']});" onmouseout="layer.closeAll();"></i>
</a>
</span>
<span class="type-file-box">
<input type="text" id="store_logo" name="store_logo" value="{$config.store_logo}" class="type-file-text">
<input type="button" name="button" id="button1" value="选择上传..." class="type-file-button">
<input class="type-file-file" onClick="GetUploadify(1,'','logo','img_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">
<label for="store_title">网站标题</label>
</dt>
<dd class="opt">
<input id="store_title" name="store_title" value="{$config.store_title}" class="input-txt" type="text" />
<p class="notic">网站标题,将显示在前台顶部欢迎信息等位置</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="store_desc">网站描述</label>
</dt>
<dd class="opt">
<input id="store_desc" name="store_desc" value="{$config.store_desc}" class="input-txt" type="text" />
<p class="notic">网站描述,将显示在前台顶部欢迎信息等位置</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="store_keyword">网站关键字</label>
</dt>
<dd class="opt">
<input id="store_keyword" name="store_keyword" value="{$config.store_keyword}" class="input-txt" type="text" />
<p class="notic">网站关键字,便于SEO</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="contact">联系人</label>
</dt>
<dd class="opt">
<input id="contact" name="contact" value="{$config.contact}" class="input-txt" type="text" />
<p class="notic">联系人</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="phone">联系电话</label>
</dt>
<dd class="opt">
<input id="phone" name="phone" value="{$config.phone}" class="input-txt" type="text" />
<p class="notic">商家中心右下侧显示,方便商家遇到问题时咨询</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="phone">联系手机</label>
</dt>
<dd class="opt">
<input name="mobile" value="{$config.mobile}" class="input-txt" type="text" />
<p class="notic">1.商家中心右下侧显示,方便商家遇到问题时咨询</p>
<p class="notic">2.客服电话, 当用户下单时接收下单提示短信</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="address">具体地址</label>
</dt>
<dd class="opt">
<select onchange="get_city(this)" id="province" name="province">
<option value="0">选择省份</option>
<volist name="province" id="vo">
<option value="{$vo.id}" <if condition="$config[province] eq $vo[id]">selected</if>>{$vo.name}</option>
</volist>
</select>
<select onchange="get_area(this)" id="city" name="city">
<option value="0">选择城市</option>
<volist name="city" id="vo">
<option value="{$vo.id}" <if condition="$config[city] eq $vo[id]">selected</if>>{$vo.name}</option>
</volist>
</select>
<select id="district" name="district">
<option value="0">选择区域</option>
<volist name="area" id="vo">
<option value="{$vo.id}" <if condition="$config[district] eq $vo[id]">selected</if>>{$vo.name}</option>
</volist>
</select>
<input id="address" name="address" value="{$config.address}" class="input-txt" type="text" />
<p class="notic">具体地址</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="qq">平台客服QQ1</label>
</dt>
<dd class="opt">
<input id="qq" name="qq" value="{$config.qq}" class="input-txt" type="text">
<span class="err"></span>
<p class="notic">商家中心右下侧显示,方便商家遇到问题时咨询</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="qq2">平台客服QQ2</label>
</dt>
<dd class="opt">
<input id="qq2" name="qq2" value="{$config.qq2}" class="input-txt" type="text">
<span class="err"></span>
<p class="notic">商家中心右下侧显示,方便商家遇到问题时咨询</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="qq3">平台客服QQ3</label>
</dt>
<dd class="opt">
<input id="qq3" name="qq3" value="{$config.qq3}" class="input-txt" type="text">
<span class="err"></span>
<p class="notic">商家中心右下侧显示,方便商家遇到问题时咨询</p>
</dd>
</dl>
<div class="bot">
<input type="hidden" name="inc_type" value="{$inc_type}">
<a href="JavaScript:void(0);" class="ncap-btn-big ncap-btn-green" onclick="document.form1.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 type="text/javascript">
function img_call_back(fileurl_tmp)
{
$("#store_logo").val(fileurl_tmp);
$("#img_a").attr('href', fileurl_tmp);
$("#img_i").attr('onmouseover', "layer.tips('<img src="+fileurl_tmp+">',this,{tips: [1, '#fff']});");
}
</script>
</html>