You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
5.6 KiB
127 lines
5.6 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<div id="footer">
|
|
<div class="global-footer-lazy">
|
|
<div class="ecsc-service-flow">
|
|
<div class="ecsc-service-item"><i class="ecsc-zp"></i><span>正品保障</span></div>
|
|
<div class="ecsc-service-item"><i class="ecsc-qt"></i><span>七天包退</span></div>
|
|
<div class="ecsc-service-item"><i class="ecsc-hp"></i><span>好评如潮</span></div>
|
|
<div class="ecsc-service-item"><i class="ecsc-sd"></i><span>闪电发货</span></div>
|
|
<div class="ecsc-service-item last"><i class="ecsc-ry"></i><span>权威荣誉</span></div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-desc">
|
|
<div class="footer-desc-list">
|
|
<!-- {foreach from=$helps item=help_cat name=no} -->
|
|
{if $smarty.foreach.no.iteration < 6}
|
|
<dl {if $smarty.foreach.no.last}class="contact-us"{/if}>
|
|
<dt>{$help_cat.cat_name}</dt>
|
|
<!-- {foreach from=$help_cat.article item=item} -->
|
|
<dd><a href="{$item.url}" title="{$item.title|escape:html}"><i>></i>{$item.short_title}</a></dd>
|
|
<!-- {/foreach} -->
|
|
</dl>
|
|
{/if}
|
|
<!-- {/foreach} -->
|
|
<div class="QR_code">
|
|
<ul class="tabs"><li class="current">ECJia</li><li>ECtouch</li></ul>
|
|
<div class="code_warp">
|
|
<div class="code_tp"><img src="../images/ECJia_code.png"></div>
|
|
<div class="code_tp hide"><img src="../images/ECtouch_code.png"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-desc-copyright">
|
|
<!-- {if $navigator_list.bottom} -->
|
|
<p class="footer-ecscinfo">
|
|
<!-- {foreach name=nav_bottom_list from=$navigator_list.bottom item=nav} -->
|
|
<a href="{$nav.url}" <!-- {if $nav.opennew eq 1} --> target="_blank" <!-- {/if} -->>{$nav.name}</a>
|
|
<!-- {if !$smarty.foreach.nav_bottom_list.last} -->
|
|
|
|
|
<!-- {/if} -->
|
|
<!-- {/foreach} -->
|
|
</p>
|
|
<!-- {/if} -->
|
|
<!--{if $img_links or $txt_links }-->
|
|
<p class="footer-otherlink">
|
|
<!--开始图片类型的友情链接{foreach from=$img_links item=link}-->
|
|
<a href="{$link.url}" target="_blank" title="{$link.name}"><img src="{$link.logo}" alt="{$link.name}" border="0" /></a>
|
|
<!--结束图片类型的友情链接{/foreach}-->
|
|
<!-- {if $txt_links} -->
|
|
<!--开始文字类型的友情链接{foreach from=$txt_links item=link name=nolink}-->
|
|
<a href="{$link.url}" target="_blank" title="{$link.name}">{$link.name}</a>
|
|
<!-- {if !$smarty.foreach.nolink.last} -->
|
|
|
|
|
<!-- {/if} -->
|
|
<!--结束文字类型的友情链接{/foreach}-->
|
|
<!-- {/if} -->
|
|
</p>
|
|
<!--{/if}-->
|
|
<!-- ICP 证书{if $icp_number} -->
|
|
<b style="display:none">{$lang.icp_number}:<a href="http://www.miibeian.gov.cn/" target="_blank">{$icp_number}</a></b>
|
|
<!-- 结束ICP 证书{/if} -->
|
|
<p style="display:none">{insert name='query_info'}</p>
|
|
<p> </p>
|
|
{if $stats_code}
|
|
<p style="text-align:right; display:none;">{$stats_code}</p>
|
|
{/if}
|
|
<p class="footer-fp-img">
|
|
<a href="#" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/banquan_1.jpg"></a>
|
|
<a href="#" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/banquan_2.jpg"></a>
|
|
<a href="#" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/banquan_3.jpg"></a>
|
|
<a href="#" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/banquan_4.jpg"></a>
|
|
<a href="#" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/banquan_5.jpg"></a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<input name="seller_kf_qq" value="{$basic_info.kf_qq}" type="hidden">
|
|
<input name="seller_kf_tel" value="{$basic_info.kf_tel}" type="hidden">
|
|
{if $suspension_two}
|
|
<script>var seller_qrcode='<img src="{$seller_qrcode_img}" alt="{$seller_qrcode_text}" width="164" height="164">'; //by wu</script>
|
|
{$suspension_two}
|
|
{/if}
|
|
<script type="text/javascript">
|
|
$("#clear_price").click(function(){
|
|
$("#price-min").val('');
|
|
$("#price-max").val('');
|
|
});
|
|
|
|
$(".QR_code li").hover(function(){
|
|
var index = $(this).index();
|
|
$(this).addClass("current").siblings().removeClass("current");
|
|
$(".QR_code .code_tp").eq(index).removeClass("hide").siblings().addClass("hide");
|
|
})
|
|
|
|
function checkSearchForm(){
|
|
var keywords = $("input[name='keywords']").val();
|
|
|
|
if(keywords == ''){
|
|
|
|
divId = "keywords_html";
|
|
var content = '<div id="' + divId + '">' +
|
|
'<div class="tip-box icon-box">' +
|
|
'<span class="warn-icon m-icon"></span>' +
|
|
'<div class="item-fore">' +
|
|
'<h3 class="rem ftx-04">您搜索内容的关键字不能空</h3>' +
|
|
'</div>' +
|
|
'</div>' +
|
|
'</div>';
|
|
|
|
pb({
|
|
id:divId,
|
|
title:'提示',
|
|
width:445,
|
|
height:58,
|
|
content:content, //调取内容
|
|
drag:false,
|
|
foot:false
|
|
});
|
|
|
|
return false;
|
|
}
|
|
}
|
|
</script>
|
|
<!--[if lte IE 8]>
|
|
{insert_scripts files='IE7Fix.js'}
|
|
<![endif]-->
|
|
|
|
|