Browse Source

Merge branch 'master' of csk/kmall into master

Scott Chen 7 năm trước cách đây
mục cha
commit
7ae7a95c32

+ 4 - 4
src/config/site_config.php

@@ -8,7 +8,7 @@
   'smtp_port' => '',
   'order_by' => 'new',
   'name' => '中网B2C商城',
-  'url' => 'http://zwshop.ds-bay.com',
+  'url' => 'http://www.k1net.cn',
   'master' => '',
   'qq' => '',
   'email' => '',
@@ -35,9 +35,9 @@
   ),
   'guide_link' => 
   array (
-    0 => 'http://zwshop.ds-bay.com/',
-    1 => 'http://zwshop.ds-bay.com/',
-    2 => 'http://zwshop.ds-bay.com/',
+    0 => 'http://www.k1net.cn/',
+    1 => 'http://www.k1net.cn/',
+    2 => 'http://www.k1net.cn/',
     3 => 'seller/index',
     4 => 'systemadmin/index',
   ),

+ 1 - 1
src/views/default/simple/seller.html

@@ -60,7 +60,7 @@
 							</tr>
 							<tr>
 								<th>企业官网:</th>
-								<td><input class="normal" name="home_url" type="text" pattern="url" empty value="" /><label>填写完整的网址,如:http://zwshop.ds-bay.com</label></td>
+								<td><input class="normal" name="home_url" type="text" pattern="url" empty value="" /><label>填写完整的网址,如:http://www.k1net.cn</label></td>
 							</tr>
 							<tr>
 								<td></td>

+ 1 - 1
src/views/sysdefault/brand/brand_edit.html

@@ -18,7 +18,7 @@
 					<th>排序:</th><td><input class="normal" name="sort" type="text" value="{$brand['sort']}" pattern='int' empty alt='必需为整形数值'/></td>
 				</tr>
 				<tr>
-					<th>网址:</th><td><input class="normal" name="url" type="text" value="{$brand['url']}" pattern='url' empty alt='网址格式不正确,比如:http://zwshop.ds-bay.com' /><label>完整的URL链接地址,如:http://zwshop.ds-bay.com</label></td>
+					<th>网址:</th><td><input class="normal" name="url" type="text" value="{$brand['url']}" pattern='url' empty alt='网址格式不正确,比如:http://www.k1net.cn' /><label>完整的URL链接地址,如:http://www.k1net.cn</label></td>
 				</tr>
 				<tr>
 					<th>LOGO:</th><td><div>{if:isset($brand['logo'])}<img src="{webroot:$brand[logo]}" height="60px"/><br />{/if}<input type='file' class='normal' name='logo'/></div></td>

+ 1 - 1
src/views/sysdefault/member/seller_edit.html

@@ -86,7 +86,7 @@
 					</tr>
 					<tr>
 						<th>企业官网:</th>
-						<td><input class="normal" name="home_url" type="text" pattern="url" empty value="" alt="请填写完整的URL地址,比如:http://zwshop.ds-bay.com" /><label>填写完整的网址,如:http://zwshop.ds-bay.com</label></td>
+						<td><input class="normal" name="home_url" type="text" pattern="url" empty value="" alt="请填写完整的URL地址,比如:http://www.k1net.cn" /><label>填写完整的网址,如:http://www.k1net.cn</label></td>
 					</tr>
 					<tr>
 						<th>排序:</th>

+ 1 - 1
src/views/sysdefault/system/conf_base.html

@@ -122,7 +122,7 @@
 							<script type='text/html' id='guideTrTemplate'>
 							<tr class='td_c'>
 								<td><input type='text' name='guide_name[]' class='small' value='<%=name%>' pattern='required' alt='请填写导航名' /></td>
-								<td><input type='text' name='guide_link[]' class='middle' value='<%=link%>' pattern='required' alt='请填写URL,如:http://zwshop.ds-bay.com' /></td>
+								<td><input type='text' name='guide_link[]' class='middle' value='<%=link%>' pattern='required' alt='请填写URL,如:http://www.k1net.cn' /></td>
 								<td>
 									<img class='operator' src='{skin:images/admin/icon_asc.gif}' alt='向上' title='向上' />
 									<img class='operator' src='{skin:images/admin/icon_desc.gif}' alt='向下' title='向下' />

+ 2 - 2
src/views/sysseller/seller/seller_edit.html

@@ -107,8 +107,8 @@
 
 			<fieldset>
 				<label>企业官网:</label>
-				<input name="home_url" type="text" pattern="url" empty value="" alt="请填写完整的URL地址,比如:http://zwshop.ds-bay.com" />
-				<label class="tip">官网的URL网址,如:http://zwshop.ds-bay.com</label>
+				<input name="home_url" type="text" pattern="url" empty value="" alt="请填写完整的URL地址,比如:http://www.k1net.cn" />
+				<label class="tip">官网的URL网址,如:http://www.k1net.cn</label>
 			</fieldset>
 		</div>