<!DOCTYPE html >
|
<html>
|
<head>
|
<meta charset="UTF-8">
|
<meta name="viewport" content="width=device-width">
|
<title>{$page_title}</title>
|
<meta name="Keywords" content="{$keywords}" />
|
<meta name="Description" content="{$description}" />
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/public.css"/>
|
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/index.css"/>
|
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/TouchSlide.1.1.js"></script>
|
</head>
|
<body>
|
{insert name='share'}{insert name='add_url_uid'}
|
<div class="body_bj">
|
<!--网站头部-->
|
<header id="header"> <!-- #BeginLibraryItem "/library/page_header.lbi" --> <!-- #EndLibraryItem --> </header>
|
<!--banner-->
|
<!-- #BeginLibraryItem "/library/index_ad.lbi" --> <!-- #EndLibraryItem -->
|
<!--banner end-->
|
<!---搜索--->
|
<div class="index_search">
|
<div class="index_search_mid"> <a href="searchindex.php"> <em>请输入您所搜索的商品</em> <span><img src="themesmobile/68ecshopcom_mobile/images/icosousuo.png"></span> </a> </div>
|
</div>
|
<!-- #BeginLibraryItem "/library/index_icon.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
<!-- 楼层广告位-->
|
<div class="floor_body2">
|
<h2>———— 每日热卖推荐 ————</h2>
|
<!--{foreach from=$daygoods item=cat}-->
|
<ul class="product single_item info">
|
<li>
|
<div class="index_pro">
|
<div class="products_kuang">
|
<a href="goods.php?id={$cat.goods_id}" > <img src="../../{$cat.goods_thumb}"></a></div>
|
<div class="goods_name"> <a href="goods.php?id={$cat.goods_id}" >{$cat.goods_name}</a></div>
|
<div class="price">
|
<br>
|
<a href="javascript:addToCart({$cat.goods_id})" class="btns">
|
<img src="themesmobile/68ecshopcom_mobile/images/index_flow.png">
|
</a>
|
<span>{$cat.shop_price}</span>
|
</div>
|
</div>
|
|
</li>
|
</ul>
|
<!--{/foreach}-->
|
|
|
</div>
|
|
|
<!-- #BeginLibraryItem "/library/footer_nav.lbi" --> <!-- #EndLibraryItem -->
|
<!---返回顶部-->
|
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/jquery.js"></script>
|
{insert_scripts files='jquery.json.js,transport.js'}
|
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/touchslider.dev.js"></script>
|
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/jquery.more.js"></script>
|
{insert_scripts files='common.js'}
|
<script type="text/javascript">
|
var url = 'index_bestgoods.php?act=ajax';
|
$(function(){
|
$('#J_ItemList').more({'address': url});
|
});
|
|
</script>
|
<script>
|
function goTop(){
|
$('html,body').animate({'scrollTop':0},600);
|
}
|
</script>
|
<a href="javascript:goTop();" class="gotop"><img src="themesmobile/68ecshopcom_mobile/images/topup.png"></a>
|
<script type="Text/Javascript" language="JavaScript">
|
|
{literal}
|
function selectPage(sel)
|
{
|
sel.form.submit();
|
}
|
{/literal}
|
|
</script>
|
<script type="text/javascript">
|
{foreach from=$lang.compare_js item=item key=key}
|
{if $key neq 'button_compare'}
|
var {$key} = "{$item}";
|
{else}
|
var button_compare = "";
|
{/if}
|
{/foreach}
|
var compare_no_goods = "{$lang.compare_no_goods}";
|
var btn_buy = "{$lang.btn_buy}";
|
var is_cancel = "{$lang.is_cancel}";
|
var select_spe = "{$lang.select_spe}";
|
</script>
|
</div>
|
</body>
|
</html>
|